46450 Commits (1047fedd0f59801fa3e7f343ad36bb59007e2412)

Author SHA1 Message Date
Andreas Rheinhardt 3bbbb09a53 avcodec/hevc_sei: Don't use GetBit-API for byte-aligned reads 3 years ago
Andreas Rheinhardt cf3f8ab9e6 avcodec/hevc_sei: Fix parsing SEI messages 3 years ago
Niklas Haas e254af3154 avcodec/mjpegenc: support writing ICC profiles 3 years ago
Niklas Haas 4a580975d4 avcodec/pngenc: support writing iCCP chunks 3 years ago
Mark Thompson 9f02e03387 vaapi_encode_h265: Query encoding block sizes and features 3 years ago
Mark Thompson 77fd2f9c7c vaapi_encode_h265: Explicitly set and correct some flags 3 years ago
Mark Thompson 99b333e5ff vaapi_encode: Move block size calculation after entrypoint selection 3 years ago
Linjie Fu a285968a0b lavc/vaapi_encode_h265: Add GPB frame support for hevc_vaapi 3 years ago
Marton Balint ee50cc18b3 avcodec/vbnenc: add VBN encoder 3 years ago
Marton Balint 013d774e22 avcodec/vbndec: add VBN decoder 3 years ago
Marton Balint a4570d7a66 avcodec/hapenc: use the common texturedsp encode function 3 years ago
Marton Balint b3074ac9f4 avcodec/hapdec: use the common texturedsp decode function 3 years ago
Marton Balint 30fdcd2e12 avcodec/dds: use the common texture dsp decode function 3 years ago
Marton Balint 541d3755e9 avcodec/texturedsp: add TextureDSPThreadContext for common decode/encode function 3 years ago
Peter Ross 072101bd52 avcodec/binkaudio: fix indentation to match previous line 3 years ago
Andrey Volk 4e6debe1df avcodec/libwebpenc_animencoder: Fix memory leak of WebPData in libwebp_anim_encode_frame() 3 years ago
softworkz 58b07ecb3f avcodec/dvdsubdec: fix incorrect yellow appearance of dvd subtitles 3 years ago
Haihao Xiang b2dd3e844d qsvenc: fix typo 3 years ago
James Almer 3e186148ca avcodec/libdav1d: don't depend on the event flags API to init sequence params the first time 3 years ago
James Almer e3c4442b24 avcodec/libsvtav1: give svtav1-params priority over avctx values 3 years ago
Wenbin Chen fb88809063 libavcodec/qsvenc: Add more pixel format support to qsvenc 3 years ago
Wenbin Chen e0ae810da3 libavcodec/qsvdec: Add more pixel format support to qsvdec 3 years ago
Wenbin Chen 0a0847dbac libavcodec/qsvdec: using suggested num to set init_pool_size 3 years ago
Wenbin Chen 4a633eb36f libavcodec/qsvdec: remove redundant decodeHeader() 3 years ago
Wenbin Chen 40f38659d7 libavcodec/qsvdec: reinit decoder according to decode() return value 3 years ago
He, Fan F ad21f26492 libavcodec/qsvenc: enable LowDelayBRC and MaxFrameSizeI/MaxFrameSizeP for more accurate bitrate control 3 years ago
Danil Chapovalov 706f12992d avcodec/libvpxenc: enable dynamic max quantizer reconfiguration 3 years ago
Andreas Rheinhardt 24fd3ff5a2 avcodec/vp9_raw_reorder_bsf: Merge close and flush 3 years ago
Andreas Rheinhardt ebec607941 avcodec/vp9_raw_reorder_bsf: Fix leak of cached packet 3 years ago
Andreas Rheinhardt 6ed0d95fa2 avcodec/codec_internal: Constify AVPacket in decode_sub cb 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt fb59a42ef9 avcodec/codec_internal: Add FFCodec.decode_sub 3 years ago
Andreas Rheinhardt 1c3c29d07d avcodec/options: Fix AVClassCategory of decoders with .receive_frame 3 years ago
James Almer cc6c5ff201 avcodec/libvpxenc: avoid unnecessary variable shadowing 3 years ago
Danil Chapovalov 53fd2d2203 avcodec/libvpxenc: return quantizer parameter for an encoded frame 3 years ago
Michael Niedermayer 1291568c98 avcodec/exr: Avoid signed overflow in displayWindow 3 years ago
Michael Niedermayer 7f1279684e avcodec/diracdec: avoid signed integer overflow in global mv 3 years ago
Michael Niedermayer 01d8c887f6 avcodec/takdsp: Fix integer overflow in decorrelate_sf() 3 years ago
Michael Niedermayer b085b400be avcodec/apedec: fix a integer overflow in long_filter_high_3800() 3 years ago
James Almer 5021b2ba06 avcodec/dfa: don't check for the bitstream version on every copied line 3 years ago
Andreas Rheinhardt 451300d0e8 avcodec/mpegvideo_enc: Remove redundant unref+ref 3 years ago
Andreas Rheinhardt 37250f7f64 avcodec/mpegvideo: Make new_picture an ordinary AVFrame 3 years ago
Andreas Rheinhardt 88720f3d81 avcodec/mpegvideo: Remove strict_std_compliance from MpegEncContext 3 years ago
Andreas Rheinhardt 046736f342 avcodec/speedhqenc: Add SpeedHQEncContext and move slice_start to it 3 years ago
Andreas Rheinhardt 9b3279b201 avcodec/mjpegenc: Fix files with slices > 1, but threads == 1 3 years ago
Andreas Rheinhardt f7d44804a6 avcodec/mjpegenc, speedhqenc: Remove nonsense assert 3 years ago
Andreas Rheinhardt 8ca4b515e7 avcodec/mpegvideo_enc: Allow slices only for slice-thread-able codecs 3 years ago
Ben Avison 23c92e14f5 avcodec/vc1: Arm 32-bit NEON unescape fast path 3 years ago
Ben Avison 6eee650289 avcodec/vc1: Arm 64-bit NEON unescape fast path 3 years ago