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
2021-11-14avformat/demux: allow total size of packets in raw_packet_buffer to reach pro...Marton Balint
2021-09-17avformat: Avoid allocation for AVFormatInternalAndreas Rheinhardt
2021-04-27avutil: remove deprecated AVClass.child_class_nextJames Almer
2021-04-27avformat: Remove deprecated old open callbacksAndreas Rheinhardt
2021-03-17avformat/utils: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17avformat/mux: use av_packet_alloc() to allocate packetsJames Almer
2020-10-19avformat/options: use the iterate API in format_child_class_next()James Almer
2020-06-10AVFormatContext: switch to child_class_iterate()Anton Khirnov
2019-10-20avformat/options: don't call avformat_free_context() within avformat_alloc_co...James Almer
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2017-06-04avformat/options: log filename on openMichael Niedermayer
2016-09-12avformat/mux: implement AVFMT_FLAG_SHORTESTMichael Niedermayer
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
2016-02-10Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis
2016-01-24lavf: allow custom IO for all filesAnton Khirnov
2015-07-03lavc: Move deprecation warning disabling to files including the tableVittorio Giovara
2015-07-03Merge commit 'f046c3b5ac36848cce824b008e0347c621523041'Michael Niedermayer
2015-05-10avformat_alloc_context: initialize raw_packet_buffer_remaining_size.Reimar Döffinger
2015-03-01Merge commit 'c86d8aed748adc3ba8df96fb1fe14aa45da77a31'Michael Niedermayer
2015-02-28avio: Rename avclass symbols relating to avioMartin Storsjö
2015-02-11Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78'Michael Niedermayer
2015-02-10lavf: move internal fields from public to internal contextwm4
2014-11-18Merge commit '9257692ac15eff7b07540c1f61cebde0d8823fbd'Michael Niedermayer
2014-11-18lavf: Only initialize s->offset once when using avoid_negative_ts make_zeroMartin Storsjö
2014-02-04Merge commit '33c859c142ef3f49b7a6227014ad92a680cf4d74'Michael Niedermayer
2014-02-04lavf: ignore attachment streams for interleaving purposesAnton Khirnov
2013-08-03Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer
2013-08-02Give less generic names to global library option arraysDiego Biurrun
2012-07-30options: Fix warning about incompatible pointer typejamal
2012-06-28lavf: add proper enum type for fmt ctx duration esitmation methodMichael Bradshaw
2012-06-19lavf: separate muxer/demuxer class categoryMichael Niedermayer
2012-06-18lavf: add field for how duration is estimatedMichael Bradshaw
2012-06-03set some categories of some AVClass structsMichael Niedermayer
2012-03-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-20Move AVFormatContext/AVCodecContext option tables to separate files.Anton Khirnov
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove disabled FF_API_MUXRATE cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_FLAG_RTP_HINT cruftAnton Khirnov
2012-01-27lavf: remove disabled FF_API_OLD_AVIO cruftAnton Khirnov
2012-01-22error_detection: put the old error detection constants back.Michael Niedermayer
2012-01-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-21lavf: rename fer option and document resulting (f_)err_detect optionsDustin Brody
2011-12-01lavf: allow grouping packets in chunks of a user specified size and duration.Michael Niedermayer
2011-12-01lavf: add audio_preload option, this allows interleaving audio earlierMichael Niedermayer
2011-11-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-14lavf: simplify format_child_class_next()Luca Barbato
2011-11-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-13lavf: pass options from AVFormatContext to avio.Anton Khirnov
2011-10-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-17mpegenc/mpegtsenc: add muxrate private options.Anton Khirnov