summaryrefslogtreecommitdiff
path: root/libavcodec/atrac3plusdec.c
Commit message (Expand)AuthorAge
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* avcodec/atrac3plus: Make decoders init-threadsafeAndreas Rheinhardt2020-12-08
* avcodec/atrac3plusdec: add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-11-09
* avcodec/atrac3p: use float_dsp in ff_atrac3p_power_compensationJames Almer2017-08-01
* avcodec: add ATRAC Advanced Lossless decodersPaul B Mahol2017-02-11
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* | Merge commit '007e27d363ba7d994019dc897dc9c39071bb204a'Michael Niedermayer2015-07-01
|\|
| * avcodec: add missing CODEC_CAP_DR1 to codecs using get_buffer()Janne Grunau2015-07-01
* | avcodec/atrac3plusdec: consume only as many bytes as availableMichael Niedermayer2015-06-04
* | avcodec/atrac3plusdec: Free mdct contexts at the endMichael Niedermayer2015-04-14
* | avcodec: fix clobbered ff_get_buffer()Paul B Mahol2015-02-10
* | avcodec/atrac3plusdec: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-12-03
* | avcodec/atrac3plusdec: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer2014-10-08
* | avcodec/atrac3plusdec: Use av_mallocz_array()Michael Niedermayer2014-05-21
* | Merge commit '5312818524484a995433b986a2a7a6602572d4db'Michael Niedermayer2014-01-31
|\|
| * atrac3plus: Make initialization dependant on channel count rather than channe...Jan Ekström2014-01-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-09
|\|
| * ATRAC3+ decoderMaxim Polijakowski2014-01-09
* ATRAC+ decoderMaxim Poliakovski2013-12-29