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-03-15wv: convert to new channel layout APIVittorio Giovara
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2020-09-21avformat/wvdec: Check rate for overflowMichael Niedermayer
2020-04-02avformat/wvdec: Export version as extradataAndreas Rheinhardt
2020-03-11avcodec/wavpack: add support for DSD filesDavid Bryant
2020-02-11avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt
2019-12-12avformat: Forward errors where possibleAndreas Rheinhardt
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2018-12-28avformat/wvdec: detect and error out on WavPack DSD filesDavid Bryant
2018-12-28avcodec/wavpack: fix decoding of files with many channelsPaul B Mahol
2017-03-31Merge commit '67deba8a416d818f3d95aef0aa916589090396e2'Clément Bœsch
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2016-11-08Use avpriv_report_missing_feature() where appropriateDiego Biurrun
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
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-04-24avformat/wvdec: fix seekingwm4
2015-02-14Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2014-08-18wvdec: check for eof in wv_read_block_header()Paul B Mahol
2014-08-08replace calls to url_feof() with avio_feof()James Almer
2013-05-29Merge commit '794ca87d2bff2513118de8b97595b3e23070e67d'Michael Niedermayer
2013-05-29Merge commit '0a1a94450a28eef854162f859e79ecfb9f97915b'Michael Niedermayer
2013-05-28wvdec: split block header parsing into a separate fileAnton Khirnov
2013-05-28lavf: rename wv.c to wvdec.cAnton Khirnov