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-21avutil/mathematics: Document av_rescale_rnd() behavior on non int64 resultsMichael Niedermayer
2021-10-06avutil/common: Add FF_PTR_ADD()Michael Niedermayer
2021-10-06avutil/timecode: Avoid fps overflowMichael Niedermayer
2021-10-06avutil/parseutils: Check sign in av_parse_time()Michael Niedermayer
2021-02-20libavutil/eval: Remove CONFIG_TRAPV special handlingMichael Niedermayer
2021-02-02avutil/timecode: Avoid undefined behavior with large framenumMichael Niedermayer
2021-02-02avutil/mathematics: Use av_sat_add64() for the last addition in av_add_stable()Michael Niedermayer
2021-02-02avutil/fixed_dsp: Fix integer overflows in butterflies_fixed_c()Michael Niedermayer
2020-07-12avutil/x86inc: fix warnings when assembling with Nasm 2.15Henrik Gramner
2020-07-02avutil/avsscanf: Add () to avoid integer overflow in scanexp()Michael Niedermayer
2020-07-02avutil/common: Fix integer overflow in av_ceil_log2_c()Michael Niedermayer
2020-06-08Bump minor versions to separate 4.3 from masterMichael Niedermayer
2020-06-06avutil/dict: av_realloc -> av_realloc_array()Limin Wang
2020-06-06avutil/mathematics: Fix overflow with NaN in av_add_stable()Dale Curtis
2020-06-05avutil/buffer: separate public and internal flags inside AVBuffersJames Almer
2020-06-05avutil/buffer: avutil/buffer: add a mention that some arguments from av_buffe...James Almer
2020-06-05avutil/buffer: use the default allocator if none is provided to av_buffer_poo...James Almer
2020-06-04hwcontext_vulkan: fix make checkheaders failJun Zhao
2020-05-30avutil/attributes: Fix too many warning: false is not defined [-Wundef]Limin Wang
2020-05-27Use gcc/clang builtins for av_sat_(add|sub)_64_c if available.Dale Curtis
2020-05-26hwcontext_vulkan: fix uploading and downloading from/to flipped imagesLynne
2020-05-26hwcontext_vulkan: check for dedicated allocation when mapping from drm/vaapiLynne
2020-05-26hwcontext_vulkan: initialize the frames context when derivingLynne
2020-05-26hwcontext_vulkan: use dedicated allocation for buffers when necessaryLynne
2020-05-26hwcontext_vulkan: use host mapped buffers when uploading and downloadingLynne
2020-05-26avutil/mem: Use max_alloc_size as-isAndreas Rheinhardt
2020-05-25h264dec: support exporting QP tables through the AVVideoEncParams APIAnton Khirnov
2020-05-23hwcontext_vulkan: move physical device feature discovery to device_initLynne
2020-05-23hwcontext_vulkan: split uploading and downloading contextsLynne
2020-05-23hwcontext_vulkan: set usage for DRM imports to the frames context usageLynne
2020-05-23hwcontext_vulkan: do not OR the user-specified usage with our default flagsLynne
2020-05-23hwcontext_vulkan: actually use the frames exec context for prep/import/exportLynne
2020-05-23hwcontext_vulkan: support user-provided poolsLynne
2020-05-23hwcontext_vulkan: use all enabled queues for transfers, make uploads asyncLynne
2020-05-23hwcontext_vulkan: wrap ImageBufs into AVBufferRefsLynne
2020-05-23hwcontext_vulkan: improve public header documentationLynne
2020-05-23hwcontext_vulkan: expose the enabled device featuresLynne
2020-05-23hwcontext_vulkan: expose the amount of queues for each queue familyLynne
2020-05-23hwcontext: add av_hwdevice_ctx_create_derived_optsLynne
2020-05-23lavu: add av_gcd_q().Nicolas George
2020-05-22avutil/opt: add AV_OPT_FLAG_CHILD_CONSTSMarton Balint
2020-05-22Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov
2020-05-18lavc/qsvdec: add decode support for HEVC 4:2:2 8-bit and 10-bitLinjie Fu
2020-05-17avutil: bump version after addition of av_sat_add64 and av_sat_sub64James Almer
2020-05-15avutil/common: Add saturated add/sub operations for int64_t.Dale Curtis
2020-05-15aarch64: Explicitly forbid using the x18 registerMartin Storsjö
2020-05-14hwcontext_vulkan: fix incorrect print argumentLynne
2020-05-12hwcontext_vulkan: don't add the optional VK_KHR_surface extension by defaultLynne
2020-05-12hwcontext_vulkan: don't error on unavailable user-specified extensionsLynne
2020-05-12hwcontext_vulkan: use the maximum amount of queues for each familyLynne