log libmpdemux/demux_real.c @ 34488:01c19d9b1e83

age author description
Sat, 07 May 2011 20:27:15 +0000 reimar Do not assign to same variable twice.
Sat, 11 Dec 2010 15:30:28 +0000 reimar Fix some unaligned writes and avoid some (incorrect due to alignment) casts.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Sun, 03 Oct 2010 15:35:41 +0000 diego Remove unused hexdump() forward declaration.
Sun, 12 Sep 2010 13:14:18 +0000 reimar Remove a useless cast.
Sun, 12 Sep 2010 13:13:36 +0000 reimar Replace sizeof(type) by sizeof(*ptrvar)
Sun, 12 Sep 2010 13:10:12 +0000 reimar Replace malloc+memset by calloc.
Sat, 10 Jul 2010 18:47:59 +0000 reimar Make the stream language an argument to the stream creation function
Wed, 23 Jun 2010 10:59:26 +0000 diego Remove duplicated MKTAG macro definition, #include libavutil/common.h instead.
Sun, 06 Jun 2010 11:08:46 +0000 reimar Disable index reading in real demuxer if stream is not seekable.
Thu, 18 Feb 2010 00:18:50 +0000 diego Add header for AVI print functions; avoids many forward declarations.
Wed, 17 Feb 2010 22:52:31 +0000 diego libmpdemux: Remove pointless leftover '#if 1' preprocessor instructions.
Wed, 17 Feb 2010 22:22:51 +0000 diego Add separate header for real_fix_timestamp(); avoids forward declarations.
Sat, 30 May 2009 13:18:57 +0000 reimar In all demux_info_add calls change "name" to "title".
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.