log libmpdemux/demux_lavf.c @ 29626:2a2bc7ee5b81

age author description
Thu, 10 Sep 2009 17:30:02 +0000 reimar Add w64 to list of preferred lavf formats (otherwise demux_audio incorrectly
Thu, 10 Sep 2009 17:28:35 +0000 reimar Sort preferred_list alphabetically since the order does not matter otherwise.
Tue, 08 Sep 2009 21:45:36 +0000 reimar Add CODEC_ID_ADPCM_IMA_AMV to lavf codec_tag override list instead of
Tue, 08 Sep 2009 09:08:05 +0000 reimar Fix an endless loop if all programs are empty.
Tue, 08 Sep 2009 08:55:05 +0000 reimar Always register all streams from libavformat, not just those belonging to a program.
Mon, 07 Sep 2009 17:20:44 +0000 vitor Add support for lavf vqf demuxer and lavc TwinVQ decoder.
Sun, 30 Aug 2009 23:01:36 +0000 cehoyos Rename mp_wav_override_tag* as mp_codecid_override_tag* to reflect that
Sun, 30 Aug 2009 22:51:52 +0000 cehoyos Use mp_wav_override_taglists for both audio and video.
Tue, 11 Aug 2009 23:26:42 +0000 greg Use new libavformat metadata API.
Wed, 24 Jun 2009 08:13:52 +0000 reimar AVStream.language is deprecated, switch to av_get_metadata instead.
Wed, 24 Jun 2009 08:06:46 +0000 reimar Move allocation to avoid a possible memleak if new_sh_audio fails.
Wed, 24 Jun 2009 08:04:38 +0000 reimar Remove pointless stream count checks, new_sh_* already checks for that.
Wed, 24 Jun 2009 07:49:04 +0000 reimar Print ID_AID_???_LANG and ID_SID_???_LANG in lavf demuxer so that frontends
Mon, 01 Jun 2009 09:43:32 +0000 reimar Add const where appropriate, also gets rid of a compiler warning.
Mon, 01 Jun 2009 09:39:02 +0000 reimar 100l, do not read probe buffer if it will not be used because a format was forced.
Sat, 30 May 2009 13:18:57 +0000 reimar In all demux_info_add calls change "name" to "title".
Wed, 01 Apr 2009 09:24:46 +0000 reimar Increase probe buffer size to 32kB, this makes ac3 auto-detection far more reliable.
Sat, 17 Jan 2009 11:29:36 +0000 cehoyos Fix compilation: s/ff_gcd/av_gcd.
Wed, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
Fri, 03 Oct 2008 14:54:22 +0000 gpoirier fix compilation w/ FFmpeg r15533
Mon, 15 Sep 2008 15:30:06 +0000 diego riff.h and avi.h are not needed, but avio.h is.
Tue, 09 Sep 2008 14:45:50 +0000 uau Make internal Matroska demuxer default again
Tue, 09 Sep 2008 14:28:44 +0000 aurel revert r27551 which break much more things than it fixes
Mon, 08 Sep 2008 21:26:24 +0000 uau Use internal demuxer for Matroska files for now
Mon, 08 Sep 2008 17:02:32 +0000 uau Fix compilation after libavcodec major version 52 changes
Thu, 04 Sep 2008 23:34:27 +0000 aurel lavf: the subtitles display duration is stored in pkt.convergence_duration
Tue, 26 Aug 2008 21:12:48 +0000 aurel prefer libavformat to demux matroska files
Sun, 24 Aug 2008 00:08:55 +0000 aurel cosmetics: indentation
Sun, 24 Aug 2008 00:07:09 +0000 aurel use new lavf API to grab sample_aspect_ratio from the demuxers
Wed, 13 Aug 2008 00:01:31 +0000 aurel demux_lavf: fix mp_seek behavior in case of seeking error
Fri, 11 Jul 2008 18:04:36 +0000 reimar 1000l, fix demux_lavf compilation
Fri, 11 Jul 2008 17:25:37 +0000 reimar Correct stream-seekability tests in demux_audio and demux_lavf
Mon, 16 Jun 2008 15:54:29 +0000 reimar Chapter support for lavf demuxer.
Wed, 14 May 2008 18:01:51 +0000 diego Use standard license headers with standard formatting.
Sat, 10 May 2008 19:29:38 +0000 michael AVOption support for lavf demuxing
Wed, 16 Apr 2008 12:03:34 +0000 reimar Prefer libavformat musepack demuxer over internal one (which does not even support v8).
Wed, 09 Apr 2008 00:46:21 +0000 albeu Split the lavf taglists out of the lavf muxer to allow using libmpmux
Sat, 05 Apr 2008 08:49:07 +0000 reimar Set correct codec tag for raw rgb in mov, fixes
Sun, 30 Mar 2008 16:55:46 +0000 eugeni Support 'default' attribute for audio and subtitle tracks.
Fri, 29 Feb 2008 17:25:57 +0000 eugeni Support switching to/from nosound in demux_lavf.
Fri, 29 Feb 2008 17:25:52 +0000 eugeni Don't select audio stream in lavf and mkv demuxers.
Fri, 29 Feb 2008 17:25:47 +0000 eugeni Don't select subtitle track in lavf and mkv demuxers.
Fri, 29 Feb 2008 17:25:39 +0000 eugeni Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle
Fri, 29 Feb 2008 17:25:37 +0000 eugeni Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio track
Mon, 25 Feb 2008 15:46:36 +0000 diego FFmpeg now uses different (unified) #include paths.
Thu, 21 Feb 2008 09:47:03 +0000 eugeni Fix r26032: wrong sub stream id assigned to dvdsub_id.
Tue, 19 Feb 2008 19:41:22 +0000 eugeni Support -slang in lavf demuxer.
Wed, 06 Feb 2008 12:39:59 +0000 reimar Add speex tag
Sun, 03 Feb 2008 12:14:29 +0000 reimar Allow demuxers to choose a default value for correct_pts
Wed, 30 Jan 2008 08:10:25 +0000 eugeni Add support for attachments in lavf demuxer.
Tue, 29 Jan 2008 19:05:36 +0000 reimar Fix r25817 to not always destroy codec_tag, this broke playback of e.g. ape files.
Tue, 29 Jan 2008 15:11:38 +0000 reimar Use defines to give names to the different seek flags.
Mon, 28 Jan 2008 18:29:26 +0000 reimar Support CODEC_ID_MOV_TEXT
Sun, 27 Jan 2008 09:08:54 +0000 reimar Prefer lavf mov demuxer over our own, it should work better most of the time now.
Sat, 26 Jan 2008 22:25:47 +0000 reimar 100l, inverted condition for AVSEEK_FLAG_BACKWARD
Sat, 26 Jan 2008 22:06:36 +0000 reimar Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend on
Sat, 26 Jan 2008 21:45:31 +0000 reimar Cosmetics: remove some trailing whitespace
Sat, 26 Jan 2008 21:41:30 +0000 reimar Add QDM2 codec identifier
Sat, 26 Jan 2008 21:17:08 +0000 reimar Partially support vobsub subtitles from lavf demuxers (palette support missing)
Sun, 20 Jan 2008 12:57:53 +0000 rtogni Allow overriding the codec_tag for audio codecs, and always override