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-09-22avformat/aiffdec: Use 64bit for block_duration useMichael Niedermayer
2022-09-22avformat/aiffdec: Check block_durationMichael Niedermayer
2022-07-02avformat/aiffdec: cleanup size handling for extreem casesMichael Niedermayer
2022-06-17avformat/aiffdec: avoid integer overflow in get_meta()Michael Niedermayer
2022-05-10avformat/utils: Move ff_get_extradata to demux_utils.cAndreas Rheinhardt
2022-03-15aiff: convert to new channel layout APIVittorio Giovara
2021-11-01avformat/aiffdec: "-1" -> AVERROR_INVALIDDATAMichael Niedermayer
2021-11-01avformat/aiffdec: Use av_rescale() for bitrateMichael Niedermayer
2021-11-01avformat/aiffdec: sanity check block_alignMichael Niedermayer
2021-11-01avformat/aiffdec: Check sample_rateMichael Niedermayer
2021-07-31avformat/aiffdec: Check for size overflow in header parsingMichael Niedermayer
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-04-18avformat/id3v2: Don't reverse the order of id3v2 APICsAndreas Rheinhardt
2021-03-03avformat/aiffdec: Check that SSND is at least 8 bytesMichael Niedermayer
2021-02-23avformat/aiff: Deduplicate codec tags and codec tags listAndreas Rheinhardt
2021-02-23avformat/Makefile: Remove outdated AIFF demuxer dependency on iso_mediaAndreas Rheinhardt
2021-01-29avformat/aiffdec: Check size before subtraction in get_aiff_header()Michael Niedermayer
2020-11-05avformat/aiffdec: Check packet sizeMichael Niedermayer
2020-05-25avformat/id3v2: Remove unnecessary indirectionAndreas Rheinhardt
2019-12-12avformat: Forward errors where possibleAndreas Rheinhardt
2019-09-25avformat/aiffdec: fix signed integer overflowPaul B Mahol
2019-09-21avformat/aiffdec: parse replaygain metadataMoritz Barsnick
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2018-01-11avformat/aiffdec: AIFF fix in case of ANNOEduard Sinelnikov
2018-01-06aiff: add explicit goto got_soundMisty De Meo
2018-01-04aiff: add support for XA ADPCMMisty De Meo
2017-10-05avformat: fix id3 chaptersLukas Stabe
2017-03-29lavf: fix usages of av_get_codec_tag_string()Clément Bœsch
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2017-03-17Merge commit '0638b99cdba52554691fc668d9e477bc184c7a33'Matthieu Bouron
2016-12-14avformat: fix overflows during bit rate calculationAndreas Cadhalpun
2016-10-21aiff: check block_align in aiff_read_packetAndreas Cadhalpun
2016-10-17aiffdec: fix division by zeroAndreas Cadhalpun
2016-10-11lavf/aiffdec: Default to full rate qcelp as QT does.Carl Eugen Hoyos
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
2016-08-10aiff: Skip padding byte for odd-sized chunksDiego Biurrun
2016-07-03lavf/aiffdec: Support QDMC demuxing.Carl Eugen Hoyos
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-11-12aiff: Support demuxing G.722 streamsCarl Eugen Hoyos
2015-10-27avformat/aiff: add ADP4 DVI ADPCM supportPaul B Mahol
2015-10-26avcodec: add SDX2 DPCM decoderPaul B Mahol
2015-10-25avformat/aiffdec: give friendly message if compressed codec tag is unsupportedPaul B Mahol
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-06-11avformat/aiffdec: avoid double and ldexp()Michael Niedermayer
2015-03-19avformat/aiffdec: do not fail if header parser hits EOFMichael Niedermayer
2015-03-19avformat/aiffdec: Stop header parsing once a non header packet is reachedMichael Niedermayer
2015-02-14Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun