summaryrefslogtreecommitdiff
path: root/libavcodec/atrac3plusdec.c
Commit message (Expand)AuthorAgeFilesLines
* atrac3plus: convert to lavu/txLynne2022-11-061-9/+21
* avcodec/atrac3plus: reorder channels to match the output layoutJames Almer2022-11-031-1/+15
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-2/+2
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+2
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-2/+2
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-12/+12
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* atrac3plus: convert to new channel layout APIVittorio Giovara2022-03-151-14/+11
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-2/+2
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* avcodec/atrac3plus: Make decoders init-threadsafeAndreas Rheinhardt2020-12-081-6/+12
* avcodec/atrac3plusdec: add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-11-091-1/+2
* avcodec/atrac3p: use float_dsp in ff_atrac3p_power_compensationJames Almer2017-08-011-18/+18
* avcodec: add ATRAC Advanced Lossless decodersPaul B Mahol2017-02-111-1/+13
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
* | Merge commit '007e27d363ba7d994019dc897dc9c39071bb204a'Michael Niedermayer2015-07-011-0/+1
|\ \ | |/
| * avcodec: add missing CODEC_CAP_DR1 to codecs using get_buffer()Janne Grunau2015-07-011-0/+1
* | avcodec/atrac3plusdec: consume only as many bytes as availableMichael Niedermayer2015-06-041-1/+1
* | avcodec/atrac3plusdec: Free mdct contexts at the endMichael Niedermayer2015-04-141-0/+3
* | avcodec: fix clobbered ff_get_buffer()Paul B Mahol2015-02-101-3/+1
* | avcodec/atrac3plusdec: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-12-031-7/+9
* | avcodec/atrac3plusdec: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer2014-10-081-1/+1
* | avcodec/atrac3plusdec: Use av_mallocz_array()Michael Niedermayer2014-05-211-2/+2
* | Merge commit '5312818524484a995433b986a2a7a6602572d4db'Michael Niedermayer2014-01-311-10/+18
|\ \ | |/
| * atrac3plus: Make initialization dependant on channel count rather than channe...Jan Ekström2014-01-311-10/+18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-091-0/+5
|\ \ | |/
| * ATRAC3+ decoderMaxim Polijakowski2014-01-091-0/+387
* ATRAC+ decoderMaxim Poliakovski2013-12-291-0/+383