log libmpdemux/demux_real.c @ 17343:b07bb7ee7ce4

age author description
Sun, 08 Jan 2006 14:03:42 +0000 nicodvb include the right avcodec.h, consistently with the rest of mplayer
Wed, 04 Jan 2006 23:36:36 +0000 rtognimp Don't leak memory (free audio reordering buffers)
Wed, 04 Jan 2006 22:49:23 +0000 rtognimp Remove assumption that all audio packets in a block have the same
Wed, 04 Jan 2006 22:21:32 +0000 rtognimp 1000.0l timestamps are float
Mon, 19 Dec 2005 19:38:28 +0000 henry malloc padding to avoid access beyond allocated memory
Sun, 11 Dec 2005 17:21:02 +0000 wanderer make demuxer seek and close functions return void, patch by Dominik Mierzejewski
Fri, 09 Dec 2005 16:25:37 +0000 rtognimp Move audio packets reordering from codec interface to demuxers for real
Sun, 30 Oct 2005 09:19:05 +0000 reimar move resync_audio_stream after seeking to demuxer.c
Fri, 02 Sep 2005 08:32:32 +0000 ods15 Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization
Thu, 03 Mar 2005 10:23:28 +0000 reimar Fix rm files with a really big index chunk.
Mon, 24 Jan 2005 21:57:07 +0000 rtognimp Do not read any more data at eof: if got eof in the middle of an audio
Mon, 24 Jan 2005 21:52:24 +0000 rtognimp Be less verbose with -v (do not print a line for each demuxed packet)
Sat, 22 Jan 2005 18:12:40 +0000 diego Reduce excessive verbosity.
Sat, 22 Jan 2005 00:06:59 +0000 rtognimp Play RV30 with 8-elements cmsg24
Sat, 15 Jan 2005 15:07:24 +0000 rtognimp Decode MP3 in rm files
Thu, 06 Jan 2005 17:08:52 +0000 rtognimp Reduce index verbosity
Thu, 06 Jan 2005 16:29:46 +0000 rtognimp Real multirate files support
Thu, 06 Jan 2005 13:10:10 +0000 reimar Print waveheader only when verbose
Mon, 01 Nov 2004 13:49:07 +0000 rtognimp Memleak fix: free index data at demuxer_close
Tue, 10 Aug 2004 20:13:44 +0000 reimar do not attempt to seek backward in stream on MDPR chunk with no codec data
Fri, 25 Jun 2004 18:45:56 +0000 alex index creation/reading behaviour just like the avi demuxer, patch based on work by Reza Jelveh, Moritz Bunkus und myself
Sat, 01 May 2004 01:28:31 +0000 rtognimp 100l for me. Header seek is not needed to fix 28_8 and can cause sig11
Tue, 27 Apr 2004 20:04:26 +0000 rtognimp Fix for 28_8 in rm files and header length != 0x4e
Sun, 28 Mar 2004 11:23:53 +0000 mosu Stop reading the file if an INDX chunk is found instead of a data packet.
Sun, 22 Feb 2004 23:28:03 +0000 rtognimp Support for v3 audio section (used with 14_4 codec) in real files
Fri, 30 Jan 2004 03:44:00 +0000 rfelker 1000000000l reported by Steven Schultz (thanks!)
Thu, 29 Jan 2004 12:11:13 +0000 attila add support for aac in real media files
Thu, 29 Jan 2004 10:13:35 +0000 attila continue playing real files after errors
Fri, 16 Jan 2004 22:38:55 +0000 rtognimp Fix for Real files with header size == 0x10 (normally is 0x12)