summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/atrac1: Mark decoder as init-threadsafeAndreas Rheinhardt2020-12-08
* avcodec/sinewin_tablegen: Make initializing ff_sine_windows thread-safeAndreas Rheinhardt2020-12-08
* avcodec/aacdec, sinewin: Move 120 and 960 point sine tables to aacdecAndreas Rheinhardt2020-12-08
* avcodec/sinewin_tablegen: Use better check in assertAndreas Rheinhardt2020-12-08
* avcodec/atrac3: Make decoders init-threadsafeAndreas Rheinhardt2020-12-08
* avcodec/atrac: Make generating tables thread-safeAndreas Rheinhardt2020-12-08
* avcodec/mpegaudio_tablegen: Make exponential LUT sharedAndreas Rheinhardt2020-12-08
* avcodec/mpegaudiodec: Hardcode tables to save spaceAndreas Rheinhardt2020-12-08
* avcodec/mpegaudio_tablegen: Don't inappropriately use static arrayAndreas Rheinhardt2020-12-08
* avcodec/mpegaudio_tablegen: Avoid write-only buffersAndreas Rheinhardt2020-12-08
* avcodec/mpegaudiodec: Share fixed and floating point data and init codeAndreas Rheinhardt2020-12-08
* avcodec/mpegaudiodec_template: Apply shift during initAndreas Rheinhardt2020-12-08
* avcodec/mpegaudiodec: Make decoders init-threadsafeAndreas Rheinhardt2020-12-08
* avcodec/mpegaudiodec: Combine tables used to initialize VLCsAndreas Rheinhardt2020-12-08
* avcodec/mpegaudiodec: Reduce the size of tables used to initialize VLCsAndreas Rheinhardt2020-12-08
* avcodec/mpegaudiotab: Avoid unused entry in tableAndreas Rheinhardt2020-12-08
* avcodec/mpegaudiodec_template: Avoid VLC size tablesAndreas Rheinhardt2020-12-08
* avcodec/mv30: Inline constantsAndreas Rheinhardt2020-12-08
* avcodec/mv30: Reduce the size of tables used to initialize VLCsAndreas Rheinhardt2020-12-08
* avcodec/imm4: Inline constantsAndreas Rheinhardt2020-12-08
* avcodec/imm4: Reduce the size of tables used to initialize VLCsAndreas Rheinhardt2020-12-08
* avcodec/imm4: Make better use of symbols tableAndreas Rheinhardt2020-12-08
* avcodec/aacdec_template: Use VLC symbols tableAndreas Rheinhardt2020-12-08
* avcodec/aacdec_template: Avoid code duplication when initializing VLCsAndreas Rheinhardt2020-12-08
* avcodec/qdmc: Avoid code duplication when initializing VLCAndreas Rheinhardt2020-12-08
* avcodec/qdmc: Apply offset when creating VLCAndreas Rheinhardt2020-12-08
* avcodec/qdmc: Make tables used to initialize VLCs smallerAndreas Rheinhardt2020-12-08
* avcodec/magicyuv: Optimize creating Huffman tablesAndreas Rheinhardt2020-12-08
* avcodec/utvideodec: Avoid implicit qsort when creating Huffman tablesAndreas Rheinhardt2020-12-08
* avcodec/atrac3: Use symbols tableAndreas Rheinhardt2020-12-08
* avcodec/intrax8: Reduce the size of tables used to initialize VLCsAndreas Rheinhardt2020-12-08
* avcodec/intrax8: Avoid code duplication when initializing VLCsAndreas Rheinhardt2020-12-08
* avcodec/intrax8: Remove VLC offsets tableAndreas Rheinhardt2020-12-08
* avcodec/vp3: Remove code duplication when initializing Theora VLCsAndreas Rheinhardt2020-12-08
* avcodec/vp3: Use symbols table for VP3 motion vectorsAndreas Rheinhardt2020-12-08
* avcodec/vp3: Make tables used to initialize VLCs smallerAndreas Rheinhardt2020-12-08
* avcodec/vp3: Apply VLC offset during initAndreas Rheinhardt2020-12-08
* avcodec/atrac9dec: Make VLCs staticAndreas Rheinhardt2020-12-08
* avcodec/atrac9dec: Don't create VLCs that are never usedAndreas Rheinhardt2020-12-08
* avcodec/atrac9tab: Unify tables used to initialize VLCsAndreas Rheinhardt2020-12-08
* avcodec/atrac9dec: Make tables used to initialize VLCs smallerAndreas Rheinhardt2020-12-08
* avcodec/rv34: Make initializing static VLC tables thread-safeAndreas Rheinhardt2020-12-08
* avcodec/rv34: Avoid offsets table for initialization of static VLCsAndreas Rheinhardt2020-12-08
* avcodec/vc1: Make ff_vc1_init_common() thread-safeAndreas Rheinhardt2020-12-08
* 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