summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* 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
* avcodec/av1dec: avoid probing with av1decJames Almer2020-10-06
* lavc/avs2_parser.c: optimize code stylehwren2020-10-06
* lavc/avs2_parser.c,lavf/davs2.c: add AVS2_* prefixhwren2020-10-06
* lavc,doc: add libuavs3d video decoder wrapperhwren2020-10-06
* lavc/avs3_parser: add avs3 parserhwren2020-10-05
* lavc/avs3.h: add AVS3 related definitionshwren2020-10-05
* lavc: add AVS3 codec id and deschwren2020-10-05
* avcodec/h264_slice: use av_buffer_replace() to simplify codeJames Almer2020-10-05
* avcodec/qsv: Fix leak of options on errorAndreas Rheinhardt2020-10-05
* avcodec/dvenc: Fix undefined left shift of negative numbersAndreas Rheinhardt2020-10-04
* avcodec/dxtory: Fix negative stride shift in dx2_decode_slice_420()Michael Niedermayer2020-10-04
* avcodec/av1dec: partially clean state on frame decoding errorsJames Almer2020-10-04
* libwavpackenc: remove libwavpackenc wrapperLynne2020-10-02
* avcodec/vc1_block: Fix integer overflow in ac valueMichael Niedermayer2020-10-02
* avcodec/utils: add missing FF_API_TAG_STRING checkJames Almer2020-10-01
* avcodec/options: add missing FF_API_COPY_CONTEXT checksJames Almer2020-10-01
* avcodec/libvpxenc: add missing FF_API_ERROR_FRAME checkJames Almer2020-10-01
* avcodec/cuviddec: avoid copy of uninitialized extradata pointerTimo Rothenpieler2020-10-01
* avcodec/cuviddec: use correct type for extradata_sizeTimo Rothenpieler2020-10-01
* avcodec/cuviddec: fix copy&paste errorTimo Rothenpieler2020-10-01
* avcodec/utils: ReindentationAndreas Rheinhardt2020-10-01
* avcodec/utils: Also free encoder extradata on avcodec_open2() errorAndreas Rheinhardt2020-10-01
* avcodec/utils: Don't forget cleaning up when allocating priv_data failsAndreas Rheinhardt2020-10-01
* avcodec/utils: Improve check for freeing codec private optionsAndreas Rheinhardt2020-10-01
* avcodec/utils: Remove always-true checkAndreas Rheinhardt2020-10-01