log libmpdemux/demux_real.c @ 20058:ac8922f4b982

age author description
Sun, 24 Sep 2006 14:26:31 +0000 reimar Make fill_buffer function check for stream eof, fixes hang at eof (bug #580)
Sat, 23 Sep 2006 17:00:09 +0000 reimar Missing part of previous patch to demux_real.c (revision 19958)
Sat, 23 Sep 2006 16:43:57 +0000 reimar int->unsigned to avoid crash to sign extension, partially fixes bug #580
Sun, 14 May 2006 15:51:05 +0000 rtognimp Fix some potential integer overflow in memory allocation (mot of these
Thu, 11 May 2006 18:50:46 +0000 rtognimp Fix potential integer overflows in memory allocation. Patch by Reimar and me, SIZE_MAX by Rich
Sat, 22 Apr 2006 05:12:10 +0000 reynaldo Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of modifications as usual
Sat, 15 Apr 2006 21:09:29 +0000 reimar always cast stream IDs to unsigned before comparing to MAX_STREAMS.
Mon, 27 Mar 2006 17:25:41 +0000 diego Convert printfs in aviprint.c to mp_msg and give the information printing
Fri, 24 Mar 2006 08:12:03 +0000 diego Convert all if(verbose>X) to mp_msg_test calls.
Sat, 11 Mar 2006 16:42:46 +0000 rtognimp Only MAX_STREAMS streams are allowed (cid 115)
Thu, 09 Mar 2006 22:09:03 +0000 rtognimp Fix potential read from an unitialized pointer (CID: 236)
Wed, 08 Mar 2006 13:26:36 +0000 reimar stream_id == MAX_STREAMS is invalid, since counting starts with 0.
Fri, 17 Feb 2006 01:57:41 +0000 corey Second-try commit of this patch.
Thu, 09 Feb 2006 19:39:51 +0000 corey Reverse commit of unfinished patch for passing audio_delay to the demuxers.
Tue, 07 Feb 2006 20:22:44 +0000 corey 1. Include audio_delay as an argument to demux_seek.
Sun, 15 Jan 2006 22:00:53 +0000 rtognimp Print some more useful data from header in verbose mode
Sat, 14 Jan 2006 22:47:38 +0000 reimar Always try to parse index chunk, no reason to check for movi_end
Sat, 14 Jan 2006 19:24:55 +0000 rtognimp Fix printing of audio fourcc in hex format
Sat, 14 Jan 2006 16:57:52 +0000 rtognimp Print audio 4cc for every stream, print 4cc of selected audio track
Thu, 12 Jan 2006 20:04:36 +0000 rathann massive attack: mp_msg printf format fixes
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