| Commit message (Expand) | Author | Age | Files | Lines |
* | atrac3: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -19/+22 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | avcodec/atrac3: Make decoders init-threadsafe | Andreas Rheinhardt | 2020-12-08 | 1 | -7/+7 |
* | avcodec/atrac3: Use symbols table | Andreas Rheinhardt | 2020-12-08 | 1 | -10/+8 |
* | avcodec/atrac3: increase max block align size | Paul B Mahol | 2020-11-21 | 1 | -1/+1 |
* | avcodec/atrac3: Use least max_depth for get_vlc2() | Andreas Rheinhardt | 2020-10-27 | 1 | -2/+2 |
* | avcodec/atrac3: Inline constants | Andreas Rheinhardt | 2020-10-27 | 1 | -2/+2 |
* | avcodec/atrac3: Don't use too big VLC tables | Andreas Rheinhardt | 2020-10-27 | 1 | -5/+8 |
* | avcodec/atrac3: Avoid indirection when calling float dsp function | Andreas Rheinhardt | 2020-09-18 | 1 | -6/+10 |
* | avcodec/atrac3: Cleanup generically after init failure | Andreas Rheinhardt | 2020-09-18 | 1 | -2/+2 |
* | avcodec/atrac3: Check for huge block aligns | Michael Niedermayer | 2019-11-20 | 1 | -1/+1 |
* | avcodec/atrac3: Check block_align | Michael Niedermayer | 2019-09-26 | 1 | -1/+1 |
* | avcodec/atrac3: Check init_get_bits8() for failure | Michael Niedermayer | 2017-03-30 | 1 | -1/+3 |
* | lavc/atrac3: Constify a pointer declaration. | Carl Eugen Hoyos | 2017-02-11 | 1 | -1/+1 |
* | avcodec: add ATRAC Advanced Lossless decoders | Paul B Mahol | 2017-02-11 | 1 | -1/+76 |
* | avcodec/atrac3: Add multichannel joint stereo ATRAC3 | bnnm | 2017-02-01 | 1 | -69/+91 |
* | avcodec/atrac3: allow 6 channels (non-joint stereo) | bnnm | 2017-01-20 | 1 | -9/+8 |
* | avcodec/atrac3: pass AVCodecContext to av_log if available | Paul B Mahol | 2016-04-14 | 1 | -2/+2 |
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\ |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit 'ee964145b5d229571e00bf6883a44189d02babe2' | Michael Niedermayer | 2015-02-28 | 1 | -3/+0 |
|\| |
|
| * | lavc: remove unused traces of fmtconvert usage | Anton Khirnov | 2015-02-28 | 1 | -3/+0 |
* | | avcodec/atrac3: Use avpriv_float_dsp_alloc() | Michael Niedermayer | 2014-11-30 | 1 | -4/+5 |
* | | avcodec/atrac3: use av_freep(), do not leave stale pointers in memory | Michael Niedermayer | 2014-10-10 | 1 | -2/+2 |
* | | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
| * | atrac3: Better name for IMDCT window initialization | Maxim Poliakovski | 2013-10-10 | 1 | -2/+2 |
| * | atrac3: Remove unused gain compensation tables | Maxim Poliakovski | 2013-10-10 | 1 | -10/+0 |
* | | avcodec/atrac3: Use av_mallocz_array() | Michael Niedermayer | 2014-05-21 | 1 | -1/+1 |
* | | atrac3: Better name for imdct window initialization | Maxim Poliakovski | 2013-10-10 | 1 | -2/+2 |
* | | atrac3: Remove unused gain compensation tables | Maxim Poliakovski | 2013-10-10 | 1 | -10/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-03 | 1 | -5/+4 |
|\| |
|
| * | atrac3: Generalize gain compensation code | Maxim Poliakovski | 2013-10-03 | 1 | -75/+12 |
| * | Use correct Doxygen syntax | Diego Biurrun | 2013-10-03 | 1 | -8/+8 |
* | | Merge commit 'be0b4c70ec40d7f9ac8e416a4379d4a387421184' | Michael Niedermayer | 2013-10-03 | 1 | -5/+6 |
|\| |
|
| * | atrac3: Replace a silly counter variable name with plain 'j' | Diego Biurrun | 2013-10-03 | 1 | -5/+5 |
* | | atrac3: Generalize gain compensation code | Maxim Poliakovski | 2013-10-02 | 1 | -69/+7 |
* | | atrac3/decode_gain_control: cosmetics | Maxim Poliakovski | 2013-10-02 | 1 | -13/+12 |
* | | atrac3: rename num_gain_data to num_points | Maxim Poliakovski | 2013-10-02 | 1 | -7/+7 |
* | | atrac3: Rename GainInfo to AtracGainInfo | Maxim Poliakovski | 2013-10-02 | 1 | -6/+6 |
* | | Merge commit '7df9e693a34c84c698da60426c78140c950f95ed' | Michael Niedermayer | 2013-09-03 | 1 | -4/+4 |
|\| |
|
| * | cosmetics: Fix ATRAC codec name spelling | Diego Biurrun | 2013-09-02 | 1 | -4/+4 |
* | | Merge commit 'bbf6a4aa20bfe3d7869b2218e66063602dfb8aa7' | Michael Niedermayer | 2013-07-10 | 1 | -7/+6 |
|\| |
|
| * | atrac3: Error on impossible encoding/channel combinations | Luca Barbato | 2013-07-09 | 1 | -2/+4 |