aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_lavf.c
Commit message (Expand)AuthorAge
* Fix compilation: s/ff_gcd/av_gcd.Gravatar cehoyos2009-01-17
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* fix compilation w/ FFmpeg r15533Gravatar gpoirier2008-10-03
* riff.h and avi.h are not needed, but avio.h is.Gravatar diego2008-09-15
* Make internal Matroska demuxer default againGravatar uau2008-09-09
* revert r27551 which break much more things than it fixesGravatar aurel2008-09-09
* Use internal demuxer for Matroska files for nowGravatar uau2008-09-08
* Fix compilation after libavcodec major version 52 changesGravatar uau2008-09-08
* lavf: the subtitles display duration is stored in pkt.convergence_durationGravatar aurel2008-09-04
* prefer libavformat to demux matroska filesGravatar aurel2008-08-26
* cosmetics: indentationGravatar aurel2008-08-24
* use new lavf API to grab sample_aspect_ratio from the demuxersGravatar aurel2008-08-24
* demux_lavf: fix mp_seek behavior in case of seeking errorGravatar aurel2008-08-13
* 1000l, fix demux_lavf compilationGravatar reimar2008-07-11
* Correct stream-seekability tests in demux_audio and demux_lavfGravatar reimar2008-07-11
* Chapter support for lavf demuxer.Gravatar reimar2008-06-16
* Use standard license headers with standard formatting.Gravatar diego2008-05-14
* AVOption support for lavf demuxingGravatar michael2008-05-10
* Prefer libavformat musepack demuxer over internal one (which does not even su...Gravatar reimar2008-04-16
* Split the lavf taglists out of the lavf muxer to allow using libmpmuxGravatar albeu2008-04-09
* Set correct codec tag for raw rgb in mov, fixesGravatar reimar2008-04-05
* Support 'default' attribute for audio and subtitle tracks.Gravatar eugeni2008-03-30
* Support switching to/from nosound in demux_lavf.Gravatar eugeni2008-02-29
* Don't select audio stream in lavf and mkv demuxers.Gravatar eugeni2008-02-29
* Don't select subtitle track in lavf and mkv demuxers.Gravatar eugeni2008-02-29
* Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitleGravatar eugeni2008-02-29
* Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio trackGravatar eugeni2008-02-29
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* Fix r26032: wrong sub stream id assigned to dvdsub_id.Gravatar eugeni2008-02-21
* Support -slang in lavf demuxer.Gravatar eugeni2008-02-19
* Add speex tagGravatar reimar2008-02-06
* Allow demuxers to choose a default value for correct_ptsGravatar reimar2008-02-03
* Add support for attachments in lavf demuxer.Gravatar eugeni2008-01-30
* Fix r25817 to not always destroy codec_tag, this broke playback of e.g. ape f...Gravatar reimar2008-01-29
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* Support CODEC_ID_MOV_TEXTGravatar reimar2008-01-28
* Prefer lavf mov demuxer over our own, it should work better most of the time ...Gravatar reimar2008-01-27
* 100l, inverted condition for AVSEEK_FLAG_BACKWARDGravatar reimar2008-01-26
* Used wrong condition for using AVSEEK_FLAG_BACKWARD, it should depend onGravatar reimar2008-01-26
* Cosmetics: remove some trailing whitespaceGravatar reimar2008-01-26
* Add QDM2 codec identifierGravatar reimar2008-01-26
* Partially support vobsub subtitles from lavf demuxers (palette support missing)Gravatar reimar2008-01-26
* Allow overriding the codec_tag for audio codecs, and always override Gravatar rtogni2008-01-20
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Add libass support to demux_lavf.Gravatar eugeni2008-01-12
* 100l, fix compilation.Gravatar reimar2007-12-22
* Set is_streamed correctly, should make network playback work more reliably.Gravatar reimar2007-12-22
* Get rid of URLProtocol mess (especially problematic since it made useGravatar reimar2007-12-22
* Make m_option_t arrays referenced by cfg-common.h constGravatar reimar2007-12-02
* Bring (de)muxer_lavf up to date with the libavformat API changes introduced b...Gravatar iive2007-11-23