45858 Commits (26d6c81dc6ed205005dd34f837f52569c1cb3903)

Author SHA1 Message Date
Michael Niedermayer 0ec75723a4 avcodec/apedec: Change avg to uint32_t 3 years ago
Michael Niedermayer 1e85a698c0 avcodec/targa: Do not return images when there is no image in the tga 3 years ago
Limin Wang b9f4c1231f avcodec/bitpacked_enc: suppport for frame thread encode 3 years ago
Limin Wang d39f667da1 avcodec/bitpacked_dec: support for frame thread decode 3 years ago
Limin Wang 17b434f1ce avcodec/bitpacked_dec: setting pict_type and key_frame after decode() 3 years ago
Limin Wang b51d772a50 avcodec/bitpacked_dec: remove AV_CODEC_CAP_EXPERIMENTAL capabilities 3 years ago
Andreas Rheinhardt cc1251ab81 avcodec/movtextdec: Sanitize style entries 3 years ago
Andreas Rheinhardt cce2765ce9 avcodec/movtextdec: Perform RGB->BGR color conversion early 3 years ago
Andreas Rheinhardt 4b2bc0b8fe avcodec/movtextdec: Deduplicate parsing of StyleRecords 3 years ago
Andreas Rheinhardt 683bbb75db avcodec/movtextdec: Rename several structure elements 3 years ago
Andreas Rheinhardt b09ea67b40 avcodec/libkvazaar: Increase array size 3 years ago
Lynne 3f3772e444
packet: add description for the AVPacket.time_base field 3 years ago
Michael Niedermayer 51d5e90158 avcodec/gemdec: Move all support checks before image allocation 3 years ago
Michael Niedermayer 235ac7b492 avcodec/avpacket: Perform fewer reallocations in repeated av_grow_packet() 3 years ago
Andreas Rheinhardt b0b90100bf avcodec/libopenh264dec: Increase array sizes, fix stack-buffer overread 3 years ago
Limin Wang a7df966c82 avcodec/videotoolbox: fix use of unknown builtin '__builtin_available' 3 years ago
Andreas Rheinhardt 01d158d1c8 all: Remove unused-but-set variables 3 years ago
Andreas Rheinhardt a4798a5d51 all: Use av_memdup() where appropriate 3 years ago
Andreas Rheinhardt b574fb472e avcodec/h264_redundant_pps_bsf: Inline constant 3 years ago
Andreas Rheinhardt 5892a55d55 avcodec/h264_redundant_pps_bsf: Support multiple input PPS 3 years ago
Andreas Rheinhardt 5e7bdbfff6 avcodec/h264_redundant_pps_bsf: Remove flush callback 3 years ago
Andreas Rheinhardt acdfc4bdfb avcodec/movtextenc: Simplify writing a single char 3 years ago
Andreas Rheinhardt c4c9d096ae avcodec/movtextenc: Remove redundant byte count 3 years ago
Andreas Rheinhardt 0bc3c070fb avcodec/movtextenc: Fix encoding of subtitles with multiple rects 3 years ago
Andreas Rheinhardt f8e5e1c523 avcodec/movtextenc: Check for too long subtitles 3 years ago
Andreas Rheinhardt 0b934f8f17 avcodec/movtextenc: Reset AVBPrint at the beginning, not end of encoding 3 years ago
Andreas Rheinhardt bb89a2f64f avcodec/movtextenc: Fix infinite loop due to variable truncation 3 years ago
Michael Niedermayer 96caa01f13 avcodec/vp3: Check version in all cases when VP4 code is not built 3 years ago
Michael Niedermayer 6e34d94797 avcodec/gemdec: Check tag & planes before image allocation 3 years ago
Hao Chen 024e934480 avcodec: [loongarch] Optimize decode_significance/_8x8_loongarch. 3 years ago
Shiyou Yin afcb36b7e5 avcodec: [loongarch] optimize get_cabac. 3 years ago
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