99761 Commits (81d4b8fb3cdc234d2961b23890aa02d4d29e8842)
 

Author SHA1 Message Date
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
Paul B Mahol c7ece8e26f avfilter/vf_normalize: fix regression with white/black point calculation 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
Limin Wang 6f36eb0da7 avformat/mpegtsenc: make first_pcr sync with the first valid dts 4 years ago
Limin Wang f3568a33c9 avformat/mpegtsenc: use total_size instead of avio_tell() 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
Steven Liu bc90145fa3 tests/audiomatch: removes a warning when compiling tests/audiomatch 4 years ago
Zane van Iperen 7fc97fb7f4
avcodec/adpcm_ima_cunning: document origin of tables 4 years ago
Carl Eugen Hoyos 7b0d179195 lavfi/Makefile: Remove opencl object files when calling make clean. 4 years ago
Zane van Iperen 86267fccc6
fate: add adpcm_ima_alp encoding test 4 years ago
Zane van Iperen 7a11cc29d6
avformat: add alp muxer 4 years ago
Zane van Iperen 40a8d43885
avcodec: add adpcm_ima_alp encoder 4 years ago
Zane van Iperen 5df7fd1cbe
avformat/alp: fix handling of TUN files 4 years ago
Paul B Mahol d6e903b09b avfilter/vf_v360: make commands always do relative rotation 4 years ago
Michael Niedermayer 0d395767ec tools/target_dec_fuzzer: adjust threshold for wmalossless 4 years ago
Michael Niedermayer 728330462c avformat/rmdec: Make expected_len 64bit 4 years ago
Michael Niedermayer b23a619c13 avformat/pcm: Check block_align 4 years ago
Michael Niedermayer 80bc2ac3c0 avformat/lrcdec: Clip timestamps 4 years ago
Michael Niedermayer ac8cebd48e avutil/mathematics: Use av_sat_add64() for the last addition in av_add_stable() 4 years ago
Michael Niedermayer 6939174bfc tests/fate/hevc: Add test for 3fbf873792 4 years ago
Michael Niedermayer 389b9e9b4f avcodec/pgxdec: Check depth more completely 4 years ago
Michael Niedermayer 857aba7c45 avformat/electronicarts: Check for EOF in each iteration of the loop in ea_read_packet() 4 years ago
Michael Niedermayer 6e64d89410 tools/target_dem_fuzzer: Limit max blocks 4 years ago
Michael Niedermayer b990148d1e avformat/ifv: Check that total frames do not overflow 4 years ago
Michael Niedermayer 4e9514e99b avutil/common: Implement av_sat_add64_c() with fewer branches 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
Michael Niedermayer 7c144b363e avformat/nistspheredec: Check bps 4 years ago
Michael Niedermayer 715ff75e5d avformat/jacosubdec: Use 64bit inside get_shift() 4 years ago
Michael Niedermayer 37396e9ba8 avformat/genh: Check block_align 4 years ago
Michael Niedermayer a413ed9863 avformat/mvi: Check count for overflow 4 years ago