summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* avutil/fifo: Don't include avutil.hAndreas Rheinhardt2022-02-24
* avutil/audio_fifo: Avoid avutil.h inclusionAndreas Rheinhardt2022-02-24
* avutil/log: Don't include avutil.hAndreas Rheinhardt2022-02-24
* lavu/vulkan: avoid using strlen as a loop conditionLynne2022-02-22
* avutil/x86/emms: Don't unnecessarily include lavu/cpu.hAndreas Rheinhardt2022-02-21
* lavu/hwcontext: clarify behavior on av_hwframe_map() failureAnton Khirnov2022-02-17
* lavu/hwcontext_opencl: clear dangling pointers on map failureAnton Khirnov2022-02-17
* lavu/fifo: add a test for _cb functionsAnton Khirnov2022-02-15
* lavu/fifo: fix a corner case in av_fifo_grow2()Anton Khirnov2022-02-15
* lavu/hwcontext_qsv: fix a potential infinite loopAnton Khirnov2022-02-15
* lavu/pixfmt: deprecate AV_PIX_FMT_XVMCAnton Khirnov2022-02-15
* avutil/tx: Fix documentation of av_tx_uninit()Andreas Rheinhardt2022-02-11
* lavu/fifo: fix regressionHaihao Xiang2022-02-09
* libavutil: include assembly with full path from source rootAlexander Kanavin2022-02-08
* avutil: use getauxval(3) for CPU capabilities on linux/android ARMAman Karmani2022-02-07
* lavu/tx: wrap missed string in NULL_IF_CONFIG_SMALLLynne2022-02-07
* lavu/tx: disable debugging information when CONFIG_SMALLLynne2022-02-07
* lavu/tx: refactor assembly codelet definitionLynne2022-02-07
* avutil/fifo: Deprecate old FIFO APIAnton Khirnov2022-02-07
* lavu/threadmessage: switch to new FIFO APIAnton Khirnov2022-02-07
* lavu/audio_fifo: switch to new FIFO APIAnton Khirnov2022-02-07
* lavu/audio_fifo: drop an unnecessary includeAnton Khirnov2022-02-07
* lavu/tests/fifo: switch to the new APIAnton Khirnov2022-02-07
* lavu/fifo: add a flag for automatically growing the FIFO as neededAnton Khirnov2022-02-07
* lavu/fifo: Add new AVFifo API based upon the notion of element sizeAnton Khirnov2022-02-07
* lavu/fifo: disallow overly large fifo sizesAnton Khirnov2022-02-07
* avutil/fifo: Use av_fifo_generic_peek_at() for av_fifo_generic_peek()Andreas Rheinhardt2022-02-07
* x86/tx_float: avoid redefining macrosLynne2022-02-02
* hwcontext_vulkan: use VkPhysicalDeviceTimelineSemaphoreFeaturesZhao Zhili2022-02-01
* avutil/tests/adler32: Remove unnecessary volatileAndreas Rheinhardt2022-01-29
* avutil/hwcontext_qsv: fix typoTimo Rothenpieler2022-01-29
* libavutil/hwcontext_opencl: fix a bug for mapping qsv frame to openclnyanmisaka2022-01-29
* x86/tx_float: mark AVX2 functions as AVXSLOWLynne2022-01-29
* lavu/tx: do not unconditionally free subcontexts if initialization failsLynne2022-01-29
* lavu/tx: reset subcontext pointer if initialization failsLynne2022-01-29
* lavu/tx: print debug info even if no transforms are foundLynne2022-01-28
* avutil/tx: add null pointer check after av_malloczSteven Liu2022-01-28
* avutil/tx: remove deadcode of the control flowSteven Liu2022-01-28
* hwcontext_vulkan: avoid using 64-bit enumsLynne2022-01-27
* lavu/tx: avoid using 64-bit enumsLynne2022-01-27
* x86/tx_float: add missing FF_TX_OUT_OF_PLACE flag to functionsLynne2022-01-27
* lavu/tx: clean up CPU flags checkLynne2022-01-27
* x86/tx_float: do not build tx_float_init.c if x86 assembly is disabledLynne2022-01-27
* lavu/tx: do not mix declarations and codeLynne2022-01-26
* x86/tx_float: add permute-free FFT versionsLynne2022-01-26
* lavu: bump minor and add APIchanges for new lavu/tx additionsLynne2022-01-26
* lavu/tx: add an RDFT implementationLynne2022-01-26
* lavu/tx: rewrite internal code as a tree-based codelet constructorLynne2022-01-26
* lavu/tx: improve documentation for existing transformsLynne2022-01-26
* avutil/pixfmt.h: typoDiederick Niehorster2022-01-21