summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* lavu: move hwcontext_vulkan's function loader into separate filesLynne2021-11-12
* hwcontext_vulkan: clean up extensions code and add additional defaultsLynne2021-11-12
* hwcontext_vulkan: host wait on semaphores before freeing frameLynne2021-11-12
* hwcontext_vulkan: report device that's usedLynne2021-11-12
* vulkan: add support for encode and decode queues and refactor queue codeLynne2021-11-12
* hwcontext_vulkan: port CUDA interop to use timeline semaphoresLynne2021-11-12
* hwcontext_vulkan: fix mapping from/to DRM/VAAPI framesLynne2021-11-12
* hwcontext_vulkan: switch to using timeline semaphoresLynne2021-11-12
* hwcontext_vulkan: bump required Vulkan loader version to 1.2Lynne2021-11-12
* avutil/opt: handle whole range of int64_t in av_opt_get_intZhao Zhili2021-11-11
* avutil/parseutils: add qhd(Quad HD) or wqhd(Wide Quad HD) for 1440pLimin Wang2021-11-03
* avutil/hwcontext_videotoolbox: fix use of unknown builtin '__builtin_available'Limin Wang2021-11-03
* avutil/mathematics: Document av_rescale_rnd() behavior on non int64 resultsMichael Niedermayer2021-10-21
* avutil/detection_bbox: Fix av_detection_bbox_alloc failed if nb_bboxes == 0Limin Wang2021-10-08
* avutil/detection_bbox: use offsetof for bboxes_offsetLimin Wang2021-10-08
* avutil/md5: Avoid av_unused variableAndreas Rheinhardt2021-10-02
* avutil/utils: Remove racy check from avutil_version()Andreas Rheinhardt2021-09-29
* avutil/tests/opt: Set AVClass.versionAndreas Rheinhardt2021-09-27
* avutil/opt: Remove outdated version checkAndreas Rheinhardt2021-09-27
* lavu/pix_fmt: add pixel format for x2bgr10Manuel Stoeckl2021-09-26
* libavutil/hwcontext_qsv: fix a bug for mapping qsv frame to vaapiWenbin Chen2021-09-23
* avutil/mem: Deprecate av_mallocz_array()Andreas Rheinhardt2021-09-20
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avutil/opt: Simplify av_opt_set_dict2()Andreas Rheinhardt2021-09-20
* avutil/opt: Also warn for deprecated named constantsAndreas Rheinhardt2021-09-20
* avutil/buffer: Avoid allocation of AVBuffer when using buffer poolAndreas Rheinhardt2021-09-18
* avutil/buffer: constify some function parametersJames Almer2021-09-17
* libavutil/hwcontext_d3d11va: adding more texture information to the D3D11 hwc...Artem Galin2021-09-08
* libavutil/hwcontext_qsv: add usage child_device_type argument to explicitly s...Artem Galin2021-09-08
* libavutil/hwcontext_qsv: supporting d3d11va device typeArtem Galin2021-09-08
* lavu/slicethread: return ENOSYS rather than EINVAL in the dummy funcAnton Khirnov2021-08-29
* avutil/log: Reorder elements of AVClass to make it smallerAndreas Rheinhardt2021-08-25
* avcodec/h264_slice: compute and export film grain seedNiklas Haas2021-08-24
* avutil/opt: Document actual behaviour of av_opt_copy a bit moreAndreas Rheinhardt2021-08-17
* lavu/internal: add FF_FIELD_AT().Nicolas George2021-08-14
* hwcontext_vulkan: use GPU memcpy when copying to system RAMLynne2021-08-14
* imgutils: expose av_image_copy_plane_uc_from()Lynne2021-08-14
* avutil/mem: Correct av_calloc() documentationAndreas Rheinhardt2021-08-12
* avutil/mem: Reinline av_size_mult() internallyAndreas Rheinhardt2021-08-12
* avutil/tx: add a return at the end of non-void functionsJames Almer2021-08-06
* avutil/internal: Move MAKE_ACCESSORS to its only userAndreas Rheinhardt2021-08-05
* Move ff_tlog() from lavc/internal.h to lavu/internal.hAndreas Rheinhardt2021-08-05
* avutil/Makefile: Apply CFLAGS for compilationAndreas Rheinhardt2021-08-04
* avutil/error: Include macros.h for MKTAGAndreas Rheinhardt2021-07-29
* avutil/common, macros: Move several macros from common.h to macros.hAndreas Rheinhardt2021-07-29
* avutil/mips: Use $at as MMI macro temporary registerJiaxun Yang2021-07-28
* avutil/mips: Use MMI_{L, S}QC1 macro in {SAVE, RECOVER}_REGJiaxun Yang2021-07-28
* avutil/film_grain_params: add support for H.274 Film Grain CharacteristicsJames Almer2021-07-23
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-22