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-10-08avutil/detection_bbox: Fix av_detection_bbox_alloc failed if nb_bboxes == 0Limin Wang
2021-10-08avutil/detection_bbox: use offsetof for bboxes_offsetLimin Wang
2021-10-02avutil/md5: Avoid av_unused variableAndreas Rheinhardt
2021-09-29avutil/utils: Remove racy check from avutil_version()Andreas Rheinhardt
2021-09-27avutil/tests/opt: Set AVClass.versionAndreas Rheinhardt
2021-09-27avutil/opt: Remove outdated version checkAndreas Rheinhardt
2021-09-26lavu/pix_fmt: add pixel format for x2bgr10Manuel Stoeckl
2021-09-24libavutil/hwcontext_qsv: fix a bug for mapping qsv frame to vaapiWenbin Chen
2021-09-20avutil/mem: Deprecate av_mallocz_array()Andreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-09-20avutil/opt: Simplify av_opt_set_dict2()Andreas Rheinhardt
2021-09-20avutil/opt: Also warn for deprecated named constantsAndreas Rheinhardt
2021-09-19avutil/buffer: Avoid allocation of AVBuffer when using buffer poolAndreas Rheinhardt
2021-09-17avutil/buffer: constify some function parametersJames Almer
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