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-08-10avformat/paf: read frame rate from header @0x88Gregory Montoir
2021-07-08avformat/paf: Simplify cleanup after read_header failureAndreas Rheinhardt
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-03-09avformat/paf: Check for EOF before allocation in read_header()Michael Niedermayer
2021-01-21avformat/paf: Do not zero allocated tables which are immedeately filledMichael Niedermayer
2020-11-05avformat/paf: Check for EOF in read_table()Michael Niedermayer
2019-12-12avformat: Forward errors where possibleAndreas Rheinhardt
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-02-14Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2014-08-08replace calls to url_feof() with avio_feof()James Almer
2014-03-28Merge commit '70daeacd6ef8b354dd7d2d77ad393831a5bbf033'Michael Niedermayer
2014-03-28PAF demuxer and decoderPaul B Mahol
2013-08-09avformat/paf: Fix integer overflow and out of array readMichael Niedermayer
2012-11-13paf: set channel layoutPaul B Mahol
2012-10-14paf: avoid C99 overflowsMichael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-03paf: fix audio packet durationPaul B Mahol
2012-07-09paf: properly flag video packetsPaul B Mahol
2012-07-05PAF demuxer and decoderPaul B Mahol