log libmpdemux/demux_lavf.c @ 36385:fc93e82b8afc

age author description
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.
Tue, 18 Dec 2012 20:00:11 +0000 reimar Add comment why seeking backward flag is used when
Tue, 18 Dec 2012 19:33:29 +0000 reimar Set AVSEEK_FLAG_BACKWARD also when seeking to the start of a file.
Sun, 09 Dec 2012 03:15:32 +0000 upsuper Add missing break.
Fri, 30 Nov 2012 21:31:14 +0000 reimar demux_lavf: support subtitle-only formats.
Thu, 29 Nov 2012 14:58:39 +0000 cehoyos Always set BITMAPINFOHEADER field biPlanes to 1, the only allowed value.
Fri, 16 Nov 2012 23:39:27 +0000 upsuper Print rotation information as identify msg
Tue, 06 Nov 2012 17:31:23 +0000 reimar Change STREAM_CTRL_GET_SIZE argument type from off_t to
Sat, 25 Aug 2012 10:52:00 +0000 reimar Support subrip format subtitles.
Sat, 25 Aug 2012 10:50:50 +0000 reimar When switching programs select subtitle stream regardless of
Sat, 18 Aug 2012 19:51:58 +0000 reimar Update endpos each time libavformat asks for it.
Thu, 02 Aug 2012 23:28:04 +0000 al demux_lavf: Set endpts from AVPacket.duration
Sat, 07 Apr 2012 20:08:53 +0000 reimar Support EIA-608 captions in MOV.
Sat, 07 Apr 2012 19:37:11 +0000 reimar Remove outdated comment.
Sun, 19 Feb 2012 20:33:32 +0000 reimar demux_lavf: Explain under which conditions to add demuxers to preferred_list.
Sun, 19 Feb 2012 20:01:17 +0000 cehoyos Use -demuxer lavf for cdxl files.
Sat, 28 Jan 2012 14:55:15 +0000 reimar Fix another case where opt.h was included from libavcodec instead of libavutil.