log libmpdemux/demux_lavf.c @ 34488:01c19d9b1e83

age author description
Thu, 10 Nov 2011 16:31:07 +0000 cehoyos Fix .qcp (raw QCELP) playback.
Sun, 23 Oct 2011 12:12:43 +0000 reimar Change codec tag/id conversion to not use ff_codec_bmp_tags/ff_codec_wav_tags.
Thu, 13 Oct 2011 18:14:02 +0000 reimar Add PVA to lavf preferred formats list, its demuxer seems to work well
Sat, 27 Aug 2011 10:52:30 +0000 reimar Simplify by using avformat_open_input instead of av_open_input_stream.
Sat, 27 Aug 2011 10:43:25 +0000 reimar 100l, fix compilation.
Sat, 27 Aug 2011 10:41:54 +0000 reimar Replace easy to change deprecated functionality.
Sat, 20 Aug 2011 08:18:36 +0000 cehoyos Fix infinite loop in '-demuxer lavf -lavfdopts format=help'
Fri, 19 Aug 2011 18:36:14 +0000 reimar Do not believe a mp4v codec tag, go based on codec id instead in that case.
Tue, 09 Aug 2011 19:57:00 +0000 reimar Move code for setting up libav* logging callbacks from vd_ffmpeg to a
Tue, 21 Jun 2011 20:29:55 +0000 reimar Indentation fixes.
Tue, 21 Jun 2011 20:28:53 +0000 reimar Do not set priv->pb for AVFMT_NOFILE formats, this now causes FFmpeg to error out.
Sun, 19 Jun 2011 16:28:18 +0000 reimar Fix printing of subtitle type, the wrong index was used to lookup the type.
Thu, 16 Jun 2011 09:27:31 +0000 diego Add some missing libavutil #includes.
Sun, 24 Apr 2011 21:32:36 +0000 reimar Improve seeking for files where start_time is not (properly) set.
Fri, 22 Apr 2011 06:17:34 +0000 reimar Use metadata tag API to get attachment filename.
Sat, 05 Feb 2011 14:02:49 +0000 reimar Change deprecated PKT_FLAG_KEY, CODEC_TYPE_* and SAMPLE_FMT_* to their
Sat, 05 Feb 2011 13:55:48 +0000 reimar Use av_iformat_next instead of first_iformat to conform with new FFmpeg API.
Sat, 05 Feb 2011 13:53:10 +0000 reimar Remove av_metadata_conv call, it is a NOP in FFmpeg nowadays.
Sat, 11 Dec 2010 23:53:27 +0000 reimar Prefer yuv4mpeg via libavformat, since that one supports multiple
Sat, 27 Nov 2010 13:54:23 +0000 reimar Add support for uncompressed BGR24 pixfmt.
Sat, 06 Nov 2010 14:57:44 +0000 reimar Fix program switching with -demuxer lavf.
Sat, 06 Nov 2010 14:41:23 +0000 reimar Print PROGRAM_ID -identify output similar to demux_ts
Sat, 06 Nov 2010 14:31:34 +0000 reimar Set st->discard in the same way for audio and video, fixes -aid no
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Mon, 04 Oct 2010 18:12:36 +0000 reimar Handle libavformat adding additional streams during playback.
Sun, 12 Sep 2010 13:26:39 +0000 reimar Replace sizeof(type)
Sun, 29 Aug 2010 06:51:05 +0000 reimar Always use convergence_duration for subtitles otherwise
Sat, 21 Aug 2010 16:04:18 +0000 reimar Print subtitle type also for internally-supported types with a libavcodec decoder.
Sun, 01 Aug 2010 17:51:28 +0000 reimar Update for libavformat matroska demuxer name change.
Sun, 11 Jul 2010 14:51:51 +0000 reimar Avoid incorrectly duplicating initialization code in new_demux_packet,