summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/h264dec: add missing flags to is_avc and nal_length_size AVOptionsJames Almer2021-04-14
* aarch64: h264pred: Optimize the inner loop of existing 8 bit functionsMartin Storsjö2021-04-14
* avcodec/jpeglsenc: Remove redundant pixel format checksAndreas Rheinhardt2021-04-13
* avcodec/msmpeg4dec: Avoid duplication of VLC init codeAndreas Rheinhardt2021-04-12
* avcodec/vc1: Remove unused hrd fieldsAndreas Rheinhardt2021-04-12
* avcodec/mss2: Remove redundant initialization of vc1 dspAndreas Rheinhardt2021-04-12
* avcodec/vc1: Don't pretend ff_vc1_init_common() can failAndreas Rheinhardt2021-04-12
* avcodec/msmpeg4enc: Remove dead code for inexistent VC-1 encoderAndreas Rheinhardt2021-04-12
* avcodec/h263dec, mpeg12dec: Remove redundant writesAndreas Rheinhardt2021-04-12
* avcodec/rv34: Move dsp init code to rv30/rv40Andreas Rheinhardt2021-04-12
* avcodec/nvenc: add support for gbrp rgb inputTimo Rothenpieler2021-04-11
* avcodec/adpcm: refactor init/flush codeZane van Iperen2021-04-10
* avcodec/adpcm_swf: remove memory allocation during trellis encodingZane van Iperen2021-04-10
* avcodec/mpegvideo: Deprecate bframe opts for encoders not supporting themAndreas Rheinhardt2021-04-10
* avcodec/mpegvideo: Deprecate duplicate matrix opt for unsupported codecsAndreas Rheinhardt2021-04-10
* avcodec/mpegvideo: Deprecate a53cc option for encoders != MPEG-2Andreas Rheinhardt2021-04-10
* avcodec/mpegvideo: Deprecate mpeg_quant option for codecs != MPEG-4Andreas Rheinhardt2021-04-10
* avcodec/mpegvideo_enc: Combine identical checksAndreas Rheinhardt2021-04-10
* avcodec/mpeg12enc: Perform size/level/profile checks earlierAndreas Rheinhardt2021-04-10
* avcodec/mpeg12enc: Move MPEG-1/2 dimension checks to mpeg12encAndreas Rheinhardt2021-04-10
* avcodec/mpegvideo_enc: Remove redundant time_base checkAndreas Rheinhardt2021-04-10
* avcodec/mjpegenc: Include all supported pix_fmts in mpegenc pix_fmtsAndreas Rheinhardt2021-04-10
* avcodec/ljpegenc: Allow full range yuv420p, yuv422p, yuv444p by defaultAndreas Rheinhardt2021-04-10
* avcodec/mpegvideo_enc: Remove redundant pixel format checksAndreas Rheinhardt2021-04-10
* avcodec/mjpegenc: Remove dependency of AMV encoder on mjpegenc_huffmanAndreas Rheinhardt2021-04-10
* avcodec/mpegvideo_enc: Make AMV encoder usable without MJPEG encoderAndreas Rheinhardt2021-04-10
* avcodec/proresenc_kostya: Remove harmful checkAndreas Rheinhardt2021-04-10
* lavc/pngdec: always create a copy for APNG_DISPOSE_OP_BACKGROUNDAnton Khirnov2021-04-08
* avcodec/msp2dec: Check available space in RLE decoderMichael Niedermayer2021-04-08
* avcodec/mpegvideo_enc: Don't segfault on unorthodox mpeg_quantAndreas Rheinhardt2021-04-08
* avcodec/encode: Fix check for allowed LJPEG pixel formatsAndreas Rheinhardt2021-04-08
* lavc: postpone FF_API_AVCTX_TIMEBASEAnton Khirnov2021-04-08
* lavc/pngdec: use a separate bytestream reader for each chunkAnton Khirnov2021-04-08
* lavc/pngdec: improve chunk length checkAnton Khirnov2021-04-08
* lavc/pngdec: restructure exporting frame meta/side dataAnton Khirnov2021-04-08
* lavc/pngdec: remove unnecessary context variablesAnton Khirnov2021-04-08
* lavc/pngdec: perform APNG blending in-placeAnton Khirnov2021-04-08
* avcodec/vc1dec: Fix memleak upon allocation errorAndreas Rheinhardt2021-04-08
* avcodec/h261dec: Initialize IDCT context during initAndreas Rheinhardt2021-04-08
* avcodec/rv34, mpegvideo: Fix segfault upon frame size change errorAndreas Rheinhardt2021-04-08
* avcodec/rv10: Don't presume context to be initializedAndreas Rheinhardt2021-04-08
* avcodec/mpegvideo: Factor common freeing code outAndreas Rheinhardt2021-04-08
* avcodec/mpegvideo: Fix memleak upon allocation errorAndreas Rheinhardt2021-04-08
* Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mp...Andreas Rheinhardt2021-04-08
* avcodec/bsf: Simplify getting codec nameAndreas Rheinhardt2021-04-06
* avcodec/options: Remove always-true checkAndreas Rheinhardt2021-04-05
* avcodec/wmavoice: Check operations that can failAndreas Rheinhardt2021-04-03
* avcodec/mjpegdec: Fix leak in case ICC array allocations fail partiallyAndreas Rheinhardt2021-04-03
* avcodec/cfhd: Keep track of which subbands have been readMichael Niedermayer2021-04-03
* avcodec/cfhd: Require valid setup before Lowpass coefficients, BandHeader and...Michael Niedermayer2021-04-03