5106 Commits (4ad868497f2b5b10bff934f46f1b590c28e999de)

Author SHA1 Message Date
Lynne fe3ea13131
hwcontext_vulkan: remove plane size alignment checks when host importing 4 years ago
James Almer 134a48a880 tests/imgutils: test the output of av_image_fill_* functions 4 years ago
Shiyou Yin 0e0a9ca048 avutil/mips/generic_macros_msa: Fix prob that 'ulw' and 'uld' unsupported by clang. 4 years ago
Haihao Xiang fa3da243e6 hwcontext_vaapi: remove duplicate formats from sw_format list 4 years ago
Haihao Xiang d951eea6fd hwcontext_vaapi: avoid fd leak in vaapi_device_derive 4 years ago
James Almer 9faae05ddf avutil/imgutils: always zero data pointers in av_image_fill_pointers() 4 years ago
James Almer 5ce47d0aad avutil/imgutils: don't fill data pointers for missing planes 4 years ago
James Almer 84655b7101 avutil: bump version after addition of MIPS cpu flags 4 years ago
Jiaxun Yang e387fcd01c libavutil: Detect MMI and MSA flags for MIPS 4 years ago
Jiaxun Yang d5380f068d libavutils: Add parse_r helper for MIPS 4 years ago
Brian Kim fccbd1245f libavutil/frame: avoid UB when getting plane sizes 4 years ago
Brian Kim 3a8e927176 avutil/imgutils: add utility to get plane sizes 4 years ago
Limin Wang c24c6a1bee avutil/timecode: add description for SMPTE binary format 4 years ago
Philip Langdale 93febc4e15 avutil/hwcontext_vdpau: Correctly initialise pixfmts 4 years ago
Henrik Gramner 0b2b03568f avutil/x86inc: fix warnings when assembling with Nasm 2.15 4 years ago
ManojGuptaBonda ed5ee04722 avcodec/hevcdec: Add VDPAU to list of supported formats 4 years ago
Limin Wang 200c9b1c96 avutil/opt: check return value of av_bprint_finalize() 4 years ago
Michael Niedermayer 42b28565aa avutil/avsscanf: Add () to avoid integer overflow in scanexp() 4 years ago
Michael Niedermayer e409262837 avutil/common: Fix integer overflow in av_ceil_log2_c() 4 years ago
Limin Wang 79723c2a87 avutil/timecode: add function av_timecode_get_smpte() 4 years ago
Jun Zhao 0a0158e45d lavu/internal: Fix comment for avpriv_dict_set_timestamp 4 years ago
Limin Wang 2658680df4 avutil/internal: remove FF_ALLOCx{_ARRAY}_OR_GOTO macros 4 years ago
Limin Wang 0a1dc81723 avcodec/h264dec: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos lable 4 years ago
Fei Wang c00264f501 lavu/hwcontext_vaapi: add vaapi_format_map support for x2rgb10 4 years ago
Fei Wang b09fb030c1 lavu/pix_fmt: add new pixel format x2rgb10 4 years ago
Limin Wang bc8ab084fb avutil: add AV_FRAME_DATA_SEI_UNREGISTERED side data type 4 years ago
Anton Khirnov 1b4a98b029 lavu/opt: add a more general child class iteration API 4 years ago
Michael Niedermayer c5079bf3bc Bump minor versions after branching 4.3 5 years ago
Michael Niedermayer 0a8a96c251 Bump minor versions to separate 4.3 from master 5 years ago
Limin Wang 4bc5eb27a7 avutil/dict: av_realloc -> av_realloc_array() 5 years ago
Dale Curtis d9aa1ef2c2 avutil/mathematics: Fix overflow with NaN in av_add_stable() 5 years ago
James Almer b6c8444e23 avutil/buffer: separate public and internal flags inside AVBuffers 5 years ago
James Almer f2ad89beff avutil/buffer: avutil/buffer: add a mention that some arguments from av_buffer_pool_init2() may be NULL 5 years ago
James Almer ec39c2276a avutil/buffer: use the default allocator if none is provided to av_buffer_pool_init2() 5 years ago
Jun Zhao 0c79b73164 hwcontext_vulkan: fix make checkheaders fail 5 years ago
Limin Wang 77e15f01fb avutil/attributes: Fix too many warning: false is not defined [-Wundef] 5 years ago
Dale Curtis fda1c74539 Use gcc/clang builtins for av_sat_(add|sub)_64_c if available. 5 years ago
Lynne 64b12624e2
hwcontext_vulkan: fix uploading and downloading from/to flipped images 5 years ago
Lynne bf056caf54
hwcontext_vulkan: check for dedicated allocation when mapping from drm/vaapi 5 years ago
Lynne b6d4bedbb1
hwcontext_vulkan: initialize the frames context when deriving 5 years ago
Lynne 6bb718aabd
hwcontext_vulkan: use dedicated allocation for buffers when necessary 5 years ago
Lynne 4dcb50c58a
hwcontext_vulkan: use host mapped buffers when uploading and downloading 5 years ago
Andreas Rheinhardt 731c775898 avutil/mem: Use max_alloc_size as-is 5 years ago
Anton Khirnov 064b875e89 h264dec: support exporting QP tables through the AVVideoEncParams API 5 years ago
Lynne dc9cf7f2cd
hwcontext_vulkan: move physical device feature discovery to device_init 5 years ago
Lynne d870e75c39
hwcontext_vulkan: split uploading and downloading contexts 5 years ago
Lynne 192997dd7f
hwcontext_vulkan: set usage for DRM imports to the frames context usage 5 years ago
Lynne 2c6366590e
hwcontext_vulkan: do not OR the user-specified usage with our default flags 5 years ago
Lynne 98405422be
hwcontext_vulkan: actually use the frames exec context for prep/import/export 5 years ago
Lynne 3dd3d1b7fb
hwcontext_vulkan: support user-provided pools 5 years ago