index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libxinevdec
/
fli.c
Age
Commit message (
Expand
)
Author
2003-12-14
API version bounce
Siggi Langauf
2003-12-05
cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...
Daniel Caujolle-Bert
2003-11-16
New stream/meta info (safe) stuff.
Daniel Caujolle-Bert
2003-11-15
more helper functions cleanup (stream info, meta info)
Miguel Freitas
2003-10-23
I should have seen this coming...
Michael Roitzsch
2003-08-25
Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...
Daniel Caujolle-Bert
2003-08-04
support for arbitrary aspect ratios
Miguel Freitas
2003-02-08
modified to support FLI files from Magic Carpet PC game
Mike Melanson
2003-01-08
fixes/cleanups of the handled/unhandled codecs
Miguel Freitas
2002-12-23
heh...those should really be unsigned char's
Mike Melanson
2002-12-23
move the palette wraparound to a better place
Mike Melanson
2002-12-22
be strict with the width
Mike Melanson
2002-12-22
fixed silly decode bug, at long last
Mike Melanson
2002-12-21
- add buf->decoder_info_ptr: portability for systems where pointer has
Miguel Freitas
2002-12-06
remove img->copy from all decoders
Miguel Freitas
2002-11-20
engine modifications to allow post plugin layer:
Michael Roitzsch
2002-11-12
merge metronom's improvements (inform decoders about discontinuities)
Miguel Freitas
2002-10-23
bring the FLI subsystem in line with the latest API revision
Mike Melanson
2002-10-06
Workaround for code generation bug in gcc on SPARC. Mike's endian macros now ...
Robin KAY
2002-09-05
remove plugin's private priority and interface members
Michael Roitzsch
2002-09-05
make all the plugin init functions static
Michael Roitzsch
2002-09-04
merging in the new_api branch ... unfortunately video_out / vo_scale is broke...
Guenter Bartsch
2002-08-28
revised palette conversion subsystem to make a little more sense
Mike Melanson
2002-07-15
Add 'pitch' support to video decoders (pitch != width)
Ewald Snel
2002-07-14
initial commit for FLI video decoder
Mike Melanson