index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavutil
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
avutil/downmix_info: zero the allocated buffer
James Almer
2025-01-25
1
-1
/
+3
*
libavutil/pixfmt: 16bit float support
Michael Niedermayer
2025-01-21
2
-0
/
+85
*
vulkan: enable using .elems field for buffer content definitions
Lynne
2025-01-22
1
-3
/
+11
*
avutil/avstring: dont mess with NULL pointers in av_match_list()
Michael Niedermayer
2025-01-17
1
-2
/
+4
*
hwcontext_vulkan: check if semaphores are exportable before enabling exporting
Lynne
2025-01-13
2
-19
/
+41
*
avutil/frame.h: improve documentation for AV_FRAME_FLAG_LOSSLESS
Leo Izen
2025-01-11
1
-1
/
+5
*
avutil/frame: add AV_FRAME_SIDE_DATA_FLAG_NEW_REF
James Almer
2025-01-10
3
-11
/
+15
*
avcodec/frame: add AV_FRAME_FLAG_LOSSLESS
Marton Balint
2025-01-05
1
-0
/
+4
*
avutil/channel_layout: fix definition of 5.1.4 layout
James Almer
2025-01-03
2
-2
/
+2
*
avutil/channel_layout: add a 5.1.2 layout using side channels
James Almer
2025-01-03
3
-2
/
+5
*
hwcontext_vulkan: add VK_EXT_layer_settings to optional instance extensions
Lynne
2025-01-03
1
-0
/
+1
*
avutil/timecode: Avoid fps overflow in av_timecode_get_smpte_from_framenum()
Michael Niedermayer
2024-12-24
1
-2
/
+2
*
avutil/frame: add missing size dependent prop to LCEVC payload side data
James Almer
2024-12-23
1
-1
/
+1
*
avutil/frame: add av_frame_side_data_remove_by_props()
Niklas Haas
2024-12-23
3
-1
/
+25
*
avutil/frame: add AV_SIDE_DATA_PROP_{SIZE,COLOR}_DEPENDENT
Niklas Haas
2024-12-23
3
-14
/
+28
*
avutil/frame: add AVSideDataDescriptor for AV_FRAME_DATA_VIDEO_HINT
Niklas Haas
2024-12-23
1
-0
/
+1
*
configure: add option to statically link to libvulkan
Lynne
2024-12-23
1
-0
/
+9
*
vulkan: do not reinvent a queue context struct
Lynne
2024-12-23
3
-41
/
+27
*
vulkan: remove pointless mutex locks
Lynne
2024-12-23
2
-12
/
+2
*
hwcontext_vulkan: disable validation layer threading warnings
Lynne
2024-12-23
1
-0
/
+1
*
hwcontext_vulkan: do not enable portability subset by default
Lynne
2024-12-23
1
-0
/
+2
*
avutil/mem_internal: Don't include stdalign.h on MSVC
Martin Storsjö
2024-12-18
1
-0
/
+2
*
avutil/vulkan_glslang: Fix build failure
Zhao Zhili
2024-12-17
1
-1
/
+1
*
lavc/container_fifo: move to lavu and make public
Anton Khirnov
2024-12-15
3
-0
/
+351
*
lavc/refstruct: move to lavu and make public
Anton Khirnov
2024-12-15
4
-1
/
+686
*
avutil/file: fix av_file_map file mapping on Windows
Kacper Michajłow
2024-12-15
1
-1
/
+1
*
avutil/channel_layout: simplify the 22.2 layout definition
James Almer
2024-12-13
1
-1
/
+1
*
avutil/channel_layout: add a 9.1.6 layout
James Almer
2024-12-13
3
-1
/
+4
*
avutil/tests/color_utils: reduce accuracy threshold to pass to 1e-7
Hendrik Leppkes
2024-12-07
1
-1
/
+1
*
avutil/tests/color_utils: add tests for av_csp_itu_eotf
Niklas Haas
2024-12-05
1
-0
/
+110
*
avutil/csp: add EOTF function definitions
Niklas Haas
2024-12-05
3
-1
/
+239
*
avutil/csp: add av_csp_trc_inv_from_id()
Niklas Haas
2024-12-05
4
-14
/
+163
*
avutil/tests/color_utils: clean up slightly (cosmetic)
Niklas Haas
2024-12-05
1
-16
/
+18
*
avutil/csp: eliminate redundant branch
Niklas Haas
2024-12-05
1
-5
/
+1
*
avutil/csp: fix documentation of av_csp_trc_function
Niklas Haas
2024-12-05
1
-2
/
+6
*
configure: Add wasm as a fake arch
Zhao Zhili
2024-12-04
6
-0
/
+56
*
avutil/mem_internal: Don't use alignas for MSVC
Zhao Zhili
2024-12-02
1
-0
/
+4
*
avutil/mem_internal: local align should always work
Zhao Zhili
2024-11-29
1
-24
/
+4
*
avutil/mem_internal: define DECLARE_ALIGNED as C11's alignas
Zhao Zhili
2024-11-29
1
-19
/
+8
*
vulkan: fix use of atomics for the current context index
Lynne
2024-11-28
2
-12
/
+4
*
ffv1enc_vulkan: switch to receive_packet
Lynne
2024-11-26
1
-0
/
+1
*
vulkan: only wait for fences on uninit if the context had a submission
Lynne
2024-11-26
1
-1
/
+2
*
vulkan: zero out AVBufferRef in case of failure
Lynne
2024-11-26
1
-0
/
+4
*
vulkan: only apply shortcut for next context selection if selection has a sub...
Lynne
2024-11-26
1
-1
/
+2
*
vulkan: add opaque field to execution contexts
Lynne
2024-11-26
1
-0
/
+3
*
hwcontext_vulkan: take disable_multiplane into account when checking for formats
Lynne
2024-11-26
1
-2
/
+2
*
hwcontext_vulkan: require storage properties to claim formats as supported
Lynne
2024-11-26
1
-2
/
+2
*
hwcontext_vulkan: add support for AV_PIX_FMT_GBRAP10/12/14
Lynne
2024-11-26
2
-1
/
+9
*
hwcontext_vulkan: add support for AV_PIX_FMT_GBRP12/14/16
Lynne
2024-11-26
2
-3
/
+12
*
hwcontext_vulkan: add support for AV_PIX_FMT_GRAY10/12/14
Lynne
2024-11-26
2
-0
/
+6
[prev]
[next]