summaryrefslogtreecommitdiff
path: root/libavcodec/atrac3.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: deprecate AV_CODEC_CAP_SUBFRAMESAnton Khirnov2023-05-151-2/+10
* atrac3: convert to lavu/txLynne2022-11-061-5/+8
* 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-2/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+2
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-171-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-4/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-14/+14
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* atrac3: convert to new channel layout APIVittorio Giovara2022-03-151-19/+22
* 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/atrac3: Make decoders init-threadsafeAndreas Rheinhardt2020-12-081-7/+7
* avcodec/atrac3: Use symbols tableAndreas Rheinhardt2020-12-081-10/+8
* avcodec/atrac3: increase max block align sizePaul B Mahol2020-11-211-1/+1
* avcodec/atrac3: Use least max_depth for get_vlc2()Andreas Rheinhardt2020-10-271-2/+2
* avcodec/atrac3: Inline constantsAndreas Rheinhardt2020-10-271-2/+2
* avcodec/atrac3: Don't use too big VLC tablesAndreas Rheinhardt2020-10-271-5/+8
* avcodec/atrac3: Avoid indirection when calling float dsp functionAndreas Rheinhardt2020-09-181-6/+10
* avcodec/atrac3: Cleanup generically after init failureAndreas Rheinhardt2020-09-181-2/+2
* avcodec/atrac3: Check for huge block alignsMichael Niedermayer2019-11-201-1/+1
* avcodec/atrac3: Check block_alignMichael Niedermayer2019-09-261-1/+1
* avcodec/atrac3: Check init_get_bits8() for failureMichael Niedermayer2017-03-301-1/+3
* lavc/atrac3: Constify a pointer declaration.Carl Eugen Hoyos2017-02-111-1/+1
* avcodec: add ATRAC Advanced Lossless decodersPaul B Mahol2017-02-111-1/+76
* avcodec/atrac3: Add multichannel joint stereo ATRAC3bnnm2017-02-011-69/+91
* avcodec/atrac3: allow 6 channels (non-joint stereo)bnnm2017-01-201-9/+8
* avcodec/atrac3: pass AVCodecContext to av_log if availablePaul B Mahol2016-04-141-2/+2
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | 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 'ee964145b5d229571e00bf6883a44189d02babe2'Michael Niedermayer2015-02-281-3/+0
|\ \ | |/
| * lavc: remove unused traces of fmtconvert usageAnton Khirnov2015-02-281-3/+0
* | avcodec/atrac3: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-301-4/+5
* | avcodec/atrac3: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer2014-10-101-2/+2
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-1/+1
|\ \ | |/
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
| * atrac3: Better name for IMDCT window initializationMaxim Poliakovski2013-10-101-2/+2
| * atrac3: Remove unused gain compensation tablesMaxim Poliakovski2013-10-101-10/+0
* | avcodec/atrac3: Use av_mallocz_array()Michael Niedermayer2014-05-211-1/+1
* | atrac3: Better name for imdct window initializationMaxim Poliakovski2013-10-101-2/+2
* | atrac3: Remove unused gain compensation tablesMaxim Poliakovski2013-10-101-10/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-031-5/+4
|\ \ | |/
| * atrac3: Generalize gain compensation codeMaxim Poliakovski2013-10-031-75/+12
| * Use correct Doxygen syntaxDiego Biurrun2013-10-031-8/+8