summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_fli.c
Commit message (Expand)AuthorAgeFilesLines
* Use defines to give names to the different seek flags.reimar2008-01-291-2/+2
* Make all demuxer_desc_t const, thus moving them to .rodatareimar2008-01-131-1/+1
* Set biWidth/biHeight in fli demuxerreimar2007-10-021-0/+2
* Make sure there is no uninitialized data in BITMAPINFOHEADER created by fli d...reimar2007-10-021-1/+1
* Remove ugly unused struct name from typedefreimar2007-10-021-1/+1
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* drops casts from void * on malloc/calloc from libmpdemux codereynaldo2006-07-131-3/+3
* Fix potential integer overflows in memory allocation.rtogni2006-06-041-0/+1
* Fix memory leak cid 177rtognimp2006-03-101-0/+2
* Second-try commit of this patch.corey2006-02-171-1/+1
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.corey2006-02-091-1/+1
* 1. Include audio_delay as an argument to demux_seek.corey2006-02-071-1/+1
* Demuxer modularizationrtognimp2005-08-051-4/+35
* Pass header to codec in extradata (needed by ffmpeg fli decoder)rtognimp2004-01-251-0/+10
* Added demuxer uninitalbeu2002-04-241-0/+15
* discovered what appears to be another valid FLI frame magic numbermelanson2002-02-221-1/+1
* fli seeking implementedarpi2001-12-171-1/+17
* committed corrected speed calculationmelanson2001-12-091-7/+0
* magic_number checking addedalex2001-11-301-0/+15
* pts supportalex2001-11-301-2/+3
* fixed FLI demuxer so that it skips over app-specific framesmelanson2001-11-251-3/+15
* fixed divide-by-0 bug in FLI demuxermelanson2001-11-251-1/+5
* mostly complete support for loading and decoding FLI/FLC animationsmelanson2001-11-241-0/+114