5480 Commits (3b3b8eb8ef5a92263e17f504009d335b7d2b6361)

Author SHA1 Message Date
Lynne 9ddaf0c9f0
lavu/tx: simplify in-place permute search function 4 years ago
Lynne 10341743d2
lavu/tx: require output argument to match input for inplace transforms 4 years ago
James Almer 45a2902976 avutil/buffer: free all pooled buffers immediately after uninitializing the pool 4 years ago
Andreas Rheinhardt c7c7aa85b7 avutil/tx: Fix declaration after statement 4 years ago
Martin Storsjö ee040a7fc2 arm/aarch64: Use mach_absolute_time as timer on apple platforms 4 years ago
Lynne 5ca40d6d94
lavu/tx: support in-place FFT transforms 4 years ago
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