summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/vbn(dec|enc): Avoid always-false checksAndreas Rheinhardt2022-04-13
* avcodec/vbn(dec|enc): Avoid leaving stale pointers in contextAndreas Rheinhardt2022-04-13
* avcodec/vbn(dec|enc): Remove empty close functionAndreas Rheinhardt2022-04-13
* avcodec/mlpenc: simplify calling functionPaul B Mahol2022-04-12
* avcodec/mlpenc: use FFMAX()Paul B Mahol2022-04-12
* avcodec/mlpenc: improve handling of last samplesPaul B Mahol2022-04-12
* avcodec/hevc_sei: Don't use GetBit-API for byte-aligned readsAndreas Rheinhardt2022-04-11
* avcodec/hevc_sei: Fix parsing SEI messagesAndreas Rheinhardt2022-04-11
* avcodec/mjpegenc: support writing ICC profilesNiklas Haas2022-04-11
* avcodec/pngenc: support writing iCCP chunksNiklas Haas2022-04-11
* vaapi_encode_h265: Query encoding block sizes and featuresMark Thompson2022-04-11
* vaapi_encode_h265: Explicitly set and correct some flagsMark Thompson2022-04-11
* vaapi_encode: Move block size calculation after entrypoint selectionMark Thompson2022-04-11
* lavc/vaapi_encode_h265: Add GPB frame support for hevc_vaapiLinjie Fu2022-04-11
* avcodec/vbnenc: add VBN encoderMarton Balint2022-04-10
* avcodec/vbndec: add VBN decoderMarton Balint2022-04-10
* avcodec/hapenc: use the common texturedsp encode functionMarton Balint2022-04-10
* avcodec/hapdec: use the common texturedsp decode functionMarton Balint2022-04-10
* avcodec/dds: use the common texture dsp decode functionMarton Balint2022-04-10
* avcodec/texturedsp: add TextureDSPThreadContext for common decode/encode func...Marton Balint2022-04-10
* avcodec/binkaudio: fix indentation to match previous linePeter Ross2022-04-10
* avcodec/libwebpenc_animencoder: Fix memory leak of WebPData in libwebp_anim_e...Andrey Volk2022-04-10
* avcodec/dvdsubdec: fix incorrect yellow appearance of dvd subtitlessoftworkz2022-04-09
* qsvenc: fix typoHaihao Xiang2022-04-08
* avcodec/libdav1d: don't depend on the event flags API to init sequence params...James Almer2022-04-07
* avcodec/libsvtav1: give svtav1-params priority over avctx valuesJames Almer2022-04-07
* libavcodec/qsvenc: Add more pixel format support to qsvencWenbin Chen2022-04-06
* libavcodec/qsvdec: Add more pixel format support to qsvdecWenbin Chen2022-04-06
* libavcodec/qsvdec: using suggested num to set init_pool_sizeWenbin Chen2022-04-06
* libavcodec/qsvdec: remove redundant decodeHeader()Wenbin Chen2022-04-06
* libavcodec/qsvdec: reinit decoder according to decode() return valueWenbin Chen2022-04-06
* libavcodec/qsvenc: enable LowDelayBRC and MaxFrameSizeI/MaxFrameSizeP for mor...He, Fan F2022-04-06
* avcodec/libvpxenc: enable dynamic max quantizer reconfigurationDanil Chapovalov2022-04-05
* avcodec/vp9_raw_reorder_bsf: Merge close and flushAndreas Rheinhardt2022-04-05
* avcodec/vp9_raw_reorder_bsf: Fix leak of cached packetAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Constify AVPacket in decode_sub cbAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec.decode_subAndreas Rheinhardt2022-04-05
* avcodec/options: Fix AVClassCategory of decoders with .receive_frameAndreas Rheinhardt2022-04-05
* avcodec/libvpxenc: avoid unnecessary variable shadowingJames Almer2022-04-05
* avcodec/libvpxenc: return quantizer parameter for an encoded frameDanil Chapovalov2022-04-05
* avcodec/exr: Avoid signed overflow in displayWindowMichael Niedermayer2022-04-03
* avcodec/diracdec: avoid signed integer overflow in global mvMichael Niedermayer2022-04-03
* avcodec/takdsp: Fix integer overflow in decorrelate_sf()Michael Niedermayer2022-04-03
* avcodec/apedec: fix a integer overflow in long_filter_high_3800()Michael Niedermayer2022-04-03
* avcodec/dfa: don't check for the bitstream version on every copied lineJames Almer2022-04-02
* avcodec/mpegvideo_enc: Remove redundant unref+refAndreas Rheinhardt2022-04-01
* avcodec/mpegvideo: Make new_picture an ordinary AVFrameAndreas Rheinhardt2022-04-01
* avcodec/mpegvideo: Remove strict_std_compliance from MpegEncContextAndreas Rheinhardt2022-04-01