5567 Commits (9bf9d42d013bb6ff17aca90d63e2e257a50a6dc3)

Author SHA1 Message Date
Andreas Rheinhardt 155cd6baa4 Remove obsolete version.h inclusions 3 years ago
Andreas Rheinhardt b389ff9a85 avutil/display: Don't include avutil.h 3 years ago
Andreas Rheinhardt 2c2d76b50d avutil/integer: Don't include common.h 3 years ago
Andreas Rheinhardt 94d5892bea avutil/pixelutils: Don't include common.h 3 years ago
Andreas Rheinhardt 8e7d2e4621 avutil/samplefmt: Don't include attributes.h, avutil.h 3 years ago
Andreas Rheinhardt e82d94ee46 avutil/imgutils: Don't include avutil.h 3 years ago
Andreas Rheinhardt 9d78acd861 avutil/eval: Don't include avutil.h 3 years ago
Andreas Rheinhardt eaba16ba70 avutil/file: Don't include avutil.h 3 years ago
Andreas Rheinhardt 0a1a8fcd56 avutil/fifo: Don't include avutil.h 3 years ago
Andreas Rheinhardt 99b5956af1 avutil/audio_fifo: Avoid avutil.h inclusion 3 years ago
Andreas Rheinhardt 321a3c244d avutil/log: Don't include avutil.h 3 years ago
Lynne 9e2deba9a9
lavu/vulkan: avoid using strlen as a loop condition 3 years ago
Andreas Rheinhardt 6c694074e1 avutil/x86/emms: Don't unnecessarily include lavu/cpu.h 3 years ago
Anton Khirnov 09ca2f1950 lavu/hwcontext: clarify behavior on av_hwframe_map() failure 3 years ago
Anton Khirnov 6fc5e5a52c lavu/hwcontext_opencl: clear dangling pointers on map failure 3 years ago
Anton Khirnov d512115267 lavu/fifo: add a test for _cb functions 3 years ago
Anton Khirnov e9acff8a01 lavu/fifo: fix a corner case in av_fifo_grow2() 3 years ago
Anton Khirnov 73b01844c2 lavu/hwcontext_qsv: fix a potential infinite loop 3 years ago
Anton Khirnov cefa595361 lavu/pixfmt: deprecate AV_PIX_FMT_XVMC 3 years ago
Andreas Rheinhardt d75c4cc7c1 avutil/tx: Fix documentation of av_tx_uninit() 3 years ago
Haihao Xiang 2727ff069e lavu/fifo: fix regression 3 years ago
Alexander Kanavin 91326dc942 libavutil: include assembly with full path from source root 3 years ago
Aman Karmani 2f299c0b8b avutil: use getauxval(3) for CPU capabilities on linux/android ARM 3 years ago
Lynne 04cc7a5548
lavu/tx: wrap missed string in NULL_IF_CONFIG_SMALL 3 years ago
Lynne eac4c3574b
lavu/tx: disable debugging information when CONFIG_SMALL 3 years ago
Lynne 3bbe9c5e38
lavu/tx: refactor assembly codelet definition 3 years ago
Anton Khirnov a10f1aec1f avutil/fifo: Deprecate old FIFO API 3 years ago
Anton Khirnov 90eef1c3de lavu/threadmessage: switch to new FIFO API 3 years ago
Anton Khirnov d1bd189c63 lavu/audio_fifo: switch to new FIFO API 3 years ago
Anton Khirnov 082136209c lavu/audio_fifo: drop an unnecessary include 3 years ago
Anton Khirnov 93ed375574 lavu/tests/fifo: switch to the new API 3 years ago
Anton Khirnov 14429f8fec lavu/fifo: add a flag for automatically growing the FIFO as needed 3 years ago
Anton Khirnov 7329b22c05 lavu/fifo: Add new AVFifo API based upon the notion of element size 3 years ago
Anton Khirnov 5939c8d361 lavu/fifo: disallow overly large fifo sizes 3 years ago
Andreas Rheinhardt 2d71f93c7c avutil/fifo: Use av_fifo_generic_peek_at() for av_fifo_generic_peek() 3 years ago
Lynne 2e82c61055
x86/tx_float: avoid redefining macros 3 years ago
Zhao Zhili b5a8b3d45a hwcontext_vulkan: use VkPhysicalDeviceTimelineSemaphoreFeatures 3 years ago
Andreas Rheinhardt 98cef1ebbe avutil/tests/adler32: Remove unnecessary volatile 3 years ago
Timo Rothenpieler 2f323b1978 avutil/hwcontext_qsv: fix typo 3 years ago
nyanmisaka 4cc7239d8b libavutil/hwcontext_opencl: fix a bug for mapping qsv frame to opencl 3 years ago
Lynne 35080149ef
x86/tx_float: mark AVX2 functions as AVXSLOW 3 years ago
Lynne 7e35e0224c
lavu/tx: do not unconditionally free subcontexts if initialization fails 3 years ago
Lynne 265731f201
lavu/tx: reset subcontext pointer if initialization fails 3 years ago
Lynne 95f02e43e1
lavu/tx: print debug info even if no transforms are found 3 years ago
Steven Liu 9887ec3e9b avutil/tx: add null pointer check after av_mallocz 3 years ago
Steven Liu f0044d886f avutil/tx: remove deadcode of the control flow 3 years ago
Lynne 3c831847a8
hwcontext_vulkan: avoid using 64-bit enums 3 years ago
Lynne 238e11b71f
lavu/tx: avoid using 64-bit enums 3 years ago
Lynne 6c397f6bb5
x86/tx_float: add missing FF_TX_OUT_OF_PLACE flag to functions 3 years ago
Lynne 008c131d68
lavu/tx: clean up CPU flags check 3 years ago