5174 Commits (aa34e99f889af37e5c719737de1347e4985e0196)

Author SHA1 Message Date
Lynne aa34e99f88
lavu/tx: space out enum AVTXType values with newlines 4 years ago
Andreas Rheinhardt c9d9c60746 avutil/video_enc_params: Check for truncation before creating buffer 4 years ago
Andreas Rheinhardt 39df279c74 avutil/video_enc_params: Combine overflow checks 4 years ago
Andreas Rheinhardt bd50e715a9 avutil/common: Move everything inside inclusion guards 4 years ago
Michael Niedermayer 7a23952614 avutil/mathematics: Fix undefined negation in av_compare_ts() 4 years ago
Michael Niedermayer 1bda9bb68a libavutil/common: Add FFABS64U() 4 years ago
Michael Niedermayer 8574fcbfc7 libavutil/eval: Remove CONFIG_TRAPV special handling 4 years ago
Guo, Yejun 149bfc2445 libavutil/frame.h: correct typo for AVFilmGrainParams in comment 4 years ago
Michael Niedermayer 5dd9567080 avutil/common: Add FFABSU() for a signed -> unsigned ABS 4 years ago
Marton Balint 16766bf8a8 Revert "avutil/timecode: fix sscanf format string with garbage at the end" 4 years ago
Xu Guangxin ae97f69ce1 avutils/vulkan: hwmap, respect src frame resolution 4 years ago
rcombs eabf5e6d6b All: update names in copyright headers 4 years ago
Michael Niedermayer 1b19057396 avutil/timecode: Avoid undefined behavior with large framenum 4 years ago
Limin Wang 6696a07ac6 avutil/timecode: fix sscanf format string with garbage at the end 4 years ago
James Almer f6477ac9f4 avutil/tx: use ENOSYS instead of ENOTSUP 4 years ago
Lynne 06a8596825
lavu: support arbitrary-point FFTs and all even (i)MDCT transforms 4 years ago
Michael Niedermayer 90e4862ffa avutil/eval: Unconditionally check argument of e_div 4 years ago
Lynne 91e1625db1
lavu/tx: clip when converting table values to fixed-point 4 years ago
Andreas Rheinhardt 2c6f532e0a Mark some pointers as const 4 years ago
Anton Khirnov baecaa16c1 mpegvideo: use the AVVideoEncParams API for exporting QP tables 4 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Anton Khirnov c8c2dfbc37 lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 4 years ago
Lynne 53c56585a6
hwcontext_drm: make dependency on Linux kernel headers optional 4 years ago
Marvin Scholz d67c6c7f6f lavu: use address-of operator checking clock_gettime 4 years ago
Lynne b51b9bbd42
hwcontext_vulkan: wait and signal semaphores when transferring to CUDA 4 years ago
Limin Wang 48235c8263 avutil/opt: add AV_OPT_FLAG_DEPRECATED option 4 years ago
Marton Balint eca12f4d5a avutil/timecode: add av_timecode_init_from_components 4 years ago
Marton Balint 2d90d51c56 avutil/timecode: allow drop frame timecodes for multiples of 30000/1001 fps 4 years ago
James Almer 53b4550bdd avutil/film_grain_params: fix doxy for ar_coeff_* fields 4 years ago
Paul B Mahol 13df9bfbcb avutil/avsscanf: fix possible overreads when dealing with %c or %s 4 years ago
Lynne 659e6e9c88
hwcontext_vulkan: reduce priority for PACK32 formats 4 years ago
James Almer ee61d4dc68 avutil/film_grain_params: add more details to some AVFilmGrainAOMParams fields 4 years ago
Lynne 2ba04670c3
lavu/film_grain_params: fix typo in type enum 4 years ago
Niklas Haas 3fbc74582f
hwcontext_vulkan: optionally enable more functionality 4 years ago
Lynne 2aeb152653
hwcontext_vulkan: support additional pixel formats 4 years ago
Lynne 48b3532183
hwcontext_vulkan: fix incorrect A/0BGR mapping 4 years ago
Lynne 3aa8de12ab
hwcontext_vulkan: simplify plane size calculations and support 4-plane formats 4 years ago
Lynne 7b274a9b89
hwcontext_vulkan: do not segfault when failing to init a AVHWFramesContext 4 years ago
Lynne 18a6535b08
hwcontext_vulkan: always attempt to map host memory when transferring 4 years ago
Lynne 9cf1811d3d
hwcontext_vulkan: check for memory size before choosing type 4 years ago
Lynne ff29ca2f1f
hwcontext_vulkan: correctly access the p->extensions bitmask 4 years ago
Lynne b83e0560f7
hwcontext_vulkan: unify download/upload functions 4 years ago
Lynne b4f9d05301
hwcontext_vulkan: add VkExternalMemoryBufferCreateInfo to imported buffers 4 years ago
Lynne 10b3c9b533
hwcontext_vulkan: do not use uninitialized variables on errors in CUDA code 4 years ago
Lynne 993d8d9429
hwcontext_drm: issue DMA_BUF_IOCTL_SYNC when mapping FDs 4 years ago
Lynne 4f9ee87253
libavutil: introduce AVFilmGrainParams side data 4 years ago
Anton Khirnov 800feae5d6 lavu: add missing stddef.h includes for size_t. 4 years ago
Gil Pedersen 7ac1dc2364 avutil/frame: fix potential leaks in av_frame_ref() 4 years ago
Gil Pedersen 2b6b19dd9b avutil/frame: use av_buffer_replace() to simplify code 4 years ago
Timo Rothenpieler 98d3f23598 avutil/hwcontext_cuda: fix edge case with non-even frame heights 4 years ago