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-15dsfdec: convert to new channel layout APIAnton Khirnov
2021-09-17avformat: Avoid allocation for AVFormatInternalAndreas Rheinhardt
2021-07-31avformat/dsfdec: Change order of operations in bitrate computationMichael Niedermayer
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-04-18avformat/id3v2: Don't reverse the order of id3v2 APICsAndreas Rheinhardt
2020-12-06avformat/dsfdec: Check block_align more completelyMichael Niedermayer
2020-05-25avformat/id3v2: Remove unnecessary indirectionAndreas Rheinhardt
2019-12-12avformat: Forward errors where possibleAndreas Rheinhardt
2019-08-28avformat/dsfdec: set packet pts/duration/pos correctlyPaul B Mahol
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2018-04-22avformat/dsfdec: fix calculation of size of data chunkPaul B Mahol
2018-04-22avformat/dsfdec: properly handle padded last packetPaul B Mahol
2017-10-05avformat: fix id3 chaptersLukas Stabe
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2016-05-01avformat/dsfdec: set bit_rate, fixes duration estimationPaul B Mahol
2016-04-30avformat/dsfdec: check if number of channels is <= 0Paul B Mahol
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2014-04-19ff_id3v2_read: add option to limit ID3 magic number searchPeter Ross
2014-04-18avformat/dsddec: create audio stream before processing id3Peter Ross
2014-04-18DSD Stream File (DSF) demuxerPeter Ross