log libmpdemux/demux_lavf.c @ 36586:8bbed8b34783

age author description
Wed, 01 Jan 2014 22:17:01 +0000 cehoyos Set audio channel_layout from container when using FFmpeg decoder.
Sun, 20 Oct 2013 12:51:38 +0000 reimar demux_lavf: Ignore failure to find stream info.
Sun, 22 Sep 2013 07:31:55 +0000 reimar Ensure AVDictionary pointer is initialized.
Sat, 21 Sep 2013 15:55:28 +0000 reimar Add support for -rtsp-stream-over-tcp and -rtsp-stream-over-http for FFmpeg.
Sat, 21 Sep 2013 15:43:45 +0000 reimar Add support for ffmpeg's demuxer-specific options.
Tue, 03 Sep 2013 20:28:25 +0000 reimar Quick hack to allow using ffmpeg's image2 demuxer.
Wed, 07 Aug 2013 20:41:34 +0000 ib Don't subsequently calculate original_aspect from last movie_aspect.
Mon, 05 Aug 2013 18:57:04 +0000 reimar Avoid dereferencing NULL pointer on close if we
Mon, 05 Aug 2013 06:46:41 +0000 reimar Fix and simplify alloc/free of AVIO buffer.
Sun, 04 Aug 2013 13:30:42 +0000 reimar Add support for rtsp:// falling back to support via FFmpeg.
Sun, 04 Aug 2013 13:30:39 +0000 reimar Update for changed lavf API.
Thu, 18 Apr 2013 21:54:53 +0000 cboesch Add support for AV_CODEC_ID_ASS.
Sat, 23 Feb 2013 23:54:24 +0000 reimar demux_lavf: fix up all ffmpeg:// URLs.
Mon, 21 Jan 2013 23:05:17 +0000 diego demux_lavf: Fix CODEC_ID availability ifdefs and add a missing one
Mon, 21 Jan 2013 19:44:53 +0000 diego Replace CODEC_IDs their modern AV_-prefixed counterparts.