summaryrefslogtreecommitdiff
path: root/libavcodec/atrac3.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge commit 'be0b4c70ec40d7f9ac8e416a4379d4a387421184'Michael Niedermayer2013-10-031-5/+6
|\ \ | |/
| * atrac3: Replace a silly counter variable name with plain 'j'Diego Biurrun2013-10-031-5/+5
* | atrac3: Generalize gain compensation codeMaxim Poliakovski2013-10-021-69/+7
* | atrac3/decode_gain_control: cosmeticsMaxim Poliakovski2013-10-021-13/+12
* | atrac3: rename num_gain_data to num_pointsMaxim Poliakovski2013-10-021-7/+7
* | atrac3: Rename GainInfo to AtracGainInfoMaxim Poliakovski2013-10-021-6/+6
* | Merge commit '7df9e693a34c84c698da60426c78140c950f95ed'Michael Niedermayer2013-09-031-4/+4
|\ \ | |/
| * cosmetics: Fix ATRAC codec name spellingDiego Biurrun2013-09-021-4/+4
* | Merge commit 'bbf6a4aa20bfe3d7869b2218e66063602dfb8aa7'Michael Niedermayer2013-07-101-7/+6
|\ \ | |/
| * atrac3: Error on impossible encoding/channel combinationsLuca Barbato2013-07-091-2/+4
| * atrac3: set the getbits context the right buffer_endLuca Barbato2013-07-091-1/+1
| * atrac3: fix error handlingLuca Barbato2013-07-091-2/+2