aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_fli.c
Commit message (Expand)AuthorAge
* cosmetics: Remove pointless parentheses from return statements.Gravatar diego2008-05-16
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Set biWidth/biHeight in fli demuxerGravatar reimar2007-10-02
* Make sure there is no uninitialized data in BITMAPINFOHEADER created by fli d...Gravatar reimar2007-10-02
* Remove ugly unused struct name from typedefGravatar reimar2007-10-02
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* drops casts from void * on malloc/calloc from libmpdemux codeGravatar reynaldo2006-07-13
* Fix potential integer overflows in memory allocation.Gravatar rtogni2006-06-04
* Fix memory leak cid 177Gravatar rtognimp2006-03-10
* Second-try commit of this patch.Gravatar corey2006-02-17
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.Gravatar corey2006-02-09
* 1. Include audio_delay as an argument to demux_seek.Gravatar corey2006-02-07
* Demuxer modularizationGravatar rtognimp2005-08-05
* Pass header to codec in extradata (needed by ffmpeg fli decoder)Gravatar rtognimp2004-01-25
* Added demuxer uninitGravatar albeu2002-04-24
* discovered what appears to be another valid FLI frame magic numberGravatar melanson2002-02-22
* fli seeking implementedGravatar arpi2001-12-17
* committed corrected speed calculationGravatar melanson2001-12-09
* magic_number checking addedGravatar alex2001-11-30
* pts supportGravatar alex2001-11-30
* fixed FLI demuxer so that it skips over app-specific framesGravatar melanson2001-11-25
* fixed divide-by-0 bug in FLI demuxerGravatar melanson2001-11-25
* mostly complete support for loading and decoding FLI/FLC animationsGravatar melanson2001-11-24