summaryrefslogtreecommitdiff
path: root/libavcodec/atrac3plus.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-131-2/+2
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-171-1/+1
* avcodec/atrac3plus: Run-length encode length tables to make them smallerAndreas Rheinhardt2020-12-081-46/+9
* avcodec/atrac3plus: Combine codebooks into one arrayAndreas Rheinhardt2020-12-081-25/+10
* avcodec/atrac3plus: Combine symbols tablesAndreas Rheinhardt2020-12-081-19/+11
* avcodec/atrac3plus: Simplify getting offset of VLC in VLC_TYPE bufAndreas Rheinhardt2020-12-081-15/+10
* avcodec/atrac3plus: Make tables used to initialize VLCs smallerAndreas Rheinhardt2020-12-081-49/+23
* avcodec/atrac3plus: Simplify creating VLCsAndreas Rheinhardt2020-12-081-6/+2
* avcodec/atrac3plus: Perform reusing of VLCs during initAndreas Rheinhardt2020-10-271-7/+3
* avcodec/atrac3plus: Check split point in fill mode 3Michael Niedermayer2019-11-091-0/+4
* libavcodec: Reduce the size of some arraysAndreas Rheinhardt2019-06-201-6/+6
* Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer2017-09-261-2/+2
|\
| * Mark some arrays that never change as const.Anton Khirnov2017-02-011-19/+19
| * atrac3plus: Convert to the new bitstream readerAlexandra Hájková2016-11-181-262/+263
| * lavc: Use get_bitsz where neededAndreas Cadhalpun2016-01-111-8/+5
* | lavc: use get_bitsz to simplify the codeAndreas Cadhalpun2016-01-031-8/+5
* | atrac3plus: give the phase_shift flag a better name.Max Poliakovski2015-06-081-1/+1
* | atrac3plus: add support for GHA phase inversion.Max Poliakovski2015-06-081-5/+1
* | avcodec: use av_mod_uintp2() where usefulJames Almer2015-04-211-2/+2
* | Merge commit 'd16ec1b6db25bc348b0d4800c9a0c9b7070e3710'Michael Niedermayer2014-11-151-1/+1
|\ \ | |/
| * atrac3plus: always initialize refwavesVittorio Giovara2014-11-141-1/+1
* | Add missing "const" all over the place.Reimar Döffinger2014-08-291-19/+19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-091-0/+1
|\ \ | |/
| * ATRAC3+ decoderMaxim Polijakowski2014-01-091-0/+1818
* atrac3plus: Add forgotten initialization of an internal structMaxim Poliakovski2014-01-021-0/+4
* ATRAC+ decoderMaxim Poliakovski2013-12-291-0/+1813