log libmpdemux/demux_roq.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.
Mon, 20 Jan 2014 22:08:35 +0000 reimar demux_roq: declare variables where they are used.
Mon, 20 Jan 2014 22:08:34 +0000 reimar demux_roq: Simplify code by using calloc.
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 12:22:01 +0000 reimar Replace some sizeof(type) by sizeof(*pointer)
Sat, 10 Jul 2010 18:47:59 +0000 reimar Make the stream language an argument to the stream creation function
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
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.
Sat, 05 Apr 2008 14:11:48 +0000 reimar Fix lots and lots of other demuxers broken by r26301
Sun, 13 Jan 2008 16:00:39 +0000 reimar Make all demuxer_desc_t const, thus moving them to .rodata
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Thu, 13 Jul 2006 16:41:13 +0000 reynaldo drops casts from void * on malloc/calloc from libmpdemux code
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization
Wed, 30 Apr 2003 20:24:09 +0000 arpi removed nonsense stream_reset/seek in check_file()
Wed, 24 Apr 2002 15:36:07 +0000 albeu Added demuxer uninit
Sun, 31 Mar 2002 18:29:09 +0000 melanson changed int -> float for proper PTS calculation (works just as well as the
Sun, 31 Mar 2002 17:24:12 +0000 melanson fixed RoQ framerate by multiplying PTS calculation by some absurd constant
Mon, 18 Feb 2002 16:50:16 +0000 melanson fixed RoQ file detection and FPS determination (maybe)
Tue, 05 Feb 2002 03:54:08 +0000 melanson fixed FPS as well as crash bug when no audio chunks are present
Sat, 02 Feb 2002 22:35:47 +0000 melanson demuxer is now more complete, though still not perfect
Fri, 01 Feb 2002 05:35:16 +0000 melanson implemented RoQ file demuxing