summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avutil/mathematics: Document av_rescale_rnd() behavior on non int64 resultsMichael Niedermayer2021-10-211-0/+1
* avutil/common: Add FF_PTR_ADD()Michael Niedermayer2021-10-061-0/+2
* avutil/timecode: Avoid fps overflowMichael Niedermayer2021-10-061-2/+2
* avutil/parseutils: Check sign in av_parse_time()Michael Niedermayer2021-10-061-1/+3
* libavutil/eval: Remove CONFIG_TRAPV special handlingMichael Niedermayer2021-02-201-1/+1
* avutil/timecode: Avoid undefined behavior with large framenumMichael Niedermayer2021-02-021-1/+1
* avutil/mathematics: Use av_sat_add64() for the last addition in av_add_stable()Michael Niedermayer2021-02-021-1/+1
* avutil/fixed_dsp: Fix integer overflows in butterflies_fixed_c()Michael Niedermayer2021-02-021-1/+2
* avutil/x86inc: fix warnings when assembling with Nasm 2.15Henrik Gramner2020-07-121-16/+30
* avutil/avsscanf: Add () to avoid integer overflow in scanexp()Michael Niedermayer2020-07-021-2/+2
* avutil/common: Fix integer overflow in av_ceil_log2_c()Michael Niedermayer2020-07-021-1/+1
* Bump minor versions to separate 4.3 from masterMichael Niedermayer2020-06-081-1/+1
* avutil/dict: av_realloc -> av_realloc_array()Limin Wang2020-06-061-2/+2
* avutil/mathematics: Fix overflow with NaN in av_add_stable()Dale Curtis2020-06-061-1/+1
* avutil/buffer: separate public and internal flags inside AVBuffersJames Almer2020-06-052-10/+10
* avutil/buffer: avutil/buffer: add a mention that some arguments from av_buffe...James Almer2020-06-051-2/+3
* avutil/buffer: use the default allocator if none is provided to av_buffer_poo...James Almer2020-06-052-1/+4
* hwcontext_vulkan: fix make checkheaders failJun Zhao2020-06-041-0/+3
* avutil/attributes: Fix too many warning: false is not defined [-Wundef]Limin Wang2020-05-301-1/+1
* Use gcc/clang builtins for av_sat_(add|sub)_64_c if available.Dale Curtis2020-05-272-0/+16
* hwcontext_vulkan: fix uploading and downloading from/to flipped imagesLynne2020-05-261-2/+4
* hwcontext_vulkan: check for dedicated allocation when mapping from drm/vaapiLynne2020-05-261-38/+70
* hwcontext_vulkan: initialize the frames context when derivingLynne2020-05-261-0/+7
* hwcontext_vulkan: use dedicated allocation for buffers when necessaryLynne2020-05-261-3/+28
* hwcontext_vulkan: use host mapped buffers when uploading and downloadingLynne2020-05-262-41/+116
* avutil/mem: Use max_alloc_size as-isAndreas Rheinhardt2020-05-261-6/+4
* h264dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov2020-05-252-1/+14
* hwcontext_vulkan: move physical device feature discovery to device_initLynne2020-05-231-14/+16
* hwcontext_vulkan: split uploading and downloading contextsLynne2020-05-231-57/+66
* hwcontext_vulkan: set usage for DRM imports to the frames context usageLynne2020-05-231-1/+2
* hwcontext_vulkan: do not OR the user-specified usage with our default flagsLynne2020-05-232-3/+4
* hwcontext_vulkan: actually use the frames exec context for prep/import/exportLynne2020-05-231-10/+14
* hwcontext_vulkan: support user-provided poolsLynne2020-05-231-9/+10
* hwcontext_vulkan: use all enabled queues for transfers, make uploads asyncLynne2020-05-231-96/+237
* hwcontext_vulkan: wrap ImageBufs into AVBufferRefsLynne2020-05-231-36/+56
* hwcontext_vulkan: improve public header documentationLynne2020-05-231-7/+10
* hwcontext_vulkan: expose the enabled device featuresLynne2020-05-232-0/+18
* hwcontext_vulkan: expose the amount of queues for each queue familyLynne2020-05-232-2/+15
* hwcontext: add av_hwdevice_ctx_create_derived_optsLynne2020-05-239-18/+52
* lavu: add av_gcd_q().Nicolas George2020-05-233-2/+17
* avutil/opt: add AV_OPT_FLAG_CHILD_CONSTSMarton Balint2020-05-223-2/+4
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-223-4/+4
* lavc/qsvdec: add decode support for HEVC 4:2:2 8-bit and 10-bitLinjie Fu2020-05-181-0/+24
* avutil: bump version after addition of av_sat_add64 and av_sat_sub64James Almer2020-05-171-1/+1
* avutil/common: Add saturated add/sub operations for int64_t.Dale Curtis2020-05-151-0/+36
* aarch64: Explicitly forbid using the x18 registerMartin Storsjö2020-05-151-0/+3
* hwcontext_vulkan: fix incorrect print argumentLynne2020-05-141-1/+1
* hwcontext_vulkan: don't add the optional VK_KHR_surface extension by defaultLynne2020-05-121-1/+1
* hwcontext_vulkan: don't error on unavailable user-specified extensionsLynne2020-05-121-3/+1
* hwcontext_vulkan: use the maximum amount of queues for each familyLynne2020-05-121-33/+48