43829 Commits (2b702015d8b1e273280f9389e7accf68266d0165)

Author SHA1 Message Date
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
Michael Niedermayer 6707152f08 avcodec/notchlc: Revert incorrect compression bound 4 years ago
Michael Niedermayer 939b72b02e avcodec/decode/ff_get_buffer: Check for overflow in FFALIGN() 4 years ago
Michael Niedermayer bc9686c85b avcodec/cri: Check for end of image in unpack_10bit() 4 years ago
Michael Niedermayer 4ebe40ef64 avcodec/adpcm: Check channels before use for ADPCM_PSX 4 years ago
Michael Niedermayer a4895b75a3 avcodec/mobiclip: Avoid signed integer overflows in idct() 4 years ago
Michael Niedermayer 6910e0f4e5 avcodec/exr: Check limits to avoid overflow in delta computation 4 years ago
Michael Niedermayer 51002362c4 avcodec/notchlc: Check uncompressed size against input for LZ4 4 years ago
Michael Niedermayer d198362839 avcodec/h264idct_template: Fix integer overflow in ff_h264_chroma422_dc_dequant_idct() 4 years ago
Andreas Rheinhardt 2134667227 avcodec/movtextenc: Cleanup generically on init failure 4 years ago
Andreas Rheinhardt eab812d6d6 avcodec/movtextenc: Remove redundant function parameters 4 years ago
Andreas Rheinhardt 82c636313d avcodec/movtextenc: Simplify writing to AVBPrint 4 years ago
Andreas Rheinhardt 2f9fc35028 avcodec/movtextenc: Fix undefined left shifts outside the range of int 4 years ago
Andreas Rheinhardt 9a731e9fec avcodec/movtextenc: Fix memleak on (re)allocation error 4 years ago
Andreas Rheinhardt 0dd7b8232d avcodec/movtextenc: Don't presume every style to have a font 4 years ago
Andreas Rheinhardt 8d4431955c avcodec/movtextenc: Reset array counter after freeing array 4 years ago
Andreas Rheinhardt 56b3726ed2 avcodec/movtextenc: Fix potential use of uninitialized value 4 years ago
Andreas Rheinhardt 9018257751 avcodec/movtextdec: Reindentation 4 years ago
Andreas Rheinhardt 71981d7d4d avcodec/movtextdec: Use bytestream API 4 years ago
Andreas Rheinhardt ba795890ec avcodec/movtextdec: Avoid loop when writing UTF-8 character to AVBPrint 4 years ago
Andreas Rheinhardt c84a91eff7 avcodec/movtextdec: Remove unnecessary variable 4 years ago
Andreas Rheinhardt dd80066c97 avcodec/movtextdec: Fix immediately adjacent styles 4 years ago
Andreas Rheinhardt 40c16907bb avcodec/movtextdec: Skip empty styles 4 years ago
Andreas Rheinhardt 94ad68ee17 avcodec/movtextdec: Fix leaks on (re)allocation failure 4 years ago
Andreas Rheinhardt c33b9fa74b avcodec/movtextdec: Simplify finding default font 4 years ago
Andreas Rheinhardt a42695c072 avcodec/movtextdec: Simplify checking for invalid extradata 4 years ago
Andreas Rheinhardt 38cdd27e9b avcodec/movtextdec: Fix leaks of strings upon reallocation failure 4 years ago
Andreas Rheinhardt 5758620560 avcodec/movtextdec: Reset counter of fonts when freeing them 4 years ago
Michael Niedermayer 4f83a53638 avcodec/aacdec_fixed: Limit index in vector_pow43() 4 years ago
Michael Niedermayer 182d7a7427 avcodec/h264_slice: fix undefined integer overflow with POC in error concealment 4 years ago
Michael Niedermayer cc072f7353 avcodec/decode: Consider discarded samples in max_samples 4 years ago
Michael Niedermayer ee33fecb62 avcodec/mpeg12dec: Limit maximum A53 CC size 4 years ago
Michael Niedermayer 34df97b088 avcodec/photocd: Use ff_set_dimensions() 4 years ago
Andreas Rheinhardt 746ab8327c avcodec/asvenc: Avoid reversing output data twice 4 years ago
Andreas Rheinhardt c9e8f03195 avcodec/asvenc: Simplify flushing and padding packet 4 years ago