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

age author description
Tue, 13 May 2014 21:06:40 +0000 reimar demux_real: always select a stream to play if available.
Tue, 13 May 2014 21:06:39 +0000 reimar demux_real: remove code that new_sh_* already handles.
Tue, 13 May 2014 21:06:38 +0000 reimar demux_real: Improve buffer allocation for interleaved audio handling.
Sun, 23 Feb 2014 18:14:44 +0000 reimar demuxers: remove pointless sh->ds assignments.
Wed, 19 Feb 2014 23:01:11 +0000 reimar demux_real: initialize variables and remove unused one.
Tue, 21 Jan 2014 22:27:00 +0000 rtogni Fix calculation of idx_streamid for audio index in case of packet errors.
Sun, 19 Jan 2014 18:53:32 +0000 rtogni Fix spelling in error messages.
Sun, 19 Jan 2014 17:33:05 +0000 rtogni Remove double ;
Sun, 19 Jan 2014 17:31:41 +0000 rtogni Grammar fix in error messages.
Sun, 19 Jan 2014 17:30:23 +0000 rtogni Fix number of arguments in mp_msg.
Sun, 19 Jan 2014 15:12:46 +0000 rtogni Add support for files with MLTI chunks.
Wed, 07 Aug 2013 20:41:34 +0000 ib Don't subsequently calculate original_aspect from last movie_aspect.
Sun, 17 Mar 2013 09:32:11 +0000 reimar Real demuxer seeking fixes.
Sun, 27 May 2012 18:12:42 +0000 rtogni Add ralf audio support
Mon, 09 Apr 2012 11:25:57 +0000 reimar RM demuxer: set aspect from container video dimensions.
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.