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
2022-05-10avformat/utils: Move ff_get_extradata to demux_utils.cAndreas Rheinhardt
2022-03-15mpc: convert to new channel layout APIVittorio Giovara
2021-09-17avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2020-10-28lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov
2020-04-19avformat/mpc: Simplify cleanupAndreas Rheinhardt
2020-02-11avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt
2019-07-31avformat/mpc: deallocate frames array on errorsMichael Niedermayer
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
2016-06-21Merge commit '5c31eaa9998b2185e0aa04d11adff128498dc14a'Clément Bœsch
2016-05-04Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková
2016-04-14avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-10-27Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-02-14Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2014-06-15avformat/mpc: attempt to allocate a packet that is not smaller than the data ...Michael Niedermayer
2013-12-25avformat/mpc: use ff_get_extradata()Michael Niedermayer
2013-10-14avformat: use ff_alloc_extradata()Paul B Mahol
2012-11-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-12mpc7: set channel layoutJustin Ruggles
2012-08-27mpc: fix seeking to the endMichael Niedermayer
2012-08-27mpc: clip seeking timestamp in valid rangeMichael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-31mpc: return more meaningful error codes.Anton Khirnov
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-27musepack: fix signed shift overflow in mpc_read_packet()Mans Rullgard
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-14Merge commit 'b5849f77095439e994b11c25e6063d443b36c228'Michael Niedermayer
2011-07-13Musepack SV7: try to read files without number of frames providedKostya Shishkov
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov