summaryrefslogtreecommitdiff
path: root/libavformat/omadec.c
Commit message (Expand)AuthorAgeFilesLines
* oma: convert to new channel layout APIVittorio Giovara2022-03-151-21/+14
* avformat/utils: Make ff_data_to_hex() zero-terminate the stringAndreas Rheinhardt2021-12-081-1/+0
* avformat/omadec: Don't output uninitialized valuesAndreas Rheinhardt2021-09-241-1/+1
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-1/+1
* avformat/omadec: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-081-16/+8
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-071-1/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/id3v2: Don't reverse the order of id3v2 APICsAndreas Rheinhardt2021-04-181-1/+1
* avformat/oma: Move stuff only used by demuxer to demuxerAndreas Rheinhardt2021-02-231-2/+16
* avformat/oma: Deduplicate codec tags listAndreas Rheinhardt2021-02-231-1/+1
* avformat/omadec: Fix memleaks upon read_header failureAndreas Rheinhardt2020-06-151-15/+27
* avformat/id3v2: Remove unnecessary indirectionAndreas Rheinhardt2020-05-251-1/+1
* avformat/id3v2: Avoid allocations for ID3v2ExtraMetaAndreas Rheinhardt2020-05-251-7/+6
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-121-2/+2
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat: fix id3 chaptersLukas Stabe2017-10-051-0/+5
* lavf/omadec: Fix packet duration for Atrac 3 lossless.Carl Eugen Hoyos2017-02-111-2/+7
* lavf/omadec: Remove an unsed variable.Carl Eugen Hoyos2017-02-111-2/+2
* avcodec: add ATRAC Advanced Lossless decodersPaul B Mahol2017-02-111-35/+104
* omadec: fix overflows during bit rate calculationAndreas Cadhalpun2017-01-061-2/+2
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-25/+25
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-25/+25
| * omadec: Fix position of opening parenthesisVittorio Giovara2015-10-301-2/+2
* | avformat/omadec: Fix { typoMichael Niedermayer2015-10-051-2/+2
* | Merge commit '10de408738d28ab17aa5c1fdccd809b0637c12d5'Hendrik Leppkes2015-09-161-16/+41
|\ \ | |/
| * lavf: Update to the new crypto APIVittorio Giovara2015-09-131-16/+41
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | avformat/omadec: Use 64bit for ret to avoid overflowMichael Niedermayer2015-02-201-1/+1
* | avformat/omadec: Subtract headersize in timestamp calculationMichael Niedermayer2015-02-071-2/+2
* | avformat/omadec: only compute timestamps based on bitrate if its setMichael Niedermayer2015-02-071-1/+1
* | Merge commit 'e352520e3ed7f08f19e63cd60e95da6bb6f037c1'Michael Niedermayer2015-02-071-3/+13
|\ \ | |/
| * oma: Report a timestampLuca Barbato2015-02-071-3/+13
* | avformat/omadec: fix number suffixMichael Niedermayer2015-02-011-1/+1
* | ff_id3v2_read: add option to limit ID3 magic number searchPeter Ross2014-04-191-1/+1
* | avformat/omadec: fix probetest failureMichael Niedermayer2014-04-051-1/+1
* | Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430'Michael Niedermayer2014-03-111-3/+5
|\ \ | |/
| * lavf: more correct printf format specifiersDiego Biurrun2014-03-111-3/+5
| * ATRAC3+ decoderMaxim Polijakowski2014-01-091-2/+1
* | omadec: Disable "Unsupported codec ATRAC3+" warningMaxim Poliakovski2013-12-291-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-041-11/+4
|\ \ | |/
| * omadec: loosen format probing constraintsDavid Goldwich2013-11-041-11/+4
* | Merge commit '1c736bedd9891501960ebac0f7c05eb60225e947'Michael Niedermayer2013-11-041-3/+2
|\ \ | |/
| * omadec: check GEOB sizes against buffer sizeMichael Niedermayer2013-11-041-0/+5
| * omadec: Fix wrong number of array elementsMichael Niedermayer2013-11-041-1/+1
* | avformat: use ff_alloc_extradata()Paul B Mahol2013-10-131-4/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-301-1/+1
|\ \ | |/
| * omadec: fix bitrate for ATRAC3+ streamsMaxim Poliakovski2013-09-291-1/+1
* | Merge commit '23d0fdcf6f30843fc3f14084d80581f1ca10f1f3'Michael Niedermayer2013-09-301-3/+10
|\ \ | |/
| * Add support for multichannel ATRAC3+ streams.Maxim Poliakovski2013-09-291-3/+10
* | avformat/omadec: simplify checks in nprobe()Michael Niedermayer2013-09-241-5/+1