]> git.sesse.net Git - ffmpeg/history - libavcodec
avcodec/intrax8: Reduce the size of tables used to initialize VLCs
[ffmpeg] / libavcodec /
2020-12-08 Andreas Rheinhardtavcodec/intrax8: Reduce the size of tables used to...
2020-12-08 Andreas Rheinhardtavcodec/intrax8: Avoid code duplication when initializi...
2020-12-08 Andreas Rheinhardtavcodec/intrax8: Remove VLC offsets table
2020-12-08 Andreas Rheinhardtavcodec/vp3: Remove code duplication when initializing...
2020-12-08 Andreas Rheinhardtavcodec/vp3: Use symbols table for VP3 motion vectors
2020-12-08 Andreas Rheinhardtavcodec/vp3: Make tables used to initialize VLCs smaller
2020-12-08 Andreas Rheinhardtavcodec/vp3: Apply VLC offset during init
2020-12-08 Andreas Rheinhardtavcodec/atrac9dec: Make VLCs static
2020-12-08 Andreas Rheinhardtavcodec/atrac9dec: Don't create VLCs that are never...
2020-12-08 Andreas Rheinhardtavcodec/atrac9tab: Unify tables used to initialize...
2020-12-08 Andreas Rheinhardtavcodec/atrac9dec: Make tables used to initialize VLCs...
2020-12-08 Andreas Rheinhardtavcodec/rv34: Make initializing static VLC tables threa...
2020-12-08 Andreas Rheinhardtavcodec/rv34: Avoid offsets table for initialization...
2020-12-08 Andreas Rheinhardtavcodec/vc1: Make ff_vc1_init_common() thread-safe
2020-12-08 Andreas Rheinhardtavcodec/atrac3plus: Run-length encode length tables...
2020-12-08 Andreas Rheinhardtavcodec/atrac3plus: Combine codebooks into one array
2020-12-08 Andreas Rheinhardtavcodec/atrac3plus: Combine symbols tables
2020-12-08 Andreas Rheinhardtavcodec/atrac3plus: Simplify getting offset of VLC...
2020-12-08 Andreas Rheinhardtavcodec/atrac3plus: Make tables used to initialize...
2020-12-08 Andreas Rheinhardtavcodec/atrac3plus: Simplify creating VLCs
2020-12-08 Andreas Rheinhardtavcodec/truemotion2: Simplify creating VLC table
2020-12-08 Andreas Rheinhardtavcodec/mpeg4videodec: Make studio VLCs static
2020-12-08 Andreas Rheinhardtavcodec/mpeg4video: Make tables used to initialize...
2020-12-08 Andreas Rheinhardtavcodec/indeo2: Make decoder init-threadsafe
2020-12-08 Andreas Rheinhardtavcodec/indeo2: Make tables used to initialize VLCs...
2020-12-08 Andreas Rheinhardtavcodec/mjpegdec: Simplify creating VLC table
2020-12-08 Andreas Rheinhardtavcodec/sheervideo: Simplify creating VLC table
2020-12-08 Andreas Rheinhardtavcodec/mss4: Make VLCs static
2020-12-08 Andreas Rheinhardtavcodec/mss4: Don't duplicate standard JPEG tables
2020-12-08 Andreas Rheinhardtavcodec/mss4: Simplify creating VLC tables
2020-12-08 Andreas Rheinhardtavcodec/rv40: Avoid code duplication when initializing...
2020-12-08 Andreas Rheinhardtavcodec/rv40: Avoid offset table when initializing...
2020-12-08 Andreas Rheinhardtavcodec/rv40: Make better use of VLC symbols table
2020-12-08 Andreas Rheinhardtavcodec/rv40: Make the tables used to initialize VLCs...
2020-12-08 Andreas Rheinhardtavcodec/qdm2: Make decoder init-threadsafe
2020-12-08 Andreas Rheinhardtavcodec/qdm2: Avoid offsets table when initializing...
2020-12-08 Andreas Rheinhardtavcodec/qdm2: Initialize array of VLCs in a loop
2020-12-08 Andreas Rheinhardtavcodec/qdm2: Apply offsets when initializing VLCs
2020-12-08 Andreas Rheinhardtavcodec/qdm2: Make tables used to initialize VLCs smaller
2020-12-08 Andreas Rheinhardtavcodec/mobiclip: Reindentation
2020-12-08 Andreas Rheinhardtavcodec/mobiclip: Make decoder init-threadsafe
2020-12-08 Andreas Rheinhardtavcodec/mobiclip: Avoid code duplication when initializ...
2020-12-08 Andreas Rheinhardtavcodec/mobiclip: Avoid redundant codes table to initia...
2020-12-08 Andreas Rheinhardtavcodec/mpc8: Make decoder init-threadsafe
2020-12-08 Andreas Rheinhardtavcodec/mpc7: Make decoder init-threadsafe
2020-12-08 Andreas Rheinhardtavcodec/imc: Make imc/iac decoders init-threadsafe
2020-12-08 Andreas Rheinhardtavcodec/mpc8: Avoid code duplication when initializing...
2020-12-08 Andreas Rheinhardtavcodec/mpc8: Reduce the size of some VLCs
2020-12-08 Andreas Rheinhardtavcodec/mpc8: Reduce the size of the length tables...
2020-12-08 Andreas Rheinhardtavcodec/mpc8: Apply offsets when initializing VLCs
2020-12-08 Andreas Rheinhardtavcodec/mpc8: Reduce size of tables used to initialize...
2020-12-08 Andreas Rheinhardtavcodec/mpc7: Avoid offsets table when creating VLCs
2020-12-08 Andreas Rheinhardtavcodec/mpc7: Apply offsets when creating VLCs
2020-12-08 Andreas Rheinhardtavcodec/mpc7: Reduce size of tables used to initialize...
2020-12-08 Andreas Rheinhardtavcodec/motionpixels: Simplify creating VLC tables
2020-12-08 Andreas Rheinhardtavcodec/mimic: Make VLC static
2020-12-08 Andreas Rheinhardtavcodec/mimic: Reduce size of tables used to initialize...
2020-12-08 Andreas Rheinhardtavcodec/rv10: Simplify handling of skip VLC entries
2020-12-08 Andreas Rheinhardtavcodec/rv10: Make VLC tables smaller
2020-12-08 Andreas Rheinhardtavcodec/rv10: Use symbol table more effectively
2020-12-08 Andreas Rheinhardtavcodec/rv10: Reduce number of exceptions when reading...
2020-12-08 Andreas Rheinhardtavcodec/rv10: Reduce the size of the tables used to...
2020-12-08 Andreas Rheinhardtavcodec/cook: Inline constants
2020-12-08 Andreas Rheinhardtavcodec/cook: Avoid big length tables for VLC initializ...
2020-12-08 Andreas Rheinhardtavcodec/cook: Apply offset when initializing VLC table
2020-12-08 Andreas Rheinhardtavcodec/cook: Make tables to initialize VLCs smaller
2020-12-08 Andreas Rheinhardtavcodec/wnv1: Make decoder init-threadsafe
2020-12-08 Andreas Rheinhardtavcodec/wnv1: Apply offset during init, not later every...
2020-12-08 Andreas Rheinhardtavcodec/wnv1: Make array for initializing VLC smaller
2020-12-08 Andreas Rheinhardtavcodec/clearvideo: Make VLC tables static
2020-12-08 Andreas Rheinhardtavcodec/clearvideo: Apply VLC offset during init
2020-12-08 Andreas Rheinhardtavcodec/clearvideo: Use minimal max_depth in get_vlc2()
2020-12-08 Andreas Rheinhardtavcodec/clearvideo: Inline constants
2020-12-08 Andreas Rheinhardtavcodec/clearvideo: Improve handling of VLC escape...
2020-12-08 Andreas Rheinhardtavcodec/clearvideo: Avoid huge VLC length tables
2020-12-08 Andreas Rheinhardtavcodec/clearvideo: Avoid code duplication when initial...
2020-12-08 Andreas Rheinhardtavcodec/clearvideo: Avoid code tables for initializing...
2020-12-08 Andreas Rheinhardtavcodec/imc: Avoid offsets table when creating VLCs
2020-12-08 Andreas Rheinhardtavcodec/imc: Make Huffman tables smaller
2020-12-08 Andreas Rheinhardtavcodec/on2avc: Apply offset when initializing VLC
2020-12-08 Andreas Rheinhardtavcodec/on2avcdata: Combine tables for codebooks
2020-12-08 Andreas Rheinhardtavcodec/on2avc: Use smaller tables for VLCs
2020-12-08 Andreas Rheinhardtavcodec/smacker: Improve creating Huffman VLC tables
2020-12-08 Andreas Rheinhardtavcodec/cllc: Improve creating VLCs
2020-12-08 Andreas Rheinhardtavcodec/tscc2: Make VLC tables static
2020-12-08 Andreas Rheinhardtavcodec/bitstream: Allow static VLC tables to be bigger...
2020-12-08 Andreas Rheinhardtavcodec/tscc2: Combine tables for initializing VLCs
2020-12-08 Andreas Rheinhardtavcodec/tscc2: Reduce the size of the tables used to...
2020-12-08 Andreas Rheinhardtavcodec/bitstream: Add second function to create VLCs
2020-12-07 James Almeravcodec/dynamic_hdr10_plus: remove unused const variables
2020-12-07 James Almeravcodec/dynamic_hdr10_plus: don't take a GetBitContext...
2020-12-07 James Almeravcodec/hevc_sei: keep size in sync with the registered...
2020-12-07 James Almeravcodec/hevc_sei: split Dynamic HDR10+ SEI parsing...
2020-12-06 Philip Langdaleavcodec/nvdec: Add support for decoding monochrome av1
2020-12-06 Michael Niedermayeravcodec/h264idct_template: Fix integer overflow in...
2020-12-06 James Almeravcodec/dynamic_hdr10_plus: use get_bits_long() where...
2020-12-06 James Almeravcodec/hevc_sei: replace en dash character with a...
2020-12-06 Peter Rossavcodec/msp2dec: Microsoft Paint (MSP) version 2 decoder
2020-12-05 Mohammad Izadiavcodec/hevc_sei: add support for HDR10+ metadata
2020-12-04 Andreas Rheinhardtavcodec/av1dec: Fix leak in case of failure
next