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-07-22Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt
2019-12-12avformat: Don't free old extradata before ff_alloc/get_extradataAndreas Rheinhardt
2019-12-12avformat: Forward errors where possibleAndreas Rheinhardt
2018-02-14lavf/rtpdec*: Constify all RTPDynamicProtocolHandler.Carl Eugen Hoyos
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-02-25Merge commit '5d8cae45737bed6239bd6b6e0698802dbe1463c8'Michael Niedermayer
2015-02-24rtpdec: Get rid of all trivial .alloc/.free functionsMartin Storsjö
2015-01-30avformat/rtpdec_qdm2: change assert to av_assert0()Paul B Mahol
2013-10-14avformat: use ff_alloc_extradata()Paul B Mahol
2012-12-21Merge commit '90c784cc13f6bf21a8eb69f3b88b50c7a70f6c59'Michael Niedermayer
2012-12-21rtpdec: Pass the sequence number to depacketizersMartin Storsjö
2012-10-13rtpdec_qdm2: change one assert to av_assert0Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-13rtpdec_qdm2: Don't try to parse data packet if no configuration is receivedMartin Storsjö
2011-04-24Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-24rtp: Rename the open/close functions to alloc/freeMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-11-29rtpdec: Remove useless NULL initializations when using designated initializersMartin Storsjö
2010-11-29rtpdec: Change the qdm2, qt and svq3 depacketizers to use designated initiali...Martin Storsjö
2010-09-26Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini
2010-07-30Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö
2010-07-14Add a depacketizer for QDM2Josh Allmann