summaryrefslogtreecommitdiff
path: root/libavcodec/atrac3.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-17
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* atrac3: convert to new channel layout APIVittorio Giovara2022-03-15
* 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/atrac3: Make decoders init-threadsafeAndreas Rheinhardt2020-12-08
* avcodec/atrac3: Use symbols tableAndreas Rheinhardt2020-12-08
* avcodec/atrac3: increase max block align sizePaul B Mahol2020-11-21
* avcodec/atrac3: Use least max_depth for get_vlc2()Andreas Rheinhardt2020-10-27
* avcodec/atrac3: Inline constantsAndreas Rheinhardt2020-10-27
* avcodec/atrac3: Don't use too big VLC tablesAndreas Rheinhardt2020-10-27
* avcodec/atrac3: Avoid indirection when calling float dsp functionAndreas Rheinhardt2020-09-18
* avcodec/atrac3: Cleanup generically after init failureAndreas Rheinhardt2020-09-18
* avcodec/atrac3: Check for huge block alignsMichael Niedermayer2019-11-20
* avcodec/atrac3: Check block_alignMichael Niedermayer2019-09-26
* avcodec/atrac3: Check init_get_bits8() for failureMichael Niedermayer2017-03-30
* lavc/atrac3: Constify a pointer declaration.Carl Eugen Hoyos2017-02-11
* avcodec: add ATRAC Advanced Lossless decodersPaul B Mahol2017-02-11
* avcodec/atrac3: Add multichannel joint stereo ATRAC3bnnm2017-02-01
* avcodec/atrac3: allow 6 channels (non-joint stereo)bnnm2017-01-20
* avcodec/atrac3: pass AVCodecContext to av_log if availablePaul B Mahol2016-04-14
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | 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 'ee964145b5d229571e00bf6883a44189d02babe2'Michael Niedermayer2015-02-28
|\|
| * lavc: remove unused traces of fmtconvert usageAnton Khirnov2015-02-28
* | avcodec/atrac3: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-30
* | avcodec/atrac3: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer2014-10-10
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-15
|\|
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
| * atrac3: Better name for IMDCT window initializationMaxim Poliakovski2013-10-10
| * atrac3: Remove unused gain compensation tablesMaxim Poliakovski2013-10-10
* | avcodec/atrac3: Use av_mallocz_array()Michael Niedermayer2014-05-21
* | atrac3: Better name for imdct window initializationMaxim Poliakovski2013-10-10
* | atrac3: Remove unused gain compensation tablesMaxim Poliakovski2013-10-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-03
|\|
| * atrac3: Generalize gain compensation codeMaxim Poliakovski2013-10-03
| * Use correct Doxygen syntaxDiego Biurrun2013-10-03
* | Merge commit 'be0b4c70ec40d7f9ac8e416a4379d4a387421184'Michael Niedermayer2013-10-03
|\|
| * atrac3: Replace a silly counter variable name with plain 'j'Diego Biurrun2013-10-03
* | atrac3: Generalize gain compensation codeMaxim Poliakovski2013-10-02
* | atrac3/decode_gain_control: cosmeticsMaxim Poliakovski2013-10-02