aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avcodec/qdm2: Initialize array of VLCs in a loopAndreas Rheinhardt2020-12-082-23/+17
* avcodec/qdm2: Apply offsets when initializing VLCsAndreas Rheinhardt2020-12-082-2/+2
* avcodec/qdm2: Make tables used to initialize VLCs smallerAndreas Rheinhardt2020-12-082-276/+109
* avcodec/mobiclip: ReindentationAndreas Rheinhardt2020-12-081-64/+64
* avcodec/mobiclip: Make decoder init-threadsafeAndreas Rheinhardt2020-12-081-20/+27
* avcodec/mobiclip: Avoid code duplication when initializing VLCsAndreas Rheinhardt2020-12-081-56/+51
* avcodec/mobiclip: Avoid redundant codes table to initialize VLCsAndreas Rheinhardt2020-12-081-129/+75
* avcodec/mpc8: Make decoder init-threadsafeAndreas Rheinhardt2020-12-081-29/+33
* avcodec/mpc7: Make decoder init-threadsafeAndreas Rheinhardt2020-12-081-31/+34
* avcodec/imc: Make imc/iac decoders init-threadsafeAndreas Rheinhardt2020-12-081-13/+22
* avcodec/mpc8: Avoid code duplication when initializing VLCsAndreas Rheinhardt2020-12-082-226/+120
* avcodec/mpc8: Reduce the size of some VLCsAndreas Rheinhardt2020-12-081-11/+11
* avcodec/mpc8: Reduce the size of the length tables to initialize VLCsAndreas Rheinhardt2020-12-082-176/+104
* avcodec/mpc8: Apply offsets when initializing VLCsAndreas Rheinhardt2020-12-081-12/+9
* avcodec/mpc8: Reduce size of tables used to initialize VLCsAndreas Rheinhardt2020-12-082-468/+240
* avcodec/mpc7: Avoid offsets table when creating VLCsAndreas Rheinhardt2020-12-081-13/+6
* avcodec/mpc7: Apply offsets when creating VLCsAndreas Rheinhardt2020-12-082-9/+9
* avcodec/mpc7: Reduce size of tables used to initialize VLCsAndreas Rheinhardt2020-12-082-93/+90
* avcodec/motionpixels: Simplify creating VLC tablesAndreas Rheinhardt2020-12-081-10/+9
* avcodec/mimic: Make VLC staticAndreas Rheinhardt2020-12-081-11/+15
* avcodec/mimic: Reduce size of tables used to initialize VLCsAndreas Rheinhardt2020-12-081-36/+19
* avcodec/rv10: Simplify handling of skip VLC entriesAndreas Rheinhardt2020-12-081-13/+13
* avcodec/rv10: Make VLC tables smallerAndreas Rheinhardt2020-12-081-5/+5
* avcodec/rv10: Use symbol table more effectivelyAndreas Rheinhardt2020-12-082-15/+11
* avcodec/rv10: Reduce number of exceptions when reading VLC valueAndreas Rheinhardt2020-12-081-84/+53
* avcodec/rv10: Reduce the size of the tables used to initialize VLCsAndreas Rheinhardt2020-12-081-140/+59
* avcodec/cook: Inline constantsAndreas Rheinhardt2020-12-081-4/+7
* avcodec/cook: Avoid big length tables for VLC initializationAndreas Rheinhardt2020-12-082-171/+54
* avcodec/cook: Apply offset when initializing VLC tableAndreas Rheinhardt2020-12-081-2/+2
* avcodec/cook: Make tables to initialize VLCs smallerAndreas Rheinhardt2020-12-082-377/+290
* avcodec/wnv1: Make decoder init-threadsafeAndreas Rheinhardt2020-12-081-3/+14
* avcodec/wnv1: Apply offset during init, not later every timeAndreas Rheinhardt2020-12-081-3/+3
* avcodec/wnv1: Make array for initializing VLC smallerAndreas Rheinhardt2020-12-081-13/+8
* avcodec/clearvideo: Make VLC tables staticAndreas Rheinhardt2020-12-081-62/+55
* avcodec/clearvideo: Apply VLC offset during initAndreas Rheinhardt2020-12-082-38/+23
* avcodec/clearvideo: Use minimal max_depth in get_vlc2()Andreas Rheinhardt2020-12-081-1/+1
* avcodec/clearvideo: Inline constantsAndreas Rheinhardt2020-12-081-9/+12
* avcodec/clearvideo: Improve handling of VLC escape valuesAndreas Rheinhardt2020-12-082-25/+19
* avcodec/clearvideo: Avoid huge VLC length tablesAndreas Rheinhardt2020-12-082-385/+62
* avcodec/clearvideo: Avoid code duplication when initializing VLCsAndreas Rheinhardt2020-12-082-216/+89
* avcodec/clearvideo: Avoid code tables for initializing VLCsAndreas Rheinhardt2020-12-082-1721/+910
* avcodec/imc: Avoid offsets table when creating VLCsAndreas Rheinhardt2020-12-081-9/+5
* avcodec/imc: Make Huffman tables smallerAndreas Rheinhardt2020-12-082-36/+37
* avcodec/on2avc: Apply offset when initializing VLCAndreas Rheinhardt2020-12-081-2/+2
* avcodec/on2avcdata: Combine tables for codebooksAndreas Rheinhardt2020-12-083-104/+40
* avcodec/on2avc: Use smaller tables for VLCsAndreas Rheinhardt2020-12-083-5855/+2224
* avcodec/smacker: Improve creating Huffman VLC tablesAndreas Rheinhardt2020-12-081-24/+22
* avcodec/cllc: Improve creating VLCsAndreas Rheinhardt2020-12-081-11/+3
* avcodec/tscc2: Make VLC tables staticAndreas Rheinhardt2020-12-081-41/+32
* avcodec/bitstream: Allow static VLC tables to be bigger than neededAndreas Rheinhardt2020-12-082-2/+3