log libmpdemux/demux_real.c @ 37104:91b00a4407cd

age author description
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.
Sun, 10 May 2009 21:13:15 +0000 rtogni chunk size = 0 is valid for DATA chunks (used in live streams), don't
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
Thu, 19 Feb 2009 11:42:05 +0000 zuxy Be more robust against corrupted RM files that contain invalid packet length
Sun, 15 Feb 2009 11:01:26 +0000 zuxy Fix a regression caused by r17933; RealMedia index tables could never be printed.
Sun, 15 Feb 2009 10:50:26 +0000 zuxy Support seek in multirate RealMedia files.
Mon, 09 Feb 2009 22:00:57 +0000 aurel change internal real video packetizing format to the more straight forward one
Wed, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
Tue, 30 Sep 2008 10:44:50 +0000 reimar Apply patch for oCERT #2008-013 / CVE-2008-3827
Thu, 17 Jul 2008 17:14:12 +0000 reimar Avoid including avcodec.h in demuxer.h (and thus many other files) just to get
Wed, 16 Jul 2008 16:18:25 +0000 reimar Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h
Sat, 12 Apr 2008 15:51:15 +0000 uau demux_real.c: Always use MP_NOPTS_VALUE for unknown pts
Mon, 25 Feb 2008 15:46:36 +0000 diego FFmpeg now uses different (unified) #include paths.
Sun, 03 Feb 2008 12:14:29 +0000 reimar Allow demuxers to choose a default value for correct_pts
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 14:30:25 +0000 rtogni Don't overread audio data
Sun, 06 Jan 2008 14:10:30 +0000 rtogni Don't dynamically allocate sub_packet_lengths[] in raac demuxing.
Thu, 15 Nov 2007 22:16:41 +0000 rtogni Print warning about encrypted audio tracks
Sun, 21 Oct 2007 12:38:18 +0000 diego Remove unused code and fix warning:
Sun, 24 Jun 2007 14:08:22 +0000 reimar Fix format string to match actual type.
Wed, 25 Apr 2007 00:03:27 +0000 diego Declarations and code should not be mixed.
Fri, 20 Apr 2007 21:49:49 +0000 nicodvb with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Sat, 27 Jan 2007 22:34:27 +0000 rtogni Call real_fix_timestamp() after seeking, to avoid video freezing
Wed, 24 Jan 2007 21:20:08 +0000 rtogni Use interleaver id to select the correct interleaver instead of guessing
Sat, 02 Dec 2006 12:32:44 +0000 diego Remove superfluous bswap.h include.
Tue, 14 Nov 2006 22:40:35 +0000 rtogni Fix extradata passing to lavc RV20 decoder
Thu, 09 Nov 2006 01:52:11 +0000 uau Change some constants in pts arithmetic from float to double.
Thu, 09 Nov 2006 01:42:52 +0000 uau Changed code that used pts=0 in demux packets to indicate "not known".
Sun, 29 Oct 2006 14:26:23 +0000 rtogni Prevent segfault if video codec init fails
Sun, 29 Oct 2006 12:32:12 +0000 reimar Quick hack to implement percent-based seeking, also fixes seeking with gmplayer
Sun, 15 Oct 2006 13:35:46 +0000 rtogni Fix timestamps for streams where kf_base gets negative