45922 Commits (41f213c3bf629d549400e935e7f123e6cfa959ab)

Author SHA1 Message Date
Shiyou Yin cba7c0267d avcodec: [loongarch] Optimize h264qpel with LASX. 3 years ago
Shiyou Yin 6038a9eb92 avcodec: [loongarch] Optimize h264_chroma_mc with LASX. 3 years ago
Andreas Rheinhardt 7fe5c7f02d avcodec/mmaldec: Deduplicate AVClasses 3 years ago
Andreas Rheinhardt 9644ee224f avcodec/mmaldec: Avoid creating unnecessary reference, simplify code 3 years ago
Ho Ming Shun dd779749f0 avcodec/mmaldec: fix pointer type warning 3 years ago
Ho Ming Shun 6f0e8b998a avcodec/mmaldec: re-use AVPacket for extra_data 3 years ago
Ho Ming Shun b54377b3a7 avcodec/mmaldec: use decoupled dataflow 3 years ago
Charlie Monroe 34aee50a7f avcodec/movtextenc: Check for existence of font name before using it 3 years ago
Andreas Rheinhardt 41b077762c avcodec/movtextdec: Fix wrong error code 3 years ago
Andreas Rheinhardt bbc866c9c9 avcodec/movtextdec: Switch to pointer comparisons and bytestream API 3 years ago
Andreas Rheinhardt e1044e55e4 avcodec/movtextdec: Redo TextSampleModifierBox size checks 3 years ago
Andreas Rheinhardt efd7b35d06 avcodec/movtextdec: Use const where appropriate 3 years ago
Andreas Rheinhardt b9f5a26a39 avcodec/movtextdec: Improve size check 3 years ago
Andreas Rheinhardt cd693c9ec8 avcodec/movtextdec: Switch to smaller type 3 years ago
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