log libmpdemux/demuxer.c @ 36858:bb067298265a

age author description
Sun, 16 Feb 2014 16:30:00 +0000 reimar demuxer.c: Use proper format string to print pointer.
Sun, 02 Feb 2014 19:18:31 +0000 ib Add support for default of multiple video tracks.
Sat, 21 Sep 2013 16:53:12 +0000 reimar Move rtsp_transport_* variables to demuxer.c
Wed, 07 Aug 2013 20:41:34 +0000 ib Don't subsequently calculate original_aspect from last movie_aspect.
Sun, 04 Aug 2013 18:12:24 +0000 ib Fix definition of sh->original_aspect.
Thu, 09 May 2013 07:24:34 +0000 reimar Make parser allocation work if a codec was forced.
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Sun, 17 Mar 2013 09:32:12 +0000 reimar Allow audio/video queues to fill up a bit more right after seeking.
Wed, 13 Mar 2013 02:18:17 +0000 iive Fix mplayer compilation.
Mon, 21 Jan 2013 19:44:53 +0000 diego Replace CODEC_IDs their modern AV_-prefixed counterparts.
Fri, 30 Nov 2012 22:16:16 +0000 reimar Make stream eof detection less sensitive.
Fri, 30 Nov 2012 22:12:17 +0000 reimar Fix scary "BUG! Invalid demuxer type ..." message
Wed, 28 Nov 2012 19:15:34 +0000 reimar Fix code that detects streams temporarily lacking data to work
Mon, 26 Nov 2012 19:30:58 +0000 reimar Try to improve seeking in files with only few video packets,
Mon, 05 Nov 2012 20:53:49 +0000 reimar Allow free_demuxer to handle a NULL argument.