| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/omadec: Fix memleaks upon read_header failure | Andreas Rheinhardt | 2020-06-15 | 1 | -15/+27 |
* | avformat/id3v2: Remove unnecessary indirection | Andreas Rheinhardt | 2020-05-25 | 1 | -1/+1 |
* | avformat/id3v2: Avoid allocations for ID3v2ExtraMeta | Andreas Rheinhardt | 2020-05-25 | 1 | -7/+6 |
* | avformat: Forward errors where possible | Andreas Rheinhardt | 2019-12-12 | 1 | -2/+2 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | avformat: fix id3 chapters | Lukas Stabe | 2017-10-05 | 1 | -0/+5 |
* | lavf/omadec: Fix packet duration for Atrac 3 lossless. | Carl Eugen Hoyos | 2017-02-11 | 1 | -2/+7 |
* | lavf/omadec: Remove an unsed variable. | Carl Eugen Hoyos | 2017-02-11 | 1 | -2/+2 |
* | avcodec: add ATRAC Advanced Lossless decoders | Paul B Mahol | 2017-02-11 | 1 | -35/+104 |
* | omadec: fix overflows during bit rate calculation | Andreas Cadhalpun | 2017-01-06 | 1 | -2/+2 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -25/+25 |
|\ |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -25/+25 |
| * | omadec: Fix position of opening parenthesis | Vittorio Giovara | 2015-10-30 | 1 | -2/+2 |
* | | avformat/omadec: Fix { typo | Michael Niedermayer | 2015-10-05 | 1 | -2/+2 |
* | | Merge commit '10de408738d28ab17aa5c1fdccd809b0637c12d5' | Hendrik Leppkes | 2015-09-16 | 1 | -16/+41 |
|\| |
|
| * | lavf: Update to the new crypto API | Vittorio Giovara | 2015-09-13 | 1 | -16/+41 |
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avformat/omadec: Use 64bit for ret to avoid overflow | Michael Niedermayer | 2015-02-20 | 1 | -1/+1 |
* | | avformat/omadec: Subtract headersize in timestamp calculation | Michael Niedermayer | 2015-02-07 | 1 | -2/+2 |
* | | avformat/omadec: only compute timestamps based on bitrate if its set | Michael Niedermayer | 2015-02-07 | 1 | -1/+1 |
* | | Merge commit 'e352520e3ed7f08f19e63cd60e95da6bb6f037c1' | Michael Niedermayer | 2015-02-07 | 1 | -3/+13 |
|\| |
|
| * | oma: Report a timestamp | Luca Barbato | 2015-02-07 | 1 | -3/+13 |
* | | avformat/omadec: fix number suffix | Michael Niedermayer | 2015-02-01 | 1 | -1/+1 |
* | | ff_id3v2_read: add option to limit ID3 magic number search | Peter Ross | 2014-04-19 | 1 | -1/+1 |
* | | avformat/omadec: fix probetest failure | Michael Niedermayer | 2014-04-05 | 1 | -1/+1 |
* | | Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430' | Michael Niedermayer | 2014-03-11 | 1 | -3/+5 |
|\| |
|
| * | lavf: more correct printf format specifiers | Diego Biurrun | 2014-03-11 | 1 | -3/+5 |
| * | ATRAC3+ decoder | Maxim Polijakowski | 2014-01-09 | 1 | -2/+1 |
* | | omadec: Disable "Unsupported codec ATRAC3+" warning | Maxim Poliakovski | 2013-12-29 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-04 | 1 | -11/+4 |
|\| |
|
| * | omadec: loosen format probing constraints | David Goldwich | 2013-11-04 | 1 | -11/+4 |
* | | Merge commit '1c736bedd9891501960ebac0f7c05eb60225e947' | Michael Niedermayer | 2013-11-04 | 1 | -3/+2 |
|\| |
|
| * | omadec: check GEOB sizes against buffer size | Michael Niedermayer | 2013-11-04 | 1 | -0/+5 |
| * | omadec: Fix wrong number of array elements | Michael Niedermayer | 2013-11-04 | 1 | -1/+1 |
* | | avformat: use ff_alloc_extradata() | Paul B Mahol | 2013-10-13 | 1 | -4/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-09-30 | 1 | -1/+1 |
|\| |
|
| * | omadec: fix bitrate for ATRAC3+ streams | Maxim Poliakovski | 2013-09-29 | 1 | -1/+1 |
* | | Merge commit '23d0fdcf6f30843fc3f14084d80581f1ca10f1f3' | Michael Niedermayer | 2013-09-30 | 1 | -3/+10 |
|\| |
|
| * | Add support for multichannel ATRAC3+ streams. | Maxim Poliakovski | 2013-09-29 | 1 | -3/+10 |
* | | avformat/omadec: simplify checks in nprobe() | Michael Niedermayer | 2013-09-24 | 1 | -5/+1 |
* | | Merge commit '342c43d154e586bc022c86b168fe8d36f69da9d3' | Michael Niedermayer | 2013-09-16 | 1 | -1/+5 |
|\| |
|
| * | omadec: Properly check lengths before incrementing the position | Martin Storsjö | 2013-09-16 | 1 | -1/+5 |
* | | Merge commit '7df9e693a34c84c698da60426c78140c950f95ed' | Michael Niedermayer | 2013-09-03 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Fix ATRAC codec name spelling | Diego Biurrun | 2013-09-02 | 1 | -1/+1 |
* | | Merge commit '2219e27b5b17d146e4ab71a3ed86dfc013fb7a93' | Michael Niedermayer | 2013-07-29 | 1 | -2/+8 |
|\| |
|
| * | oma: correctly mark and decrypt partial packets | Luca Barbato | 2013-07-28 | 1 | -2/+8 |
* | | Merge commit '9d0b45ade864f3d2ccd8610149fe1fff53c4e937' | Michael Niedermayer | 2013-07-29 | 1 | -11/+21 |
|\| |
|
| * | oma: check geob tag boundary | Luca Barbato | 2013-07-28 | 1 | -11/+21 |
* | | Merge commit '4f03a77e52596cbe9ec179666ddb3e0345a8133a' | Michael Niedermayer | 2013-07-29 | 1 | -15/+17 |
|\| |
|
| * | oma: refactor seek function | Luca Barbato | 2013-07-28 | 1 | -15/+17 |