summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* avcodec/mlpenc: use FFMAX()Paul B Mahol2022-04-121-2/+1
* avcodec/mlpenc: improve handling of last samplesPaul B Mahol2022-04-121-7/+12
* avcodec/hevc_sei: Don't use GetBit-API for byte-aligned readsAndreas Rheinhardt2022-04-111-85/+91
* avcodec/hevc_sei: Fix parsing SEI messagesAndreas Rheinhardt2022-04-111-38/+12
* avcodec/mjpegenc: support writing ICC profilesNiklas Haas2022-04-115-8/+77
* avcodec/pngenc: support writing iCCP chunksNiklas Haas2022-04-111-2/+82
* vaapi_encode_h265: Query encoding block sizes and featuresMark Thompson2022-04-111-6/+108
* vaapi_encode_h265: Explicitly set and correct some flagsMark Thompson2022-04-111-4/+9
* vaapi_encode: Move block size calculation after entrypoint selectionMark Thompson2022-04-117-19/+76
* lavc/vaapi_encode_h265: Add GPB frame support for hevc_vaapiLinjie Fu2022-04-113-5/+78
* avcodec/vbnenc: add VBN encoderMarton Balint2022-04-104-2/+177
* avcodec/vbndec: add VBN decoderMarton Balint2022-04-106-0/+255
* avcodec/hapenc: use the common texturedsp encode functionMarton Balint2022-04-102-21/+17
* avcodec/hapdec: use the common texturedsp decode functionMarton Balint2022-04-102-93/+28
* avcodec/dds: use the common texture dsp decode functionMarton Balint2022-04-101-87/+48
* avcodec/texturedsp: add TextureDSPThreadContext for common decode/encode func...Marton Balint2022-04-104-0/+88
* avcodec/binkaudio: fix indentation to match previous linePeter Ross2022-04-101-1/+1
* avcodec/libwebpenc_animencoder: Fix memory leak of WebPData in libwebp_anim_e...Andrey Volk2022-04-101-1/+5
* avcodec/dvdsubdec: fix incorrect yellow appearance of dvd subtitlessoftworkz2022-04-091-1/+1
* qsvenc: fix typoHaihao Xiang2022-04-081-1/+1
* avcodec/libdav1d: don't depend on the event flags API to init sequence params...James Almer2022-04-071-1/+2
* avcodec/libsvtav1: give svtav1-params priority over avctx valuesJames Almer2022-04-071-35/+34
* libavcodec/qsvenc: Add more pixel format support to qsvencWenbin Chen2022-04-062-26/+6
* libavcodec/qsvdec: Add more pixel format support to qsvdecWenbin Chen2022-04-063-6/+56
* libavcodec/qsvdec: using suggested num to set init_pool_sizeWenbin Chen2022-04-061-2/+12
* libavcodec/qsvdec: remove redundant decodeHeader()Wenbin Chen2022-04-061-14/+15
* libavcodec/qsvdec: reinit decoder according to decode() return valueWenbin Chen2022-04-061-2/+9
* libavcodec/qsvenc: enable LowDelayBRC and MaxFrameSizeI/MaxFrameSizeP for mor...He, Fan F2022-04-062-2/+25
* avcodec/libvpxenc: enable dynamic max quantizer reconfigurationDanil Chapovalov2022-04-052-1/+11
* avcodec/vp9_raw_reorder_bsf: Merge close and flushAndreas Rheinhardt2022-04-051-13/+3
* avcodec/vp9_raw_reorder_bsf: Fix leak of cached packetAndreas Rheinhardt2022-04-051-1/+2
* avcodec/codec_internal: Constify AVPacket in decode_sub cbAndreas Rheinhardt2022-04-0519-19/+19
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05498-673/+758
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05310-903/+588
* avcodec/codec_internal: Add FFCodec.decode_subAndreas Rheinhardt2022-04-0522-87/+76
* avcodec/options: Fix AVClassCategory of decoders with .receive_frameAndreas Rheinhardt2022-04-051-1/+1
* avcodec/libvpxenc: avoid unnecessary variable shadowingJames Almer2022-04-051-1/+0
* avcodec/libvpxenc: return quantizer parameter for an encoded frameDanil Chapovalov2022-04-051-1/+6
* avcodec/exr: Avoid signed overflow in displayWindowMichael Niedermayer2022-04-031-2/+2
* avcodec/diracdec: avoid signed integer overflow in global mvMichael Niedermayer2022-04-031-2/+2
* avcodec/takdsp: Fix integer overflow in decorrelate_sf()Michael Niedermayer2022-04-031-1/+1
* avcodec/apedec: fix a integer overflow in long_filter_high_3800()Michael Niedermayer2022-04-031-1/+1
* avcodec/dfa: don't check for the bitstream version on every copied lineJames Almer2022-04-021-7/+7
* avcodec/mpegvideo_enc: Remove redundant unref+refAndreas Rheinhardt2022-04-011-5/+0
* avcodec/mpegvideo: Make new_picture an ordinary AVFrameAndreas Rheinhardt2022-04-017-38/+39
* avcodec/mpegvideo: Remove strict_std_compliance from MpegEncContextAndreas Rheinhardt2022-04-014-6/+4
* avcodec/speedhqenc: Add SpeedHQEncContext and move slice_start to itAndreas Rheinhardt2022-04-012-8/+14
* avcodec/mjpegenc: Fix files with slices > 1, but threads == 1Andreas Rheinhardt2022-04-014-10/+17
* avcodec/mjpegenc, speedhqenc: Remove nonsense assertAndreas Rheinhardt2022-04-012-4/+0
* avcodec/mpegvideo_enc: Allow slices only for slice-thread-able codecsAndreas Rheinhardt2022-04-011-1/+1