43863 Commits (c515a35dde777a02096faf94555b2f81e98fa3ac)

Author SHA1 Message Date
Anton Khirnov 0438521888 lavc: un-avpriv avpriv_bprint_to_extradata() 4 years ago
Anton Khirnov dc1099442e put_bits: make avpriv_copy_bits() lavc-local 4 years ago
Anton Khirnov 944ba30db0 put_bits: make avpriv_put_string() lavc-local 4 years ago
Anton Khirnov 717503f716 put_bits: make avpriv_align_put_bits() inline 4 years ago
Andreas Rheinhardt 81d4b8fb3c avcodec/bitstream: Stop allocating one VLCcode more than needed 4 years ago
Andreas Rheinhardt e75b6ec43b avcodec/bitstream: Check code length before truncating to uint8_t 4 years ago
Xu Guangxin e5be4c5a88 avcodec/hevcdec: constrained intra predict, do not check top left IS_INTRA if it's not available 4 years ago
Andreas Rheinhardt 8b1bb4f38e avcodec/webp: Replace never-true check by assert 4 years ago
Andreas Rheinhardt 548f1a3fa4 avcodec/webp: Return directly when creating Huff table fails 4 years ago
Andreas Rheinhardt d4cce1514e avcodec/webp: Use uint8_t for code lengths 4 years ago
Andreas Rheinhardt df6ec7f83b avcodec/bitstream: Consistently treat symbol as VLC_TYPE 4 years ago
Andreas Rheinhardt 0da310d7be avcodec/mpeg4videodec: Don't check for errors for complete VLCs 4 years ago
Andreas Rheinhardt 5f8de7b741 avcodec/atrac3plus: Perform reusing of VLCs during init 4 years ago
Andreas Rheinhardt 38afc6858c avcodec/atrac3: Use least max_depth for get_vlc2() 4 years ago
Andreas Rheinhardt 2d4f878626 avcodec/atrac3: Inline constants 4 years ago
Andreas Rheinhardt e4eeb851fd avcodec/atrac3: Don't use too big VLC tables 4 years ago
Michael Niedermayer 718e862da3 avcodec/av1dec: Check for unset obu instead of crashing 4 years ago
Michael Niedermayer 343c3149ab avcodec/dirac_parser: do not offset AV_NOPTS_OFFSET 4 years ago
Andreas Rheinhardt 307a1b8e54 avcodec/mobiclip: Use smaller type for codes 4 years ago
Andreas Rheinhardt 77e8c959aa avcodec/mobiclip: Use static VLC tables 4 years ago
Andreas Rheinhardt 924bc6d860 avcodec/mobiclip: Don't use too big max_depth, inline constants 4 years ago
Andreas Rheinhardt 10106b5d54 avcodec/mobiclip: Don't check for errors for complete VLCs 4 years ago
Andreas Rheinhardt c4229ad074 avcodec/mobiclip: Reduce size of VLCs, inline constants 4 years ago
Andreas Rheinhardt 3a836f38f6 avcodec/rv34: Simplify getting right VLC 4 years ago
Andreas Rheinhardt f033e6d2e6 avcodec/rv34: Don't needlessly copy VLC length and symbol arrays 4 years ago
Andreas Rheinhardt c69392a54c avcodec/vp3: Make parsing Theora Huffman tables more spec-compliant 4 years ago
Zane van Iperen 7fc97fb7f4
avcodec/adpcm_ima_cunning: document origin of tables 4 years ago
Zane van Iperen 40a8d43885
avcodec: add adpcm_ima_alp encoder 4 years ago
Michael Niedermayer 389b9e9b4f avcodec/pgxdec: Check depth more completely 4 years ago
Michael Niedermayer bca0735be5 avcodec/vp9dsp_template: Fix some overflows in iadst8_1d() 4 years ago
Michael Niedermayer c2ccd76fd0 avcodec/fits: Check bscale 4 years ago
Andreas Rheinhardt 6965ade54c avcodec/mpeg4videodec: Use smallest max_depth in get_vlc2() 4 years ago
Andreas Rheinhardt 51eda4c394 avcodec/imc: Inline constants 4 years ago
Michael Niedermayer 0dc42147b6 avcodec/magicyuv: Check slice size before reading flags and pred 4 years ago
Andreas Rheinhardt 2b702015d8 avcodec/wmadec: Don't check for errors for complete VLC tables 4 years ago
Andreas Rheinhardt f1c022abf0 avcodec/wma: Remove unused array 4 years ago
Timo Rothenpieler 1bf86ee907 avcodec/nvenc: removed unused and deprecated field 4 years ago
Timo Rothenpieler e0c8e517b6 avcodec/nvenc: reduce automated use of deprecated modes 4 years ago
Timo Rothenpieler cde3c08033 avcodec/nvenc: mark newly deprecated rc modes 4 years ago
Timo Rothenpieler 11a8e93681 avcodec/nvenc: use alias to provide deprecated profiles 4 years ago
Andreas Rheinhardt 2beb7f43f6 avcodec/on2avc: Remove redundant code for freeing 4 years ago
Andreas Rheinhardt bce8e2f374 avcodec/on2avc: Use least max_depth for get_vlc2() 4 years ago
Andreas Rheinhardt 26cc9db744 avcodec/on2avc: Unify initializing quad and pair VLCs 4 years ago
Andreas Rheinhardt fba8890628 avcodec/on2avcdata: Deduplicate symbol tables 4 years ago
Andreas Rheinhardt 289e964873 avcodec/vp3: Unify initializing and freeing VLC tables 4 years ago
Andreas Rheinhardt 786b1b0c44 avcodec/vp3: Check allocations of VLCs 4 years ago
Andreas Rheinhardt a01ca21bbb avcodec/vp3: Fix memleak upon init failure 4 years ago
Zane van Iperen 4919b3c1c4
avcodec/adpcm_swf: support custom block size for encoding 4 years ago
Zane van Iperen 0547fa572b
avcodec/adpcm_swf: set block_align when encoding 4 years ago
Zane van Iperen e9dd73d30d
avcodec/adpcm_swf: support decoding multiple fixed-sized blocks at once 4 years ago