summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc: un-avpriv avpriv_bprint_to_extradata()Anton Khirnov2020-10-28
* put_bits: make avpriv_copy_bits() lavc-localAnton Khirnov2020-10-28
* put_bits: make avpriv_put_string() lavc-localAnton Khirnov2020-10-28
* put_bits: make avpriv_align_put_bits() inlineAnton Khirnov2020-10-28
* avcodec/bitstream: Stop allocating one VLCcode more than neededAndreas Rheinhardt2020-10-28
* avcodec/bitstream: Check code length before truncating to uint8_tAndreas Rheinhardt2020-10-28
* avcodec/hevcdec: constrained intra predict, do not check top left IS_INTRA if...Xu Guangxin2020-10-28
* avcodec/webp: Replace never-true check by assertAndreas Rheinhardt2020-10-27
* avcodec/webp: Return directly when creating Huff table failsAndreas Rheinhardt2020-10-27
* avcodec/webp: Use uint8_t for code lengthsAndreas Rheinhardt2020-10-27
* avcodec/bitstream: Consistently treat symbol as VLC_TYPEAndreas Rheinhardt2020-10-27
* avcodec/mpeg4videodec: Don't check for errors for complete VLCsAndreas Rheinhardt2020-10-27
* avcodec/atrac3plus: Perform reusing of VLCs during initAndreas Rheinhardt2020-10-27
* avcodec/atrac3: Use least max_depth for get_vlc2()Andreas Rheinhardt2020-10-27
* avcodec/atrac3: Inline constantsAndreas Rheinhardt2020-10-27
* avcodec/atrac3: Don't use too big VLC tablesAndreas Rheinhardt2020-10-27
* avcodec/av1dec: Check for unset obu instead of crashingMichael Niedermayer2020-10-26
* avcodec/dirac_parser: do not offset AV_NOPTS_OFFSETMichael Niedermayer2020-10-26
* avcodec/mobiclip: Use smaller type for codesAndreas Rheinhardt2020-10-26
* avcodec/mobiclip: Use static VLC tablesAndreas Rheinhardt2020-10-26
* avcodec/mobiclip: Don't use too big max_depth, inline constantsAndreas Rheinhardt2020-10-26
* avcodec/mobiclip: Don't check for errors for complete VLCsAndreas Rheinhardt2020-10-26
* avcodec/mobiclip: Reduce size of VLCs, inline constantsAndreas Rheinhardt2020-10-26
* avcodec/rv34: Simplify getting right VLCAndreas Rheinhardt2020-10-26
* avcodec/rv34: Don't needlessly copy VLC length and symbol arraysAndreas Rheinhardt2020-10-26
* avcodec/vp3: Make parsing Theora Huffman tables more spec-compliantAndreas Rheinhardt2020-10-26
* avcodec/adpcm_ima_cunning: document origin of tablesZane van Iperen2020-10-26
* avcodec: add adpcm_ima_alp encoderZane van Iperen2020-10-25
* avcodec/pgxdec: Check depth more completelyMichael Niedermayer2020-10-25
* avcodec/vp9dsp_template: Fix some overflows in iadst8_1d()Michael Niedermayer2020-10-24
* avcodec/fits: Check bscaleMichael Niedermayer2020-10-24
* 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