aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_lavf.c
Commit message (Expand)AuthorAge
* 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
* Musepack SV8 lavc decoder supportGravatar kostya2007-11-20
* Remove unused variable:Gravatar diego2007-10-30
* reindented previously modified codeGravatar nicodvb2007-10-27
* implemented DEMUXER_CTRL_IDENTIFY_PROGRAM to permit program switchingGravatar nicodvb2007-10-27
* permit identification and selection of programsGravatar nicodvb2007-10-27
* permit the transititions no stream <-> some streams and viceversa (needed for...Gravatar nicodvb2007-10-27
* moved to a new function handle_stream() the code to parse the streams and ass...Gravatar nicodvb2007-10-27
* add nellymoser codec to mplayer with internal fourcc NELLGravatar compn2007-10-16
* Add -lavfdopts cryptokeyGravatar reimar2007-10-14
* Format 0x01 cannot be used with "AMV IMA ADPCM", because it belongs to normal...Gravatar voroshil2007-10-03
* AMV demuxer and audio/video decoderGravatar voroshil2007-09-30
* analyzeduration option for lavf demuxerGravatar henry2007-09-29
* remove useless int->double conversionGravatar henry2007-09-29
* fix warningsGravatar henry2007-09-29
* reverted useless r24539Gravatar ben2007-09-15
* added monkey audio fourcc in wave headerGravatar ben2007-09-15