| Commit message (Expand) | Author | Age | Files | Lines |
* | lavu/vulkan: avoid using strlen as a loop condition | Lynne | 2022-02-22 | 1 | -1/+2 |
* | avutil/x86/emms: Don't unnecessarily include lavu/cpu.h | Andreas Rheinhardt | 2022-02-21 | 1 | -1/+4 |
* | lavu/hwcontext: clarify behavior on av_hwframe_map() failure | Anton Khirnov | 2022-02-17 | 2 | -2/+29 |
* | lavu/hwcontext_opencl: clear dangling pointers on map failure | Anton Khirnov | 2022-02-17 | 1 | -0/+5 |
* | lavu/fifo: add a test for _cb functions | Anton Khirnov | 2022-02-15 | 1 | -0/+101 |
* | lavu/fifo: fix a corner case in av_fifo_grow2() | Anton Khirnov | 2022-02-15 | 1 | -1/+1 |
* | lavu/hwcontext_qsv: fix a potential infinite loop | Anton Khirnov | 2022-02-15 | 1 | -49/+31 |
* | lavu/pixfmt: deprecate AV_PIX_FMT_XVMC | Anton Khirnov | 2022-02-15 | 3 | -0/+5 |
* | avutil/tx: Fix documentation of av_tx_uninit() | Andreas Rheinhardt | 2022-02-11 | 1 | -1/+1 |
* | lavu/fifo: fix regression | Haihao Xiang | 2022-02-09 | 1 | -1/+3 |
* | libavutil: include assembly with full path from source root | Alexander Kanavin | 2022-02-08 | 7 | -7/+7 |
* | avutil: use getauxval(3) for CPU capabilities on linux/android ARM | Aman Karmani | 2022-02-07 | 1 | -3/+21 |
* | lavu/tx: wrap missed string in NULL_IF_CONFIG_SMALL | Lynne | 2022-02-07 | 1 | -1/+1 |
* | lavu/tx: disable debugging information when CONFIG_SMALL | Lynne | 2022-02-07 | 2 | -19/+29 |
* | lavu/tx: refactor assembly codelet definition | Lynne | 2022-02-07 | 2 | -93/+71 |
* | avutil/fifo: Deprecate old FIFO API | Anton Khirnov | 2022-02-07 | 3 | -2/+50 |
* | lavu/threadmessage: switch to new FIFO API | Anton Khirnov | 2022-02-07 | 1 | -19/+19 |
* | lavu/audio_fifo: switch to new FIFO API | Anton Khirnov | 2022-02-07 | 1 | -27/+17 |
* | lavu/audio_fifo: drop an unnecessary include | Anton Khirnov | 2022-02-07 | 1 | -1/+0 |
* | lavu/tests/fifo: switch to the new API | Anton Khirnov | 2022-02-07 | 1 | -26/+21 |
* | lavu/fifo: add a flag for automatically growing the FIFO as needed | Anton Khirnov | 2022-02-07 | 2 | -3/+51 |
* | lavu/fifo: Add new AVFifo API based upon the notion of element size | Anton Khirnov | 2022-02-07 | 3 | -1/+406 |
* | lavu/fifo: disallow overly large fifo sizes | Anton Khirnov | 2022-02-07 | 1 | -1/+13 |
* | avutil/fifo: Use av_fifo_generic_peek_at() for av_fifo_generic_peek() | Andreas Rheinhardt | 2022-02-07 | 1 | -20/+1 |
* | x86/tx_float: avoid redefining macros | Lynne | 2022-02-02 | 1 | -6/+6 |
* | hwcontext_vulkan: use VkPhysicalDeviceTimelineSemaphoreFeatures | Zhao Zhili | 2022-02-01 | 1 | -1/+11 |
* | avutil/tests/adler32: Remove unnecessary volatile | Andreas Rheinhardt | 2022-01-29 | 1 | -2/+1 |
* | avutil/hwcontext_qsv: fix typo | Timo Rothenpieler | 2022-01-29 | 1 | -1/+1 |
* | libavutil/hwcontext_opencl: fix a bug for mapping qsv frame to opencl | nyanmisaka | 2022-01-29 | 2 | -1/+47 |
* | x86/tx_float: mark AVX2 functions as AVXSLOW | Lynne | 2022-01-29 | 1 | -2/+2 |
* | lavu/tx: do not unconditionally free subcontexts if initialization fails | Lynne | 2022-01-29 | 1 | -1/+2 |
* | lavu/tx: reset subcontext pointer if initialization fails | Lynne | 2022-01-29 | 1 | -1/+1 |
* | lavu/tx: print debug info even if no transforms are found | Lynne | 2022-01-28 | 1 | -8/+10 |
* | avutil/tx: add null pointer check after av_mallocz | Steven Liu | 2022-01-28 | 1 | -1/+6 |
* | avutil/tx: remove deadcode of the control flow | Steven Liu | 2022-01-28 | 1 | -3/+0 |
* | hwcontext_vulkan: avoid using 64-bit enums | Lynne | 2022-01-27 | 1 | -1/+1 |
* | lavu/tx: avoid using 64-bit enums | Lynne | 2022-01-27 | 1 | -12/+9 |
* | x86/tx_float: add missing FF_TX_OUT_OF_PLACE flag to functions | Lynne | 2022-01-27 | 1 | -2/+2 |
* | lavu/tx: clean up CPU flags check | Lynne | 2022-01-27 | 1 | -1/+2 |
* | x86/tx_float: do not build tx_float_init.c if x86 assembly is disabled | Lynne | 2022-01-27 | 2 | -2/+3 |
* | lavu/tx: do not mix declarations and code | Lynne | 2022-01-26 | 1 | -3/+3 |
* | x86/tx_float: add permute-free FFT versions | Lynne | 2022-01-26 | 2 | -59/+158 |
* | lavu: bump minor and add APIchanges for new lavu/tx additions | Lynne | 2022-01-26 | 1 | -1/+1 |
* | lavu/tx: add an RDFT implementation | Lynne | 2022-01-26 | 3 | -1/+154 |
* | lavu/tx: rewrite internal code as a tree-based codelet constructor | Lynne | 2022-01-26 | 6 | -856/+1673 |
* | lavu/tx: improve documentation for existing transforms | Lynne | 2022-01-26 | 1 | -30/+15 |
* | avutil/pixfmt.h: typo | Diederick Niehorster | 2022-01-21 | 1 | -1/+1 |
* | lavu/hwcontext_vulkan: clear dangling pointers on map failure | Anton Khirnov | 2022-01-21 | 1 | -0/+1 |
* | avutil/parseutils: use quadhd for Quad HD | Limin Wang | 2022-01-12 | 1 | -1/+1 |
* | lavu/fifo: return errors on trying to read/write too much | Anton Khirnov | 2022-01-10 | 2 | -8/+18 |