5289 Commits (f265374bc0b234fa26b744945d55981e8c6062d5)

Author SHA1 Message Date
Anton Khirnov fdc0bb78fe lavu/slicethread: return ENOSYS rather than EINVAL in the dummy func 3 years ago
Andreas Rheinhardt 81b6186920 avutil/log: Reorder elements of AVClass to make it smaller 3 years ago
Niklas Haas cf37c3fb6c avcodec/h264_slice: compute and export film grain seed 3 years ago
Andreas Rheinhardt 8c53b14599 avutil/opt: Document actual behaviour of av_opt_copy a bit more 3 years ago
Nicolas George 1d8e1afc00 lavu/internal: add FF_FIELD_AT(). 3 years ago
Lynne 1c5610824a
hwcontext_vulkan: use GPU memcpy when copying to system RAM 3 years ago
Lynne d5de9965ef
imgutils: expose av_image_copy_plane_uc_from() 3 years ago
Andreas Rheinhardt 21c7df0d22 avutil/mem: Correct av_calloc() documentation 3 years ago
Andreas Rheinhardt f9126b62b6 avutil/mem: Reinline av_size_mult() internally 3 years ago
James Almer 35331aa266 avutil/tx: add a return at the end of non-void functions 3 years ago
Andreas Rheinhardt 2146b65553 avutil/internal: Move MAKE_ACCESSORS to its only user 3 years ago
Andreas Rheinhardt 549502868d Move ff_tlog() from lavc/internal.h to lavu/internal.h 3 years ago
Andreas Rheinhardt 7ab0207d4b avutil/Makefile: Apply CFLAGS for compilation 3 years ago
Andreas Rheinhardt 5088c7c733 avutil/error: Include macros.h for MKTAG 3 years ago
Andreas Rheinhardt 2dd8acbe80 avutil/common, macros: Move several macros from common.h to macros.h 3 years ago
Jiaxun Yang a1cd62883f avutil/mips: Use $at as MMI macro temporary register 3 years ago
Jiaxun Yang b868272d7e avutil/mips: Use MMI_{L, S}QC1 macro in {SAVE, RECOVER}_REG 3 years ago
James Almer e3b5ff17c2 avutil/film_grain_params: add support for H.274 Film Grain Characteristics 3 years ago
Andreas Rheinhardt 2934a4b9a5 Remove unnecessary avassert.h inclusions 3 years ago
Andreas Rheinhardt 4608f7cc6a Remove unnecessary mem.h inclusions 3 years ago
Andreas Rheinhardt e7bd47e657 Remove obsolete version.h inclusions 3 years ago
Andreas Rheinhardt 2c05ee092b avutil/internal, swresample/audioconvert: Remove cpu.h inclusions 3 years ago
Andreas Rheinhardt 69f120ead7 avcodec/avcodec: Don't include cpu.h 3 years ago
J. Dekker c866a099b2 lavu/kperf: use ff_thread_once() 3 years ago
James Almer f9d5050d28 avutil/macos_kperf: add missing header guards 3 years ago
J. Dekker 9a727235fd lavu/checkasm: add (private) kperf timing for macOS 3 years ago
Thilo Borgmann c1bf56a526 lavu/cpu: Use av_cpu_ prefix 3 years ago
Aman Karmani 504c60660d avutil/hwcontext_videotoolbox: implement hwupload to convert AVFrame to CVPixelBuffer 3 years ago
Lynne 997f9bdb99
x86/tx_float: correctly load the transform length 3 years ago
Thilo Borgmann 87951dcbe7 lavu/cpu.c: Add av_force_cpu_count() to override auto-detection. 3 years ago
Michael Niedermayer 85b883429f avutil/tx: avoid negative left shifts 3 years ago
James Almer 8a6103326e avutil/samplefmt: don't add offsets to NULL pointers 3 years ago
James Almer 7916c14713 avutil/samplefmt: remove outdated comment 3 years ago
Matthieu Patou 163559ed62 avutil/tests/audio_ffio: add missing header 3 years ago
James Almer 75f0bc651f avutil/tests/lzo: remove timer macros 3 years ago
Anton Khirnov 580e168a94 lavu/mem: un-inline av_size_mult() 3 years ago
Anton Khirnov c8778606b3 lavu/video_enc_params: make sure blocks are properly aligned 3 years ago
Lynne 08d933bf61
hwcontext_vulkan: fix typo in vulkan_device_init() 3 years ago
Andreas Rheinhardt 7e03d962a4 avutil/opt: Check directly for av_dict_copy() failure 3 years ago
Jin Bo fd5fd48659 libavcodec/mips: Fix build errors reported by clang 4 years ago
Valerii Zapodovnikov 6b1268f8c3 pixfmt: fixed wrong fix of comment 4 years ago
James Almer baf5cc5b7a avutil/mem: use GCC builtins to check for overflow in av_size_mult() 4 years ago
James Almer 918fc9a0ed avutil/mem: check for max_alloc_size in av_fast_malloc() 4 years ago
James Almer 786be70e28 avutil/mem: make ff_fast_malloc() internal to mem.c 4 years ago
James Almer be96f4b616 avutil/mem: make max_alloc_size an atomic type 4 years ago
James Almer fc99d59553 avutil/imgutils: don't add offsets to NULL pointers 4 years ago
Shiyou Yin ab04fedaaa mips: Fix potential illegal instruction error. 4 years ago
Andreas Rheinhardt 8b83a4a885 avutil/mem: Also poison new av_realloc-allocated blocks 4 years ago
Lynne cf17e2323f hwcontext_vulkan: dlopen libvulkan 4 years ago
Lynne 4a6581e968 hwcontext_vulkan: dynamically load functions 4 years ago