5117 Commits (ab4876163bc8173d5bc12e068283ee790672e8b8)

Author SHA1 Message Date
Michael Niedermayer 4a02ae49c2 avutil/fixed_dsp: Fix integer overflows in butterflies_fixed_c() 4 years ago
James Almer 7cc8a2bb0b avutil/cuda_check: add missing dynlink_loader.h include 4 years ago
Marton Balint 837b6eb90e avutil/timecode: add av_timecode_make_smpte_tc_string2 4 years ago
Marton Balint 5357401671 avutil/timecode: do not trash bits on invalid av_timecode_get_smpte arguments 4 years ago
Marton Balint d0596e0bb0 avutil/timecode: cosmetics on av_timecode_get_smpte 4 years ago
Marton Balint 00117e28c1 avutil/timecode: fix av_timecode_get_smpte_from_framenum with 50/60 fps 4 years ago
Mark Thompson 303d252a4b hwcontext_vaapi: Don't require a render node when deriving from DRM 4 years ago
Nicolas George 2b71cd3e0b lavu/buffer: forward av_buffer_realloc() error code. 4 years ago
Nicolas George 06f2651204 lavu/avstring: deprecate av_d2str(). 4 years ago
leozhang 3b7036bc1d avutil/video_enc_params: fix code comment 4 years ago
Jan Ekström 34de0abbe7 avutil/channel_layout: add 22.2 layout 4 years ago
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 5 years ago
Anton Khirnov 1b4a98b029 lavu/opt: add a more general child class iteration API 5 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