| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | avformat/aiffdec: improve readability | Peter Ross | 2015-01-09 | 1 | -3/+3 |
* | | avformat/aiffdec: only read codec tag when there is space in header | Peter Ross | 2015-01-05 | 1 | -1/+3 |
* | | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -1/+1 |
* | | Do not limit blocksize when reading PCM from aiff. | Carl Eugen Hoyos | 2014-06-03 | 1 | -2/+8 |
* | | ff_id3v2_read: add option to limit ID3 magic number search | Peter Ross | 2014-04-19 | 1 | -1/+1 |
* | | avformat/aiffdec: use ff_get_extradata() | Michael Niedermayer | 2013-12-25 | 1 | -2/+1 |
* | | Fix decoding of G.726 in AIFF. | Carl Eugen Hoyos | 2013-10-18 | 1 | -0/+2 |
* | | avformat: use ff_alloc_extradata() | Paul B Mahol | 2013-10-13 | 1 | -3/+1 |
* | | Support decoding G.722 in aiff. | Carl Eugen Hoyos | 2013-06-09 | 1 | -0/+1 |
* | | Read block_align from extradata when decoding qclp in aiff. | Carl Eugen Hoyos | 2013-04-23 | 1 | -4/+16 |
* | | Skip padding in an id3 tag in aiff files. | Carl Eugen Hoyos | 2013-04-03 | 1 | -1/+4 |
* | | aiffdec: set block duration for QDM2 | Piotr Bandurski | 2013-01-01 | 1 | -1/+3 |
* | | aiffdec: read ID3 attached pictures | Matthieu Bouron | 2012-10-26 | 1 | -1/+6 |
* | | lavf/aiffdec: don't stop parsing after SSND chunk | Matthieu Bouron | 2012-10-22 | 1 | -1/+1 |
* | | isom: fix redundant redeclaration of ff_mov_read_chan(). | Clément Bœsch | 2012-10-02 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-07 | 1 | -1/+1 |
|\| |
|
* | | aiffdec: support QDM2 | Michael Niedermayer | 2012-08-28 | 1 | -0/+3 |
* | | aiffdec: try #2 to fix bps | Michael Niedermayer | 2012-08-27 | 1 | -2/+2 |
* | | aiffdec: fix bits per sample | Michael Niedermayer | 2012-08-27 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -17/+17 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -17/+17 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-19 | 1 | -2/+1 |
|\| |
|
* | | lavf/aiffdec: handle ID3 chunk | Matthieu Bouron | 2012-07-01 | 1 | -0/+6 |