log libmpdemux/demuxer.c @ 31260:9a748502953b

age author description
Fri, 04 Jun 2010 17:11:56 +0000 reimar Default to -correct-pts off if -fps was given, since -fps has no effect
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Sun, 21 Feb 2010 20:03:49 +0000 diego Drop weird and unnecessary _s/_st suffixes from demuxer struct names.
Sat, 20 Feb 2010 18:53:07 +0000 reimar Do not discard stream buffer on eof, instead reuse it to slightly improve
Sat, 20 Feb 2010 17:50:56 +0000 reimar Print demuxer name in "freeing demuxer" message.
Wed, 17 Feb 2010 22:01:35 +0000 diego libmpdemux: Mark functions not used outside of their files as static.
Tue, 26 Jan 2010 21:08:01 +0000 reimar Remove ds_fill_buffer calls from demux_resync, they cause issues at least with
Sun, 24 Jan 2010 20:05:28 +0000 reimar Add support for parsing MLP and TrueHD.
Sun, 24 Jan 2010 16:38:46 +0000 reimar Remove now unused variables.
Sun, 24 Jan 2010 15:19:14 +0000 reimar Reset the parser on seek. Should fix some cases of audio "blips" after seeking.
Sun, 24 Jan 2010 15:16:39 +0000 reimar Move the resync-related code into more consistent places instead of having it
Sun, 27 Dec 2009 15:28:01 +0000 reimar Add support for parsing audio streams (though should be easy to extend to video)
Tue, 10 Nov 2009 11:26:03 +0000 reimar Free demuxer->teletext when closing the demuxer.
Mon, 02 Nov 2009 01:40:09 +0000 uau demuxer.c: Add initialization missing from previous commit
Mon, 14 Sep 2009 08:29:18 +0000 reimar Reduce verbosity if demuxer sets an info value to the same as the current value.