summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/exr: Fix overflow with many blocksMichael Niedermayer2020-10-15
* avcodec/Makefile: add missing av1_cuvid entryJames Almer2020-10-15
* avcodec/vp9dsp_template: Fix integer overflows in idct16_1d()Michael Niedermayer2020-10-15
* avcodec/ansi: Check initial dimensionsMichael Niedermayer2020-10-15
* avcodec/hevcdec: Check slice_cb_qp_offset / slice_cr_qp_offsetMichael Niedermayer2020-10-15
* avcodec/sonic: Check for overreadMichael Niedermayer2020-10-15
* avcodec/mobiclip: Check that Motion vectors are within the input frameMichael Niedermayer2020-10-15
* avcodec/mobiclip: set the bitstream size to the inputMichael Niedermayer2020-10-15
* avcodec/allcodecs: move av1_cuvid below libaom_av1James Almer2020-10-15
* avcodec/cuviddec: add av1 supportRoman Arzumanyan2020-10-15
* avcodec/webp: Use LE VLC table for LE bitstream readerAndreas Rheinhardt2020-10-12
* avcodec/ivi: Avoid reversing BE VLC codes for LE bitstream readerAndreas Rheinhardt2020-10-12
* avcodec/speedhq: Avoid reversing BE codes for LE bitstream readerAndreas Rheinhardt2020-10-12
* avcodec/vlc, bitstream: Allow to use BE codes to initialize LE VLCAndreas Rheinhardt2020-10-12
* avcodec/speedhq: Don't use ff_ prefix for static symbolsAndreas Rheinhardt2020-10-12
* avcodec/speedhq: Don't pretend reading DC can failAndreas Rheinhardt2020-10-12
* avcodec/indeo2: Remove #ifdef BITSTREAM_READER_LE cruftAndreas Rheinhardt2020-10-12
* avcodec/cbs_av1: Free content in cbs_av1_free_metadata()Michael Niedermayer2020-10-12
* avcodec/apedec: use proper macro and type for pivot variablePaul B Mahol2020-10-12
* avcodec/apedec: properly calculate and store absolute valuePaul B Mahol2020-10-12
* avcodec/apedec: fix decoding 24bit insane files with recent versionsPaul B Mahol2020-10-12
* avformat/isom: add support for RAW ASC Bayer BGGR in movPaul B Mahol2020-10-12
* avcodec/mpeg12: Don't pretend reading dct_dc_size_* VLCs can failAndreas Rheinhardt2020-10-12
* avcodec/mpeg12: Reduce size of motion-vector VLCAndreas Rheinhardt2020-10-12
* lavc, lavf: Remove newlines from calls to avpriv_request_sample().Carl Eugen Hoyos2020-10-11
* avcodec/exr: Check line size for overflowMichael Niedermayer2020-10-11
* avcodec/exr: Check xdelta, ydeltaMichael Niedermayer2020-10-11
* avcodec/adpcm: Check block align for AV_CODEC_ID_ADPCM_PSXMichael Niedermayer2020-10-11
* avcodec/mobiclip: Fix multiple integer overflowsMichael Niedermayer2020-10-11
* avcodec/codec.h: add missing FF_API_NEXT wrapperJames Almer2020-10-10
* avcodec/vp9: Fix stack-buffer overflow with VP9 VDPAU availableAndreas Rheinhardt2020-10-11
* avcodec/sheervideo: Avoid code duplication when creating VLC tablesAndreas Rheinhardt2020-10-10
* avcodec/sheervideo: Reduce the size of static arraysAndreas Rheinhardt2020-10-10
* avcodec/sheervideo: Don't leave context in inconsistent state upon errorAndreas Rheinhardt2020-10-10
* avcodec/sheervideo: Inline compile-time constantsAndreas Rheinhardt2020-10-10
* avcodec/sheervideo: Improve creating VLC tablesAndreas Rheinhardt2020-10-10
* avcodec/celp_filters: Avoid invalid negation in ff_celp_lp_synthesis_filter()Michael Niedermayer2020-10-10
* avcodec/takdsp: Fix negative shift in decorrelate_sf()Michael Niedermayer2020-10-10
* avcodec/parsers: add missing FF_API_NEXT wrappersJames Almer2020-10-10
* avcodec/mpeg12dec: Optimize reading mpeg2 intra escape codesAndreas Rheinhardt2020-10-10
* avcodec/magicyuvenc: Use more correct cast in compare functionAndreas Rheinhardt2020-10-09
* avcodec/magicyuvenc: Avoid sorting Huffman table unnecessarilyAndreas Rheinhardt2020-10-09
* avcodec/mjpegdec: Remove redundant initializationAndreas Rheinhardt2020-10-09
* avcodec/mjpegdec: Remove use_static from build_vlc()Andreas Rheinhardt2020-10-09
* avcodec/mjpegdec: Use correct number of codes when init default VLCsAndreas Rheinhardt2020-10-08
* avcodec/mjpegdec: Use correct number of codes for VLC tablesAndreas Rheinhardt2020-10-08
* VP9 Profile 2 VDPAU supportManojGuptaBonda2020-10-08
* avcodec/mjpegdec: improve decoding of DNG filesPaul B Mahol2020-10-07
* avcodec/tiff: do not abort decoding if strips are availablePaul B Mahol2020-10-07
* avcodec: add Cintel RAW decoderPaul B Mahol2020-10-07