log libmpdemux/demux_film.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 23 Feb 2014 18:14:44 +0000 reimar demuxers: remove pointless sh->ds assignments.
Wed, 19 Feb 2014 23:01:15 +0000 reimar demuxers: ensure that stream ids are correctly initialized.
Sun, 19 Jan 2014 11:30:06 +0000 reimar film: various small code improvements.
Sun, 19 Jan 2014 11:30:05 +0000 reimar film: Fix memory leaks in error cases.
Sat, 10 Nov 2012 14:54:38 +0000 reimar Use a more obvious condition.
Sat, 10 Nov 2012 14:31:14 +0000 reimar Avoid crash when parsing index for audio-only files.
Sat, 10 Nov 2012 12:33:14 +0000 reimar Fix memleaks on error and remove useless "break".
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Sun, 12 Sep 2010 13:01:05 +0000 reimar Replace sizoef(type) by sizeof(*ptrvar).
Sat, 10 Jul 2010 18:47:59 +0000 reimar Make the stream language an argument to the stream creation function
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
Fri, 16 May 2008 09:41:00 +0000 diego cosmetics: Remove pointless parentheses from return statements.
Sat, 05 Apr 2008 14:11:48 +0000 reimar Fix lots and lots of other demuxers broken by r26301
Tue, 29 Jan 2008 15:11:38 +0000 reimar Use defines to give names to the different seek flags.
Sun, 13 Jan 2008 16:00:39 +0000 reimar Make all demuxer_desc_t const, thus moving them to .rodata
Sun, 06 Jan 2008 23:20:15 +0000 diego Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Mon, 03 Jul 2006 13:21:54 +0000 reynaldo rm unnecesary casts from void* - part 4
Sun, 04 Jun 2006 22:41:27 +0000 rtogni Fix potential integer overflows in memory allocation.
Sat, 22 Apr 2006 05:12:10 +0000 reynaldo Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
Fri, 10 Mar 2006 23:51:41 +0000 rtognimp Fix memory leak cid 176
Fri, 17 Feb 2006 01:57:41 +0000 corey Second-try commit of this patch.
Thu, 09 Feb 2006 19:39:51 +0000 corey Reverse commit of unfinished patch for passing audio_delay to the demuxers.
Tue, 07 Feb 2006 20:22:44 +0000 corey 1. Include audio_delay as an argument to demux_seek.
Thu, 12 Jan 2006 20:04:36 +0000 rathann massive attack: mp_msg printf format fixes
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization
Sat, 14 May 2005 15:47:49 +0000 rtognimp Fix for stereo files
Wed, 24 Apr 2002 15:36:07 +0000 albeu Added demuxer uninit
Sun, 31 Mar 2002 22:52:48 +0000 arpi seeking fixed (variable fps videos needs to reset PTS after seeking)
Sun, 31 Mar 2002 22:44:03 +0000 arpi fixed new_chunk calculation at seeking (seeking not work yet) and added -nosound support
Sun, 31 Mar 2002 02:57:53 +0000 melanson fixed to be able to handle extra-quirky .film files on Lemmings 3DO
Mon, 18 Mar 2002 03:17:20 +0000 melanson added PTS for audio, but seeking still doesn't work
Sun, 17 Mar 2002 02:59:04 +0000 melanson FILM demuxer is leaner, meaner, and cleaner, also with proper bailout on
Sat, 16 Mar 2002 19:58:07 +0000 melanson added proper PTS support for FILM demuxer
Sun, 10 Feb 2002 01:23:36 +0000 melanson Fixed FILM demuxer so that it now plays (my) FILM files
Thu, 07 Feb 2002 05:55:29 +0000 melanson completely reworked FILM demuxer to support both audio and video...neither
Fri, 18 Jan 2002 02:51:24 +0000 melanson made a little more headway but it still doesn't work properly
Wed, 16 Jan 2002 03:25:07 +0000 melanson initial support for FILM file demuxing