Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-17avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt
2020-12-08avcodec/atrac3plus: Run-length encode length tables to make them smallerAndreas Rheinhardt
2020-12-08avcodec/atrac3plus: Combine codebooks into one arrayAndreas Rheinhardt
2020-12-08avcodec/atrac3plus: Combine symbols tablesAndreas Rheinhardt
2020-12-08avcodec/atrac3plus: Simplify getting offset of VLC in VLC_TYPE bufAndreas Rheinhardt
2020-12-08avcodec/atrac3plus: Make tables used to initialize VLCs smallerAndreas Rheinhardt
2020-12-08avcodec/atrac3plus: Simplify creating VLCsAndreas Rheinhardt
2020-10-27avcodec/atrac3plus: Perform reusing of VLCs during initAndreas Rheinhardt
2019-11-09avcodec/atrac3plus: Check split point in fill mode 3Michael Niedermayer
2019-06-20libavcodec: Reduce the size of some arraysAndreas Rheinhardt
2017-09-26Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer
2017-02-01Mark some arrays that never change as const.Anton Khirnov
2016-11-18atrac3plus: Convert to the new bitstream readerAlexandra Hájková
2016-01-11lavc: Use get_bitsz where neededAndreas Cadhalpun
2016-01-03lavc: use get_bitsz to simplify the codeAndreas Cadhalpun
2015-06-08atrac3plus: give the phase_shift flag a better name.Max Poliakovski
2015-06-08atrac3plus: add support for GHA phase inversion.Max Poliakovski
2015-04-22avcodec: use av_mod_uintp2() where usefulJames Almer
2014-11-15Merge commit 'd16ec1b6db25bc348b0d4800c9a0c9b7070e3710'Michael Niedermayer
2014-11-14atrac3plus: always initialize refwavesVittorio Giovara
2014-08-29Add missing "const" all over the place.Reimar Döffinger
2014-01-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-01-09ATRAC3+ decoderMaxim Polijakowski
2014-01-02atrac3plus: Add forgotten initialization of an internal structMaxim Poliakovski
2013-12-29ATRAC+ decoderMaxim Poliakovski