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
2021-09-08libavutil/hwcontext_d3d11va: adding more texture information to the D3D11 hwc...Artem Galin
2021-09-08libavutil/hwcontext_qsv: add usage child_device_type argument to explicitly s...Artem Galin
2021-09-08libavutil/hwcontext_qsv: supporting d3d11va device typeArtem Galin
2021-08-29lavu/slicethread: return ENOSYS rather than EINVAL in the dummy funcAnton Khirnov
2021-08-26avutil/log: Reorder elements of AVClass to make it smallerAndreas Rheinhardt
2021-08-24avcodec/h264_slice: compute and export film grain seedNiklas Haas
2021-08-17avutil/opt: Document actual behaviour of av_opt_copy a bit moreAndreas Rheinhardt
2021-08-14lavu/internal: add FF_FIELD_AT().Nicolas George
2021-08-14hwcontext_vulkan: use GPU memcpy when copying to system RAMLynne
2021-08-14imgutils: expose av_image_copy_plane_uc_from()Lynne
2021-08-12avutil/mem: Correct av_calloc() documentationAndreas Rheinhardt
2021-08-12avutil/mem: Reinline av_size_mult() internallyAndreas Rheinhardt
2021-08-07avutil/tx: add a return at the end of non-void functionsJames Almer
2021-08-05avutil/internal: Move MAKE_ACCESSORS to its only userAndreas Rheinhardt
2021-08-05Move ff_tlog() from lavc/internal.h to lavu/internal.hAndreas Rheinhardt
2021-08-04avutil/Makefile: Apply CFLAGS for compilationAndreas Rheinhardt
2021-07-29avutil/error: Include macros.h for MKTAGAndreas Rheinhardt
2021-07-29avutil/common, macros: Move several macros from common.h to macros.hAndreas Rheinhardt
2021-07-29avutil/mips: Use $at as MMI macro temporary registerJiaxun Yang
2021-07-29avutil/mips: Use MMI_{L, S}QC1 macro in {SAVE, RECOVER}_REGJiaxun Yang
2021-07-23avutil/film_grain_params: add support for H.274 Film Grain CharacteristicsJames Almer
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-07-22Remove unnecessary mem.h inclusionsAndreas Rheinhardt
2021-07-22Remove obsolete version.h inclusionsAndreas Rheinhardt
2021-07-22avutil/internal, swresample/audioconvert: Remove cpu.h inclusionsAndreas Rheinhardt
2021-07-22avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt
2021-07-21lavu/kperf: use ff_thread_once()J. Dekker
2021-07-21avutil/macos_kperf: add missing header guardsJames Almer
2021-07-20lavu/checkasm: add (private) kperf timing for macOSJ. Dekker
2021-07-20lavu/cpu: Use av_cpu_ prefixThilo Borgmann
2021-07-18avutil/hwcontext_videotoolbox: implement hwupload to convert AVFrame to CVPix...Aman Karmani
2021-07-18x86/tx_float: correctly load the transform lengthLynne
2021-07-16lavu/cpu.c: Add av_force_cpu_count() to override auto-detection.Thilo Borgmann
2021-06-18avutil/tx: avoid negative left shiftsMichael Niedermayer
2021-06-13avutil/samplefmt: don't add offsets to NULL pointersJames Almer
2021-06-13avutil/samplefmt: remove outdated commentJames Almer
2021-06-13avutil/tests/audio_ffio: add missing headerMatthieu Patou
2021-06-13avutil/tests/lzo: remove timer macrosJames Almer
2021-06-11lavu/mem: un-inline av_size_mult()Anton Khirnov
2021-06-10lavu/video_enc_params: make sure blocks are properly alignedAnton Khirnov
2021-06-10hwcontext_vulkan: fix typo in vulkan_device_init()Lynne
2021-06-08avutil/opt: Check directly for av_dict_copy() failureAndreas Rheinhardt
2021-06-03libavcodec/mips: Fix build errors reported by clangJin Bo
2021-06-02pixfmt: fixed wrong fix of commentValerii Zapodovnikov
2021-05-31avutil/mem: use GCC builtins to check for overflow in av_size_mult()James Almer
2021-05-27avutil/mem: check for max_alloc_size in av_fast_malloc()James Almer
2021-05-27avutil/mem: make ff_fast_malloc() internal to mem.cJames Almer
2021-05-23avutil/mem: make max_alloc_size an atomic typeJames Almer
2021-05-12avutil/imgutils: don't add offsets to NULL pointersJames Almer
2021-05-07mips: Fix potential illegal instruction error.Shiyou Yin