Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-09arm64: Add Armv8.3-A PAC support to assembly filesAndre Kempe
2022-03-02avutil: [loongarch] Update loongson_intrinsics.h to v1.1.0Hao Chen
2022-03-01avutil: support for CUVA Vivid HDR metadataLimin Wang
2022-02-26avutil: make lzo always compileJames Almer
2022-02-24Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt
2022-02-24avutil/avassert: Don't include avutil.hAndreas Rheinhardt
2022-02-24Remove obsolete version.h inclusionsAndreas Rheinhardt
2022-02-24avutil/display: Don't include avutil.hAndreas Rheinhardt
2022-02-24avutil/integer: Don't include common.hAndreas Rheinhardt
2022-02-24avutil/pixelutils: Don't include common.hAndreas Rheinhardt
2022-02-24avutil/samplefmt: Don't include attributes.h, avutil.hAndreas Rheinhardt
2022-02-24avutil/imgutils: Don't include avutil.hAndreas Rheinhardt
2022-02-24avutil/eval: Don't include avutil.hAndreas Rheinhardt
2022-02-24avutil/file: Don't include avutil.hAndreas Rheinhardt
2022-02-24avutil/fifo: Don't include avutil.hAndreas Rheinhardt
2022-02-24avutil/audio_fifo: Avoid avutil.h inclusionAndreas Rheinhardt
2022-02-24avutil/log: Don't include avutil.hAndreas Rheinhardt
2022-02-22lavu/vulkan: avoid using strlen as a loop conditionLynne
2022-02-21avutil/x86/emms: Don't unnecessarily include lavu/cpu.hAndreas Rheinhardt
2022-02-17lavu/hwcontext: clarify behavior on av_hwframe_map() failureAnton Khirnov
2022-02-17lavu/hwcontext_opencl: clear dangling pointers on map failureAnton Khirnov
2022-02-15lavu/fifo: add a test for _cb functionsAnton Khirnov
2022-02-15lavu/fifo: fix a corner case in av_fifo_grow2()Anton Khirnov
2022-02-15lavu/hwcontext_qsv: fix a potential infinite loopAnton Khirnov
2022-02-15lavu/pixfmt: deprecate AV_PIX_FMT_XVMCAnton Khirnov
2022-02-11avutil/tx: Fix documentation of av_tx_uninit()Andreas Rheinhardt
2022-02-09lavu/fifo: fix regressionHaihao Xiang
2022-02-08libavutil: include assembly with full path from source rootAlexander Kanavin
2022-02-08avutil: use getauxval(3) for CPU capabilities on linux/android ARMAman Karmani
2022-02-07lavu/tx: wrap missed string in NULL_IF_CONFIG_SMALLLynne
2022-02-07lavu/tx: disable debugging information when CONFIG_SMALLLynne
2022-02-07lavu/tx: refactor assembly codelet definitionLynne
2022-02-07avutil/fifo: Deprecate old FIFO APIAnton Khirnov
2022-02-07lavu/threadmessage: switch to new FIFO APIAnton Khirnov
2022-02-07lavu/audio_fifo: switch to new FIFO APIAnton Khirnov
2022-02-07lavu/audio_fifo: drop an unnecessary includeAnton Khirnov
2022-02-07lavu/tests/fifo: switch to the new APIAnton Khirnov
2022-02-07lavu/fifo: add a flag for automatically growing the FIFO as neededAnton Khirnov
2022-02-07lavu/fifo: Add new AVFifo API based upon the notion of element sizeAnton Khirnov
2022-02-07lavu/fifo: disallow overly large fifo sizesAnton Khirnov
2022-02-07avutil/fifo: Use av_fifo_generic_peek_at() for av_fifo_generic_peek()Andreas Rheinhardt
2022-02-02x86/tx_float: avoid redefining macrosLynne
2022-02-02hwcontext_vulkan: use VkPhysicalDeviceTimelineSemaphoreFeaturesZhao Zhili
2022-01-29avutil/tests/adler32: Remove unnecessary volatileAndreas Rheinhardt
2022-01-29avutil/hwcontext_qsv: fix typoTimo Rothenpieler
2022-01-29libavutil/hwcontext_opencl: fix a bug for mapping qsv frame to openclnyanmisaka
2022-01-29x86/tx_float: mark AVX2 functions as AVXSLOWLynne
2022-01-29lavu/tx: do not unconditionally free subcontexts if initialization failsLynne
2022-01-29lavu/tx: reset subcontext pointer if initialization failsLynne
2022-01-28lavu/tx: print debug info even if no transforms are foundLynne