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