summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/mpeg4videodec: Use smallest max_depth in get_vlc2()Andreas Rheinhardt2020-10-24
* avcodec/imc: Inline constantsAndreas Rheinhardt2020-10-24
* avcodec/magicyuv: Check slice size before reading flags and predMichael Niedermayer2020-10-24
* avcodec/wmadec: Don't check for errors for complete VLC tablesAndreas Rheinhardt2020-10-23
* avcodec/wma: Remove unused arrayAndreas Rheinhardt2020-10-23
* avcodec/nvenc: removed unused and deprecated fieldTimo Rothenpieler2020-10-21
* avcodec/nvenc: reduce automated use of deprecated modesTimo Rothenpieler2020-10-21
* avcodec/nvenc: mark newly deprecated rc modesTimo Rothenpieler2020-10-21
* avcodec/nvenc: use alias to provide deprecated profilesTimo Rothenpieler2020-10-21
* avcodec/on2avc: Remove redundant code for freeingAndreas Rheinhardt2020-10-21
* avcodec/on2avc: Use least max_depth for get_vlc2()Andreas Rheinhardt2020-10-21
* avcodec/on2avc: Unify initializing quad and pair VLCsAndreas Rheinhardt2020-10-21
* avcodec/on2avcdata: Deduplicate symbol tablesAndreas Rheinhardt2020-10-21
* avcodec/vp3: Unify initializing and freeing VLC tablesAndreas Rheinhardt2020-10-21
* avcodec/vp3: Check allocations of VLCsAndreas Rheinhardt2020-10-21
* avcodec/vp3: Fix memleak upon init failureAndreas Rheinhardt2020-10-21
* avcodec/adpcm_swf: support custom block size for encodingZane van Iperen2020-10-21
* avcodec/adpcm_swf: set block_align when encodingZane van Iperen2020-10-21
* avcodec/adpcm_swf: support decoding multiple fixed-sized blocks at onceZane van Iperen2020-10-21
* avcodec/notchlc: Revert incorrect compression boundMichael Niedermayer2020-10-20
* avcodec/decode/ff_get_buffer: Check for overflow in FFALIGN()Michael Niedermayer2020-10-20
* avcodec/cri: Check for end of image in unpack_10bit()Michael Niedermayer2020-10-20
* avcodec/adpcm: Check channels before use for ADPCM_PSXMichael Niedermayer2020-10-20
* avcodec/mobiclip: Avoid signed integer overflows in idct()Michael Niedermayer2020-10-20
* avcodec/exr: Check limits to avoid overflow in delta computationMichael Niedermayer2020-10-20
* avcodec/notchlc: Check uncompressed size against input for LZ4Michael Niedermayer2020-10-20
* avcodec/h264idct_template: Fix integer overflow in ff_h264_chroma422_dc_dequa...Michael Niedermayer2020-10-20
* avcodec/movtextenc: Cleanup generically on init failureAndreas Rheinhardt2020-10-19
* avcodec/movtextenc: Remove redundant function parametersAndreas Rheinhardt2020-10-19
* avcodec/movtextenc: Simplify writing to AVBPrintAndreas Rheinhardt2020-10-19
* avcodec/movtextenc: Fix undefined left shifts outside the range of intAndreas Rheinhardt2020-10-19
* avcodec/movtextenc: Fix memleak on (re)allocation errorAndreas Rheinhardt2020-10-19
* avcodec/movtextenc: Don't presume every style to have a fontAndreas Rheinhardt2020-10-19
* avcodec/movtextenc: Reset array counter after freeing arrayAndreas Rheinhardt2020-10-19
* avcodec/movtextenc: Fix potential use of uninitialized valueAndreas Rheinhardt2020-10-19
* avcodec/movtextdec: ReindentationAndreas Rheinhardt2020-10-19
* avcodec/movtextdec: Use bytestream APIAndreas Rheinhardt2020-10-19
* avcodec/movtextdec: Avoid loop when writing UTF-8 character to AVBPrintAndreas Rheinhardt2020-10-19
* avcodec/movtextdec: Remove unnecessary variableAndreas Rheinhardt2020-10-19
* avcodec/movtextdec: Fix immediately adjacent stylesAndreas Rheinhardt2020-10-19
* avcodec/movtextdec: Skip empty stylesAndreas Rheinhardt2020-10-19
* avcodec/movtextdec: Fix leaks on (re)allocation failureAndreas Rheinhardt2020-10-19
* avcodec/movtextdec: Simplify finding default fontAndreas Rheinhardt2020-10-19
* avcodec/movtextdec: Simplify checking for invalid extradataAndreas Rheinhardt2020-10-19
* avcodec/movtextdec: Fix leaks of strings upon reallocation failureAndreas Rheinhardt2020-10-19
* avcodec/movtextdec: Reset counter of fonts when freeing themAndreas Rheinhardt2020-10-19
* avcodec/aacdec_fixed: Limit index in vector_pow43()Michael Niedermayer2020-10-18
* avcodec/h264_slice: fix undefined integer overflow with POC in error concealmentMichael Niedermayer2020-10-18
* avcodec/decode: Consider discarded samples in max_samplesMichael Niedermayer2020-10-18
* avcodec/mpeg12dec: Limit maximum A53 CC sizeMichael Niedermayer2020-10-18