summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* avcodec/qdm2: Make tables used to initialize VLCs smallerAndreas Rheinhardt2020-12-08
* avcodec/mobiclip: ReindentationAndreas Rheinhardt2020-12-08
* avcodec/mobiclip: Make decoder init-threadsafeAndreas Rheinhardt2020-12-08
* avcodec/mobiclip: Avoid code duplication when initializing VLCsAndreas Rheinhardt2020-12-08
* avcodec/mobiclip: Avoid redundant codes table to initialize VLCsAndreas Rheinhardt2020-12-08
* avcodec/mpc8: Make decoder init-threadsafeAndreas Rheinhardt2020-12-08
* avcodec/mpc7: Make decoder init-threadsafeAndreas Rheinhardt2020-12-08
* avcodec/imc: Make imc/iac decoders init-threadsafeAndreas Rheinhardt2020-12-08
* avcodec/mpc8: Avoid code duplication when initializing VLCsAndreas Rheinhardt2020-12-08
* avcodec/mpc8: Reduce the size of some VLCsAndreas Rheinhardt2020-12-08
* avcodec/mpc8: Reduce the size of the length tables to initialize VLCsAndreas Rheinhardt2020-12-08
* avcodec/mpc8: Apply offsets when initializing VLCsAndreas Rheinhardt2020-12-08
* avcodec/mpc8: Reduce size of tables used to initialize VLCsAndreas Rheinhardt2020-12-08
* avcodec/mpc7: Avoid offsets table when creating VLCsAndreas Rheinhardt2020-12-08
* avcodec/mpc7: Apply offsets when creating VLCsAndreas Rheinhardt2020-12-08
* avcodec/mpc7: Reduce size of tables used to initialize VLCsAndreas Rheinhardt2020-12-08
* avcodec/motionpixels: Simplify creating VLC tablesAndreas Rheinhardt2020-12-08
* avcodec/mimic: Make VLC staticAndreas Rheinhardt2020-12-08
* avcodec/mimic: Reduce size of tables used to initialize VLCsAndreas Rheinhardt2020-12-08
* avcodec/rv10: Simplify handling of skip VLC entriesAndreas Rheinhardt2020-12-08
* avcodec/rv10: Make VLC tables smallerAndreas Rheinhardt2020-12-08
* avcodec/rv10: Use symbol table more effectivelyAndreas Rheinhardt2020-12-08
* avcodec/rv10: Reduce number of exceptions when reading VLC valueAndreas Rheinhardt2020-12-08
* avcodec/rv10: Reduce the size of the tables used to initialize VLCsAndreas Rheinhardt2020-12-08
* avcodec/cook: Inline constantsAndreas Rheinhardt2020-12-08
* avcodec/cook: Avoid big length tables for VLC initializationAndreas Rheinhardt2020-12-08
* avcodec/cook: Apply offset when initializing VLC tableAndreas Rheinhardt2020-12-08
* avcodec/cook: Make tables to initialize VLCs smallerAndreas Rheinhardt2020-12-08
* avcodec/wnv1: Make decoder init-threadsafeAndreas Rheinhardt2020-12-08
* avcodec/wnv1: Apply offset during init, not later every timeAndreas Rheinhardt2020-12-08
* avcodec/wnv1: Make array for initializing VLC smallerAndreas Rheinhardt2020-12-08
* avcodec/clearvideo: Make VLC tables staticAndreas Rheinhardt2020-12-08
* avcodec/clearvideo: Apply VLC offset during initAndreas Rheinhardt2020-12-08
* avcodec/clearvideo: Use minimal max_depth in get_vlc2()Andreas Rheinhardt2020-12-08
* avcodec/clearvideo: Inline constantsAndreas Rheinhardt2020-12-08
* avcodec/clearvideo: Improve handling of VLC escape valuesAndreas Rheinhardt2020-12-08
* avcodec/clearvideo: Avoid huge VLC length tablesAndreas Rheinhardt2020-12-08
* avcodec/clearvideo: Avoid code duplication when initializing VLCsAndreas Rheinhardt2020-12-08
* avcodec/clearvideo: Avoid code tables for initializing VLCsAndreas Rheinhardt2020-12-08
* avcodec/imc: Avoid offsets table when creating VLCsAndreas Rheinhardt2020-12-08
* avcodec/imc: Make Huffman tables smallerAndreas Rheinhardt2020-12-08
* avcodec/on2avc: Apply offset when initializing VLCAndreas Rheinhardt2020-12-08
* avcodec/on2avcdata: Combine tables for codebooksAndreas Rheinhardt2020-12-08
* avcodec/on2avc: Use smaller tables for VLCsAndreas Rheinhardt2020-12-08
* avcodec/smacker: Improve creating Huffman VLC tablesAndreas Rheinhardt2020-12-08
* avcodec/cllc: Improve creating VLCsAndreas Rheinhardt2020-12-08