summaryrefslogtreecommitdiff
path: root/libavcodec/atrac3plus.c
Commit message (Expand)AuthorAge
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-17
* avcodec/atrac3plus: Run-length encode length tables to make them smallerAndreas Rheinhardt2020-12-08
* avcodec/atrac3plus: Combine codebooks into one arrayAndreas Rheinhardt2020-12-08
* avcodec/atrac3plus: Combine symbols tablesAndreas Rheinhardt2020-12-08
* avcodec/atrac3plus: Simplify getting offset of VLC in VLC_TYPE bufAndreas Rheinhardt2020-12-08
* avcodec/atrac3plus: Make tables used to initialize VLCs smallerAndreas Rheinhardt2020-12-08
* avcodec/atrac3plus: Simplify creating VLCsAndreas Rheinhardt2020-12-08
* avcodec/atrac3plus: Perform reusing of VLCs during initAndreas Rheinhardt2020-10-27
* avcodec/atrac3plus: Check split point in fill mode 3Michael Niedermayer2019-11-09
* libavcodec: Reduce the size of some arraysAndreas Rheinhardt2019-06-20
* Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer2017-09-26
|\
| * Mark some arrays that never change as const.Anton Khirnov2017-02-01
| * atrac3plus: Convert to the new bitstream readerAlexandra Hájková2016-11-18
| * lavc: Use get_bitsz where neededAndreas Cadhalpun2016-01-11
* | lavc: use get_bitsz to simplify the codeAndreas Cadhalpun2016-01-03
* | atrac3plus: give the phase_shift flag a better name.Max Poliakovski2015-06-08
* | atrac3plus: add support for GHA phase inversion.Max Poliakovski2015-06-08
* | avcodec: use av_mod_uintp2() where usefulJames Almer2015-04-21
* | Merge commit 'd16ec1b6db25bc348b0d4800c9a0c9b7070e3710'Michael Niedermayer2014-11-15
|\|
| * atrac3plus: always initialize refwavesVittorio Giovara2014-11-14
* | Add missing "const" all over the place.Reimar Döffinger2014-08-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-09
|\|
| * ATRAC3+ decoderMaxim Polijakowski2014-01-09
* atrac3plus: Add forgotten initialization of an internal structMaxim Poliakovski2014-01-02
* ATRAC+ decoderMaxim Poliakovski2013-12-29