45727 Commits (d1b47f3bfcc625ca1cae210fc198dcbd54381a88)

Author SHA1 Message Date
Andreas Rheinhardt d1b47f3bfc avcodec/vaapi_encode: Fix segfault upon closing uninitialized encoder 3 years ago
Andreas Rheinhardt d47a986b79 avcodec/qsvenc: Properly flush the FIFO on close 3 years ago
Andreas Rheinhardt e9e2157dda avcodec/qsvenc: Fix leak of A53 data 3 years ago
Andreas Rheinhardt 1cdbccaa16 avcodec/qsvenc: Fix leak and crash when encoding H.264 due to A53_CC 3 years ago
Michael Niedermayer 3809467d4d avcodec/iff: limit written bytes to twice the output array size in decode_delta_l() 3 years ago
Michael Niedermayer 2877ddddda avcodec/vqavideo: Use GetByteContext and check for end 3 years ago
James Almer 0d924d6e5a avcodec/videotoolbox: silence some -Wimplicit-fallthrough warnings 3 years ago
rcombs c7e527f7f3 lavc/videotoolbox: fix build on pre-10.14 SDKs 3 years ago
rcombs 4cedf44aae lavc: bump minor version for new VT hwaccels 3 years ago
rcombs da0179b262 lavc/proresdec: add videotoolbox hwaccel 3 years ago
rcombs 805bf2ebc9 lavc/proresdec: add scaffolding for hwdec support 3 years ago
rcombs 350eb59f8c videotoolbox: add alpha support 3 years ago
rcombs a41a2efc85 lavc/videotoolbox: add VP9 hardware acceleration 3 years ago
rcombs e3c6cc96cf lavc/videotoolbox: call VTRegisterSupplementalVideoDecoderIfAvailable 3 years ago
rcombs 530c4a7ea9 lavc/videotoolbox: expose some functions as lavc-internal 3 years ago
rcombs 2c89443e84 lavc/hevcdec: support all color formats in videotoolbox hwaccel 3 years ago
rcombs caad1146e2 lavc/h264dec: support all color formats in videotoolbox hwaccel 3 years ago
rcombs f0952f87bc lavc/videotoolbox: select 4:2:2 and 4:4:4 formats when applicable 3 years ago
rcombs b0c07f2938 lavc/videotoolbox: fix format computation 3 years ago
rcombs 79e51d6c0f lavc/videotoolbox: escape 0x00000[0-3]s in avcC PSs 3 years ago
Andreas Rheinhardt 5593f5cf24 avcodec/vqavideo: Remove dead code 3 years ago
Andreas Rheinhardt d6c16c5217 avcodec/mobiclip: Rewrite code to make it clearer 3 years ago
Alex Xu (Hello71) cd0bdce71a avcodec/mjpeg_parser: skip markers after EOI, not by size 3 years ago
Michael Niedermayer ff23cee200 avcodec/txd: Move input size checks before allocation 3 years ago
Andreas Rheinhardt 9207dc3b0d avcodec/h263: Fix global-buffer-overflow with noout flag2 set 3 years ago
Limin Wang 3436864e68 avcodec: suppport for bitpacked encode 3 years ago
Limin Wang 130250d3af avcodec: rename bitpacked.c to bitpacked_dec.c 3 years ago
Matt Oliver 1a5930b554 libvpxdec: Correct linking against variables. 3 years ago
Limin Wang 0e22d2e59b avcodec/libaomenc: remove the redundant initialization 3 years ago
Andreas Rheinhardt 18f22bfb27 avcodec/h263: Inline constant 3 years ago
Andreas Rheinhardt 645f705d6a av(codec|device): Don't cast pointers to int 3 years ago
Andreas Rheinhardt 40cf317d09 avcodec/smcenc: Move PutByteContext to stack 3 years ago
Andreas Rheinhardt 17c8533745 avcodec/dnxhddata: Unavpriv dnxhd_get_(hr_|)_frame_size() 3 years ago
Andreas Rheinhardt 6a3df0dfa9 avcodec/dnxhddata: Remove avpriv_dnxhd_get_interlaced() 3 years ago
Derek Buitenhuis bc68fd1050 avcodec/hevcdec: Export Dolby Vision RPUs as side data 3 years ago
Jonathan Wright 08b4716a9e aarch64: Add Armv8.5-A BTI support 3 years ago
Jonathan Wright 6f04cf54f5 aarch64: Use ret x<n> instead of br x<n> where possible 3 years ago
Anton Khirnov db932241ee */version.h: define FF_API macros unconditionally 3 years ago
Michael Niedermayer 866ad2e952 avcodec/speexdec: Check frames_per_packet more completely 3 years ago
Paul B Mahol 946493eb3e avcodec/mlpdec: cover case when >2 channels are in single substream 3 years ago
Andreas Rheinhardt ddd701fbbf avcodec/speexdec: Remove dead code 3 years ago
Andreas Rheinhardt b59138b681 avcodec/libx264: Simplify copying packet data 3 years ago
Andreas Rheinhardt 19ed9236db avcodec/libx264: Remove always-false checks 3 years ago
Andreas Rheinhardt 6f1130be78 avcodec/libx264: Check for overflow if necessary 3 years ago
songyutong 8a969e1280 avcodec/videotoolboxenc: fix pixel buffer memory leak 3 years ago
Andreas Rheinhardt cd03a180cb avcodec/mjpegdec: Use AVCodecInternal.in_pkt for buffer packet 3 years ago
Andreas Rheinhardt 7c5ee237be avcodec/libdav1d: Use av_memdup() where appropriate 3 years ago
Andreas Rheinhardt 31d0487ba2 avcodec/libdav1d: Use AVCodecInternal.in_pkt instead of stack packet 3 years ago
Andreas Rheinhardt 776e9f9e2a avcodec/libdav1d: Don't leak side-data-only packets 3 years ago
Andreas Rheinhardt ba91b8b685 avcodec/cuviddec: Use AVCodecInternal.in_pkt instead of stack packet 3 years ago