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
/
libavcodec
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavc/vulkan/common: sign-ify lengths
Lynne
28 hours
3
-14
/
+14
*
all: fix typos found by codespell
Timo Rothenpieler
3 days
1
-1
/
+1
*
vulkan_ffv1: fix golomb coding for non-RGB streams
Lynne
2025-05-27
1
-1
/
+2
*
vulkan_ffv1: small cleanup for golomb
Lynne
2025-05-27
1
-1
/
+2
*
vulkan/ffv1: fix sync issue in cached bitstream reader/writer
Lynne
2025-05-23
2
-0
/
+3
*
vulkan_ffv1: pipe through slice decoding status
Lynne
2025-05-20
2
-1
/
+7
*
vulkan/ffv1: unify encode and decode get/put primitives
Lynne
2025-05-20
1
-40
/
+17
*
ffv1enc_vulkan: implement RCT search for level >= 4
Lynne
2025-05-20
3
-3
/
+144
*
ffv1enc_vulkan: implement the cached EC writer from the decoder
Lynne
2025-05-20
1
-23
/
+45
*
vulkan_ffv1: fix PCM + cached symbol reader
Lynne
2025-05-20
1
-2
/
+5
*
ffv1_common: minor RGB optimization
Lynne
2025-05-20
1
-3
/
+3
*
ffv1enc_vulkan: switch to 2-line cache, unify prediction code
Lynne
2025-05-20
3
-161
/
+172
*
ffv1enc_vulkan: minor EC optimizations
Lynne
2025-05-20
1
-13
/
+6
*
ffv1enc_vulkan: unify EC code between setup and encode
Lynne
2025-05-20
3
-24
/
+16
*
ffv1enc_vulkan: get rid of temporary data for the setup shader
Lynne
2025-05-20
2
-51
/
+42
*
vulkan/ffv1: synchronize get_pred implementations between encoder and decoder
Lynne
2025-05-20
2
-49
/
+68
*
ffv1enc_vulkan: merge all encoder variants into one file
Lynne
2025-05-20
6
-383
/
+240
*
ffv1enc_vulkan: support 8 and 16-bit 2-plane YUV formats
Lynne
2025-05-01
1
-7
/
+14
*
vulkan/rangecoder: minor cleanup
Lynne
2025-04-16
1
-5
/
+1
*
vulkan_ffv1: add cached symbol reader for AMD
Lynne
2025-04-14
1
-27
/
+44
*
vulkan: add support for expect/assume
Lynne
2025-04-14
2
-12
/
+12
*
vulkan_ffv1: shortcut +-1 coeffs in symbol reading
Lynne
2025-04-14
1
-1
/
+4
*
vulkan_ffv1: remove need for scratch data during setup
Lynne
2025-04-14
2
-36
/
+43
*
vulkan_ffv1: externalize extended lookup check
Lynne
2025-04-14
1
-2
/
+1
*
ffv1/vulkan: redo context count tracking and quant_table_idx management
Lynne
2025-04-14
5
-17
/
+18
*
vulkan_ffv1: cache only 2 lines when decoding RGB
Lynne
2025-04-14
3
-128
/
+121
*
vulkan_ffv1: fix left-2 sample addressing
Lynne
2025-04-14
1
-6
/
+8
*
vulkan_ffv1: init overread/corrupt fields
Lynne
2025-04-14
1
-2
/
+2
*
vulkan_ffv1: optimize symbol reader
Lynne
2025-04-14
1
-7
/
+5
*
vulkan_ffv1: slightly optimize the range decoder
Lynne
2025-04-14
1
-5
/
+4
*
ffv1: add a Vulkan-based decoder
Lynne
2025-03-17
9
-8
/
+815
*
vulkan: unify handling of BGR and simplify ffv1_rct
Lynne
2025-03-17
1
-10
/
+7
*
ffv1enc_vulkan: refactor code to support sharing with decoder
Lynne
2025-03-17
4
-33
/
+39
*
lavc/vulkan: add a u8vec2buf buffer type
Lynne
2025-02-21
1
-0
/
+4
*
vulkan/common: Add put_bytes_count
IndecisiveTurtle
2024-11-28
1
-0
/
+6
*
vulkan/common: Use u32vec2 buffer type instead of u64
IndecisiveTurtle
2024-11-28
1
-3
/
+7
*
vulkan/common: Fix off-by-one error in flush_put_bits
IndecisiveTurtle
2024-11-28
1
-2
/
+2
*
hwcontext_vulkan: add support for AV_PIX_FMT_GBRAP10/12/14
Lynne
2024-11-26
1
-1
/
+1
*
hwcontext_vulkan: add support for AV_PIX_FMT_GBRP12/14/16
Lynne
2024-11-26
1
-3
/
+3
*
lavc/vulkan/common: fix reverse4's incorrect swizzle
Lynne
2024-11-20
1
-1
/
+1
*
ffv1enc_vulkan: increase max outstanding byte count to 16bit
Lynne
2024-11-20
1
-8
/
+8
*
ffv1enc_vulkan: fix PCM encoding
Lynne
2024-11-20
1
-0
/
+1
*
ffv1enc_vulkan: support buffers larger than 4GiB
Lynne
2024-11-20
1
-1
/
+1
*
ffv1enc: add a Vulkan encoder
Lynne
2024-11-18
13
-0
/
+1298
*
libavcodec/Makefile: add a makefile for Vulkan shaders
Lynne
2024-10-15
1
-0
/
+10