summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_film.c
Commit message (Expand)AuthorAgeFilesLines
* Fix lots and lots of other demuxers broken by r26301reimar2008-04-051-0/+1
* 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
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reserveddiego2008-01-061-2/+2
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* rm unnecesary casts from void* - part 4reynaldo2006-07-031-4/+4
* Fix potential integer overflows in memory allocation.rtogni2006-06-041-1/+1
* Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of mod...reynaldo2006-04-221-3/+3
* Fix memory leak cid 176rtognimp2006-03-101-0/+1
* 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
* massive attack: mp_msg printf format fixesrathann2006-01-121-1/+1
* Demuxer modularizationrtognimp2005-08-051-4/+32
* Fix for stereo filesrtognimp2005-05-141-0/+22
* Added demuxer uninitalbeu2002-04-241-0/+11
* seeking fixed (variable fps videos needs to reset PTS after seeking)arpi2002-03-311-0/+2
* fixed new_chunk calculation at seeking (seeking not work yet) and added -noso...arpi2002-03-311-11/+15
* fixed to be able to handle extra-quirky .film files on Lemmings 3DOmelanson2002-03-311-28/+76
* added PTS for audio, but seeking still doesn't workmelanson2002-03-181-8/+24
* FILM demuxer is leaner, meaner, and cleaner, also with proper bailout onmelanson2002-03-171-53/+66
* added proper PTS support for FILM demuxermelanson2002-03-161-30/+16
* Fixed FILM demuxer so that it now plays (my) FILM filesmelanson2002-02-101-25/+118
* completely reworked FILM demuxer to support both audio and video...neithermelanson2002-02-071-88/+138
* made a little more headway but it still doesn't work properlymelanson2002-01-181-8/+31
* initial support for FILM file demuxingmelanson2002-01-161-0/+180