46435 Commits (4e6debe1df7d53f3f59b37449b82265d5c08a172)

Author SHA1 Message Date
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
Ben Avison 5379412ed0 avcodec/idctdsp: Arm 64-bit NEON block add and clamp fast paths 3 years ago
Ben Avison 501fdc017d avcodec/vc1: Arm 64-bit NEON inverse transform fast paths 3 years ago
Ben Avison c07de58a72 avcodec/vc1: Arm 32-bit NEON deblocking filter fast paths 3 years ago
Ben Avison c62bbd4d20 avcodec/vc1: Arm 64-bit NEON deblocking filter fast paths 3 years ago
Ben Avison 2e26847780 avcodec/vc1: Introduce fast path for unescaping bitstream buffer 3 years ago
Andreas Rheinhardt d311d820a7 avcodec/vp9_superframe_split_bsf: Don't read inexistent data 3 years ago
Andreas Rheinhardt d20ef30f53 avcodec/vp9_superframe_split_bsf: Discard invalid zero-sized frames 3 years ago
Andreas Rheinhardt c12e8c97b1 avcodec/vp9_superframe_bsf: Check for existence of data before reading it 3 years ago
Andreas Rheinhardt ab25b6aee6 avcodec/vp9_raw_reorder_bsf: Check for existence of data before reading it 3 years ago
Martin Storsjö db54426975 vc1dsp: Change remaining stride parameters to ptrdiff_t 3 years ago
James Almer 7c35aa60a5 avcodec/wmalosslessdec: ensure channel count in the private context and decoder context are consistent 3 years ago
Michael Niedermayer 3a22bc03e6 avcodec/binkaudio: reset ch_offset on errors 3 years ago
Michael Niedermayer 31b22defcd avcodec/vmdaudio: Fix channels count bug 3 years ago
Steve Lhomme 723065a346 dxva2_hevc: don't use frames as reference if they are not marked as such 3 years ago
Andreas Rheinhardt 1970ee1045 avcodec/error_resilience: Remove write only ERContext.ref_count 3 years ago