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-10-09avformat/aiffdec: Use 64bit for block_duration useMichael Niedermayer
2022-10-09avformat/aiffdec: Check block_durationMichael Niedermayer
2022-10-09avformat/aiffdec: cleanup size handling for extreem casesMichael Niedermayer
2022-10-09avformat/aiffdec: avoid integer overflow in get_meta()Michael Niedermayer
2022-04-07avformat/aiffdec: Use av_rescale() for bitrateMichael Niedermayer
2022-04-07avformat/aiffdec: sanity check block_alignMichael Niedermayer
2022-04-07avformat/aiffdec: Check sample_rateMichael Niedermayer
2021-10-06avformat/aiffdec: Check for size overflow in header parsingMichael Niedermayer
2021-09-10avformat/aiffdec: Check that SSND is at least 8 bytesMichael Niedermayer
2021-09-10avformat/aiffdec: Check size before subtraction in get_aiff_header()Michael Niedermayer
2021-09-10avformat/aiffdec: Check packet sizeMichael Niedermayer
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
2015-01-09avformat/aiffdec: improve readabilityPeter Ross
2015-01-05avformat/aiffdec: only read codec tag when there is space in headerPeter Ross
2014-08-08replace calls to url_feof() with avio_feof()James Almer
2014-06-03Do not limit blocksize when reading PCM from aiff.Carl Eugen Hoyos
2014-04-19ff_id3v2_read: add option to limit ID3 magic number searchPeter Ross
2013-12-25avformat/aiffdec: use ff_get_extradata()Michael Niedermayer
2013-10-18Fix decoding of G.726 in AIFF.Carl Eugen Hoyos
2013-10-14avformat: use ff_alloc_extradata()Paul B Mahol
2013-06-09Support decoding G.722 in aiff.Carl Eugen Hoyos
2013-04-23Read block_align from extradata when decoding qclp in aiff.Carl Eugen Hoyos
2013-04-03Skip padding in an id3 tag in aiff files.Carl Eugen Hoyos