Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-08lavf: add seek2any to allow forcing seeking to non keyframes via AVOptionsMichael Niedermayer
2013-01-13lavf: clarify/extend documentation for AVFormatContext::analyzedurationStefano Sabatini
2012-12-18Merge commit 'c35f0e8495e34c2082dcde805e9323c9f6a4cb0a'Michael Niedermayer
2012-12-17cosmetics: Use consistent names for multiple inclusion guards.Diego Biurrun
2012-12-16lavf: Provide a monotonic timestamp to the outside worldHarald Axmann
2012-12-08lavf: improve avoid_negative_ts help textReimar Döffinger
2012-12-07fix tipoMichael Niedermayer
2012-12-07lavf: improve help text for avoid_negative_tsMichael Niedermayer
2012-11-21Add -skip_initial_bytes option.Carl Eugen Hoyos
2012-09-26lavf: Add support offset timestamps on muxing.Michael Niedermayer
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-08-18lavf: add use_wallclock_as_timestampsMichael Niedermayer
2012-07-30Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'Michael Niedermayer
2012-07-29avf: introduce nobuffer optionLuca Barbato
2012-05-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-08options_table: Add some missing #includes to fix "make checkheaders".Alex Converse
2012-04-04Add AVIO_FLAG_DIRECT.Reimar Döffinger
2012-03-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-20libavformat: Set the default for the max_delay option to -1Martin Storsjö
2012-03-20Move AVFormatContext/AVCodecContext option tables to separate files.Anton Khirnov