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-09-17avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt
2021-08-26avformat/avio: Move internal AVIOContext fields to avio_internal.hAndreas Rheinhardt
2021-06-09avformat: move AVStream.{first,cur}_dts to AVStreamInternalJames Almer
2021-01-24avformat/rtpdec: Constify RTPDynamicProtocolHandlersAndreas Rheinhardt
2018-02-11lavf/rtpdec: Constify several pointers.Carl Eugen Hoyos
2018-02-06lavf/rtp: replace linked list with arrayJosh de Kock
2017-09-01Use the new AVIOContext destructor.Anton Khirnov
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-09-17lavc/lavf: remove incompatible abi checks for the new 64bit fieldsJames Almer
2015-09-15lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-03-05Merge commit 'b72b212a4c43563f1b9fc3ce9a5ff91f89b857ac'Michael Niedermayer
2015-03-05rdt: Use a separate variable to clarify the different value namespacesMartin Storsjö
2015-02-25Merge commit 'd594dbecce5f3af7f80bbf5bb1b516d740b69ccd'Michael Niedermayer
2015-02-25Merge commit '078d43e23a7a3d64aafee8a58b380d3e139b3020'Michael Niedermayer
2015-02-25Merge commit 'bb4a310bb85f43e62240145a656b1e5285b14239'Michael Niedermayer
2015-02-25Merge commit '78791c086bcaf9eb084c27555b31fea8bbb7624a'Michael Niedermayer
2015-02-25rtpdec: Rename the free method to closeMartin Storsjö
2015-02-25rtpdec: Free depacketizers if the init function failedMartin Storsjö
2015-02-25rtpdec: Don't free the payload context in the .free functionMartin Storsjö
2015-02-25rtpdec: Use .init instead of .alloc to set default valuesMartin Storsjö
2015-02-17Merge commit 'da7e31a240f276836a0b90ca6c0714181b353cc4'Michael Niedermayer
2015-02-17rmdec: Check memory allocations from ff_rm_alloc_rmstream()Hugo Beauzée-Luyssen
2014-12-06Merge commit '1c77ead1fb14d64e6798fc5e32af04abcb3cebb4'Michael Niedermayer
2014-12-04rm: Use the correct codec_data_size signednessLuca Barbato
2014-10-25avformat/rdt: Forward whitelists to rdt demuxerMichael Niedermayer
2014-08-28avformat/rdt: fix compiler warning about const qualifier being discardedMichael Niedermayer
2014-05-24Merge commit '8692e6284f5169257a537c8fc25addf32fc67c87'Michael Niedermayer
2014-05-24rdt: check malloc callsNidhi Makhijani
2013-10-29Merge commit 'feeafb4adabd5c17de1738ed9962e40892b20edb'Michael Niedermayer
2013-10-28lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from share...Anton Khirnov
2013-09-27Merge commit 'd872fb0f7ff2ff0ba87f5ccf6a1a55ca2be472c9'Michael Niedermayer
2013-09-27lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö
2013-09-19Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer
2013-09-18avformat: Use av_reallocp() where suitableAlexandra Khirnova
2013-08-05rdt: make const tables static constMichael Niedermayer
2013-05-01Merge commit 'e926b5ceb1962833f0c884a328382bc2eca67aff'Michael Niedermayer
2013-04-30avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2012-12-21Merge commit '90c784cc13f6bf21a8eb69f3b88b50c7a70f6c59'Michael Niedermayer
2012-12-21rtpdec: Pass the sequence number to depacketizersMartin Storsjö
2012-08-21rmdec: pass mime type to ff_rm_read_mdpr_codecdata()Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-05rdt: remove workaround for infinite loop with aacJustin Ruggles