aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_film.c
Commit message (Expand)AuthorAge
* Remove some demuxers and decodersGravatar wm42012-07-30
* demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEYGravatar Uoti Urpala2012-07-25
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* cosmetics: Remove pointless parentheses from return statements.Gravatar diego2008-05-16
* Fix lots and lots of other demuxers broken by r26301Gravatar reimar2008-04-05
* 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
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reservedGravatar diego2008-01-06
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* rm unnecesary casts from void* - part 4Gravatar reynaldo2006-07-03
* Fix potential integer overflows in memory allocation.Gravatar rtogni2006-06-04
* Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of mod...Gravatar reynaldo2006-04-22
* Fix memory leak cid 176Gravatar 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
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* Demuxer modularizationGravatar rtognimp2005-08-05
* Fix for stereo filesGravatar rtognimp2005-05-14
* Added demuxer uninitGravatar albeu2002-04-24
* seeking fixed (variable fps videos needs to reset PTS after seeking)Gravatar arpi2002-03-31
* fixed new_chunk calculation at seeking (seeking not work yet) and added -noso...Gravatar arpi2002-03-31
* fixed to be able to handle extra-quirky .film files on Lemmings 3DOGravatar melanson2002-03-31
* added PTS for audio, but seeking still doesn't workGravatar melanson2002-03-18
* FILM demuxer is leaner, meaner, and cleaner, also with proper bailout onGravatar melanson2002-03-17
* added proper PTS support for FILM demuxerGravatar melanson2002-03-16
* Fixed FILM demuxer so that it now plays (my) FILM filesGravatar melanson2002-02-10
* completely reworked FILM demuxer to support both audio and video...neitherGravatar melanson2002-02-07
* made a little more headway but it still doesn't work properlyGravatar melanson2002-01-18
* initial support for FILM file demuxingGravatar melanson2002-01-16