5306 Commits (2c734a84964c6f6896194b0a3175124897468eac)

Author SHA1 Message Date
Limin Wang 9997047a18 avutil/detection_bbox: Fix av_detection_bbox_alloc failed if nb_bboxes == 0 3 years ago
Limin Wang e724004fd8 avutil/detection_bbox: use offsetof for bboxes_offset 3 years ago
Andreas Rheinhardt 03a0dbaff3 avutil/md5: Avoid av_unused variable 3 years ago
Andreas Rheinhardt ff80090374 avutil/utils: Remove racy check from avutil_version() 3 years ago
Andreas Rheinhardt 4e135347a7 avutil/tests/opt: Set AVClass.version 3 years ago
Andreas Rheinhardt 386a4989df avutil/opt: Remove outdated version check 3 years ago
Manuel Stoeckl 0760d9153c lavu/pix_fmt: add pixel format for x2bgr10 3 years ago
Wenbin Chen f2891fbded libavutil/hwcontext_qsv: fix a bug for mapping qsv frame to vaapi 3 years ago
Andreas Rheinhardt 8d5de914d3 avutil/mem: Deprecate av_mallocz_array() 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Andreas Rheinhardt 3df34e7bf7 avutil/opt: Simplify av_opt_set_dict2() 3 years ago
Andreas Rheinhardt 3ba1bbf8d0 avutil/opt: Also warn for deprecated named constants 3 years ago
Andreas Rheinhardt 4e0da7d311 avutil/buffer: Avoid allocation of AVBuffer when using buffer pool 3 years ago
James Almer ccfdef79b1 avutil/buffer: constify some function parameters 3 years ago
Artem Galin 4f78711f9c libavutil/hwcontext_d3d11va: adding more texture information to the D3D11 hwcontext API 3 years ago
Artem Galin f1cd1dc6ce libavutil/hwcontext_qsv: add usage child_device_type argument to explicitly select d3d11va/DX11 device type 3 years ago
Artem Galin a08a5299ac libavutil/hwcontext_qsv: supporting d3d11va device type 3 years ago
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