summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* 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
* avcodec/truemotion2: Simplify creating VLC tableAndreas Rheinhardt2020-12-08
* avcodec/mpeg4videodec: Make studio VLCs staticAndreas Rheinhardt2020-12-08
* avcodec/mpeg4video: Make tables used to initialize VLCs smallerAndreas Rheinhardt2020-12-08
* avcodec/indeo2: Make decoder init-threadsafeAndreas Rheinhardt2020-12-08
* avcodec/indeo2: Make tables used to initialize VLCs smallerAndreas Rheinhardt2020-12-08
* avcodec/mjpegdec: Simplify creating VLC tableAndreas Rheinhardt2020-12-08
* avcodec/sheervideo: Simplify creating VLC tableAndreas Rheinhardt2020-12-08
* avcodec/mss4: Make VLCs staticAndreas Rheinhardt2020-12-08
* avcodec/mss4: Don't duplicate standard JPEG tablesAndreas Rheinhardt2020-12-08
* avcodec/mss4: Simplify creating VLC tablesAndreas Rheinhardt2020-12-08
* avcodec/rv40: Avoid code duplication when initializing VLCsAndreas Rheinhardt2020-12-08
* avcodec/rv40: Avoid offset table when initializing static VLCsAndreas Rheinhardt2020-12-08
* avcodec/rv40: Make better use of VLC symbols tableAndreas Rheinhardt2020-12-08
* avcodec/rv40: Make the tables used to initialize VLCs smallerAndreas Rheinhardt2020-12-08
* avcodec/qdm2: Make decoder init-threadsafeAndreas Rheinhardt2020-12-08
* avcodec/qdm2: Avoid offsets table when initializing VLCsAndreas Rheinhardt2020-12-08
* avcodec/qdm2: Initialize array of VLCs in a loopAndreas Rheinhardt2020-12-08
* avcodec/qdm2: Apply offsets when initializing VLCsAndreas Rheinhardt2020-12-08