| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/aiffdec: improve probe | Paul B Mahol | 2023-09-12 | 1 | -2/+2 |
* | avcodec: add CBD2 DPCM decoder | Paul B Mahol | 2023-01-27 | 1 | -0/+1 |
* | avformat/aiffdec: Use 64bit for block_duration use | Michael Niedermayer | 2022-09-22 | 1 | -1/+1 |
* | avformat/aiffdec: Check block_duration | Michael Niedermayer | 2022-09-22 | 1 | -0/+2 |
* | avformat/aiffdec: cleanup size handling for extreem cases | Michael Niedermayer | 2022-07-02 | 1 | -17/+12 |
* | avformat/aiffdec: avoid integer overflow in get_meta() | Michael Niedermayer | 2022-06-17 | 1 | -1/+1 |
* | avformat/utils: Move ff_get_extradata to demux_utils.c | Andreas Rheinhardt | 2022-05-10 | 1 | -0/+1 |
* | aiff: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -5/+7 |
* | avformat/aiffdec: "-1" -> AVERROR_INVALIDDATA | Michael Niedermayer | 2021-11-01 | 1 | -2/+2 |
* | avformat/aiffdec: Use av_rescale() for bitrate | Michael Niedermayer | 2021-11-01 | 1 | -2/+4 |
* | avformat/aiffdec: sanity check block_align | Michael Niedermayer | 2021-11-01 | 1 | -1/+1 |
* | avformat/aiffdec: Check sample_rate | Michael Niedermayer | 2021-11-01 | 1 | -0/+3 |
* | avformat/aiffdec: Check for size overflow in header parsing | Michael Niedermayer | 2021-07-31 | 1 | -0/+3 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/id3v2: Don't reverse the order of id3v2 APICs | Andreas Rheinhardt | 2021-04-18 | 1 | -1/+1 |
* | avformat/aiffdec: Check that SSND is at least 8 bytes | Michael Niedermayer | 2021-03-03 | 1 | -0/+2 |
* | avformat/aiff: Deduplicate codec tags and codec tags list | Andreas Rheinhardt | 2021-02-23 | 1 | -1/+1 |
* | avformat/Makefile: Remove outdated AIFF demuxer dependency on iso_media | Andreas Rheinhardt | 2021-02-23 | 1 | -2/+0 |
* | avformat/aiffdec: Check size before subtraction in get_aiff_header() | Michael Niedermayer | 2021-01-29 | 1 | -0/+2 |
* | avformat/aiffdec: Check packet size | Michael Niedermayer | 2020-11-04 | 1 | -0/+2 |
* | avformat/id3v2: Remove unnecessary indirection | Andreas Rheinhardt | 2020-05-25 | 1 | -2/+2 |
* | avformat: Forward errors where possible | Andreas Rheinhardt | 2019-12-12 | 1 | -4/+4 |
* | avformat/aiffdec: fix signed integer overflow | Paul B Mahol | 2019-09-25 | 1 | -1/+4 |
* | avformat/aiffdec: parse replaygain metadata | Moritz Barsnick | 2019-09-20 | 1 | -0/+5 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | avformat/aiffdec: AIFF fix in case of ANNO | Eduard Sinelnikov | 2018-01-11 | 1 | -3/+2 |
* | aiff: add explicit goto got_sound | Misty De Meo | 2018-01-06 | 1 | -0/+3 |
* | aiff: add support for XA ADPCM | Misty De Meo | 2018-01-04 | 1 | -0/+7 |
* | avformat: fix id3 chapters | Lukas Stabe | 2017-10-05 | 1 | -1/+2 |
* | lavf: fix usages of av_get_codec_tag_string() | Clément Bœsch | 2017-03-29 | 1 | -5/+3 |
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173' | James Almer | 2017-03-21 | 1 | -2/+2 |
|\ |
|
| * | lavf: fix usage of AVIOContext.seekable | Anton Khirnov | 2016-09-30 | 1 | -1/+1 |
* | | Merge commit '0638b99cdba52554691fc668d9e477bc184c7a33' | Matthieu Bouron | 2017-03-17 | 1 | -2/+6 |
|\| |
|
| * | aiff: Skip padding byte for odd-sized chunks | Diego Biurrun | 2016-08-10 | 1 | -2/+6 |
* | | avformat: fix overflows during bit rate calculation | Andreas Cadhalpun | 2016-12-14 | 1 | -2/+2 |
* | | aiff: check block_align in aiff_read_packet | Andreas Cadhalpun | 2016-10-21 | 1 | -0/+5 |
* | | aiffdec: fix division by zero | Andreas Cadhalpun | 2016-10-17 | 1 | -1/+1 |
* | | lavf/aiffdec: Default to full rate qcelp as QT does. | Carl Eugen Hoyos | 2016-10-11 | 1 | -1/+4 |
* | | lavf/aiffdec: Support QDMC demuxing. | Carl Eugen Hoyos | 2016-07-03 | 1 | -1/+2 |
* | | avformat: add AVFormatContext to ff_get_extradata() | Paul B Mahol | 2016-04-14 | 1 | -1/+1 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -45/+45 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -34/+34 |
| * | aiff: Support demuxing G.722 streams | Carl Eugen Hoyos | 2015-11-12 | 1 | -0/+1 |
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avformat/aiff: add ADP4 DVI ADPCM support | Paul B Mahol | 2015-10-27 | 1 | -0/+1 |
* | | avcodec: add SDX2 DPCM decoder | Paul B Mahol | 2015-10-26 | 1 | -0/+1 |
* | | avformat/aiffdec: give friendly message if compressed codec tag is unsupported | Paul B Mahol | 2015-10-25 | 1 | -0/+5 |
* | | avformat/aiffdec: avoid double and ldexp() | Michael Niedermayer | 2015-06-11 | 1 | -4/+11 |
* | | avformat/aiffdec: do not fail if header parser hits EOF | Michael Niedermayer | 2015-03-19 | 1 | -0/+5 |
* | | avformat/aiffdec: Stop header parsing once a non header packet is reached | Michael Niedermayer | 2015-03-19 | 1 | -0/+3 |