]> git.sesse.net Git - ffmpeg/history - libavutil
hwcontext_vulkan: support additional pixel formats
[ffmpeg] / libavutil /
2020-11-25 Lynnehwcontext_vulkan: support additional pixel formats
2020-11-25 Lynnehwcontext_vulkan: fix incorrect A/0BGR mapping
2020-11-25 Lynnehwcontext_vulkan: simplify plane size calculations...
2020-11-25 Lynnehwcontext_vulkan: do not segfault when failing to init...
2020-11-25 Lynnehwcontext_vulkan: always attempt to map host memory...
2020-11-25 Lynnehwcontext_vulkan: check for memory size before choosing...
2020-11-25 Lynnehwcontext_vulkan: correctly access the p->extensions...
2020-11-25 Lynnehwcontext_vulkan: unify download/upload functions
2020-11-25 Lynnehwcontext_vulkan: add VkExternalMemoryBufferCreateInfo...
2020-11-25 Lynnehwcontext_vulkan: do not use uninitialized variables...
2020-11-25 Lynnehwcontext_drm: issue DMA_BUF_IOCTL_SYNC when mapping FDs
2020-11-25 Lynnelibavutil: introduce AVFilmGrainParams side data
2020-11-20 Anton Khirnovlavu: add missing stddef.h includes for size_t.
2020-11-19 Gil Pedersenavutil/frame: fix potential leaks in av_frame_ref()
2020-11-19 Gil Pedersenavutil/frame: use av_buffer_replace() to simplify code
2020-11-04 Timo Rothenpieleravutil/hwcontext_cuda: fix edge case with non-even...
2020-11-04 Timo Rothenpieleravutil/hwcontext_cuda: query correct alignment from...
2020-11-03 Timo Rothenpieleravutil/hwcontext_cuda: increase CUDA frame alignment...
2020-10-25 Michael Niedermayeravutil/mathematics: Use av_sat_add64() for the last...
2020-10-24 Michael Niedermayeravutil/common: Implement av_sat_add64_c() with fewer...
2020-10-02 James Almeravutil/pixdesc: add missing FF_API_PSEUDOPAL check
2020-09-28 Anton Khirnovlavu/buffer: add a convenience function for replacing...
2020-09-23 Jan Ekströmavutil/pixfmt: improve definition of AVColorRange
2020-09-18 Michael Niedermayeravutil/fixed_dsp: Fix integer overflows in butterflies_...
2020-09-15 James Almeravutil/cuda_check: add missing dynlink_loader.h include
2020-09-13 Marton Balintavutil/timecode: add av_timecode_make_smpte_tc_string2
2020-09-13 Marton Balintavutil/timecode: do not trash bits on invalid av_timeco...
2020-09-13 Marton Balintavutil/timecode: cosmetics on av_timecode_get_smpte
2020-09-13 Marton Balintavutil/timecode: fix av_timecode_get_smpte_from_framenu...
2020-08-31 Mark Thompsonhwcontext_vaapi: Don't require a render node when deriv...
2020-08-21 Nicolas Georgelavu/buffer: forward av_buffer_realloc() error code.
2020-08-21 Nicolas Georgelavu/avstring: deprecate av_d2str().
2020-08-20 leozhangavutil/video_enc_params: fix code comment
2020-08-03 Jan Ekströmavutil/channel_layout: add 22.2 layout
2020-08-02 Lynnehwcontext_vulkan: remove plane size alignment checks...
2020-07-30 James Almertests/imgutils: test the output of av_image_fill_*...
2020-07-29 Shiyou Yinavutil/mips/generic_macros_msa: Fix prob that 'ulw...
2020-07-27 Haihao Xianghwcontext_vaapi: remove duplicate formats from sw_forma...
2020-07-27 Haihao Xianghwcontext_vaapi: avoid fd leak in vaapi_device_derive
2020-07-27 James Almeravutil/imgutils: always zero data pointers in av_image_...
2020-07-27 James Almeravutil/imgutils: don't fill data pointers for missing...
2020-07-23 James Almeravutil: bump version after addition of MIPS cpu flags
2020-07-23 Jiaxun Yanglibavutil: Detect MMI and MSA flags for MIPS
2020-07-23 Jiaxun Yanglibavutils: Add parse_r helper for MIPS
2020-07-22 Brian Kimlibavutil/frame: avoid UB when getting plane sizes
2020-07-22 Brian Kimavutil/imgutils: add utility to get plane sizes
2020-07-14 Limin Wangavutil/timecode: add description for SMPTE binary format
2020-07-12 Philip Langdaleavutil/hwcontext_vdpau: Correctly initialise pixfmts
2020-07-12 Henrik Gramneravutil/x86inc: fix warnings when assembling with Nasm...
2020-07-10 ManojGuptaBondaavcodec/hevcdec: Add VDPAU to list of supported formats
2020-07-02 Limin Wangavutil/opt: check return value of av_bprint_finalize()
2020-07-01 Michael Niedermayeravutil/avsscanf: Add () to avoid integer overflow in...
2020-06-30 Michael Niedermayeravutil/common: Fix integer overflow in av_ceil_log2_c()
2020-06-28 Limin Wangavutil/timecode: add function av_timecode_get_smpte()
2020-06-14 Jun Zhaolavu/internal: Fix comment for avpriv_dict_set_timestamp
2020-06-12 Limin Wangavutil/internal: remove FF_ALLOCx{_ARRAY}_OR_GOTO macros
2020-06-12 Limin Wangavcodec/h264dec: remove FF_ALLOCZ_ARRAY_OR_GOTO and...
2020-06-12 Fei Wanglavu/hwcontext_vaapi: add vaapi_format_map support...
2020-06-12 Fei Wanglavu/pix_fmt: add new pixel format x2rgb10
2020-06-11 Limin Wangavutil: add AV_FRAME_DATA_SEI_UNREGISTERED side data...
2020-06-10 Anton Khirnovlavu/opt: add a more general child class iteration API
2020-06-08 Michael NiedermayerBump minor versions after branching 4.3
2020-06-08 Michael NiedermayerBump minor versions to separate 4.3 from master
2020-06-06 Limin Wangavutil/dict: av_realloc -> av_realloc_array()
2020-06-05 Dale Curtisavutil/mathematics: Fix overflow with NaN in av_add_sta...
2020-06-05 James Almeravutil/buffer: separate public and internal flags insid...
2020-06-05 James Almeravutil/buffer: avutil/buffer: add a mention that some...
2020-06-05 James Almeravutil/buffer: use the default allocator if none is...
2020-06-04 Jun Zhaohwcontext_vulkan: fix make checkheaders fail
2020-05-30 Limin Wangavutil/attributes: Fix too many warning: false is not...
2020-05-27 Dale CurtisUse gcc/clang builtins for av_sat_(add|sub)_64_c if...
2020-05-26 Lynnehwcontext_vulkan: fix uploading and downloading from...
2020-05-26 Lynnehwcontext_vulkan: check for dedicated allocation when...
2020-05-26 Lynnehwcontext_vulkan: initialize the frames context when...
2020-05-26 Lynnehwcontext_vulkan: use dedicated allocation for buffers...
2020-05-26 Lynnehwcontext_vulkan: use host mapped buffers when uploadin...
2020-05-26 Andreas Rheinhardtavutil/mem: Use max_alloc_size as-is
2020-05-25 Anton Khirnovh264dec: support exporting QP tables through the AVVide...
2020-05-23 Lynnehwcontext_vulkan: move physical device feature discover...
2020-05-23 Lynnehwcontext_vulkan: split uploading and downloading contexts
2020-05-23 Lynnehwcontext_vulkan: set usage for DRM imports to the...
2020-05-23 Lynnehwcontext_vulkan: do not OR the user-specified usage...
2020-05-23 Lynnehwcontext_vulkan: actually use the frames exec context...
2020-05-23 Lynnehwcontext_vulkan: support user-provided pools
2020-05-23 Lynnehwcontext_vulkan: use all enabled queues for transfers...
2020-05-23 Lynnehwcontext_vulkan: wrap ImageBufs into AVBufferRefs
2020-05-23 Lynnehwcontext_vulkan: improve public header documentation
2020-05-23 Lynnehwcontext_vulkan: expose the enabled device features
2020-05-23 Lynnehwcontext_vulkan: expose the amount of queues for each...
2020-05-23 Lynnehwcontext: add av_hwdevice_ctx_create_derived_opts
2020-05-23 Nicolas Georgelavu: add av_gcd_q().
2020-05-22 Marton Balintavutil/opt: add AV_OPT_FLAG_CHILD_CONSTS
2020-05-22 Anton KhirnovStop hardcoding align=32 in av_frame_get_buffer() calls.
2020-05-18 Linjie Fulavc/qsvdec: add decode support for HEVC 4:2:2 8-bit...
2020-05-17 James Almeravutil: bump version after addition of av_sat_add64...
2020-05-15 Dale Curtisavutil/common: Add saturated add/sub operations for...
2020-05-15 Martin Storsjöaarch64: Explicitly forbid using the x18 register
2020-05-14 Lynnehwcontext_vulkan: fix incorrect print argument
2020-05-12 Lynnehwcontext_vulkan: don't add the optional VK_KHR_surface...
2020-05-12 Lynnehwcontext_vulkan: don't error on unavailable user-speci...
next