No description
Find a file
2024-10-13 04:00:01 +03:00
.gitignore Initial commit 2024-09-25 18:58:58 +02:00
bitstream.h Optimize slice header building 2024-10-12 02:20:47 +03:00
comp.comp Demo from https://github.com/Erkaman/vulkan_minimal_compute/, remove STL and fix validation layer 2024-09-25 20:08:35 +03:00
image.comp Restore 10 bit switch 2024-10-12 02:44:21 +03:00
LICENSE Initial commit 2024-09-25 18:58:58 +02:00
README.md Initial commit 2024-09-25 18:58:58 +02:00
vaapi-recorder-hevc.cpp Use async chain of 4 frames with separate command buffers 2024-10-08 04:46:19 +03:00
vaapi-recorder.cpp Refactor h264 encoder, allow switch in runtime 2024-10-12 04:26:44 +03:00
vaapi-recorder.h Use async chain of 4 frames with separate command buffers 2024-10-08 04:46:19 +03:00
vaapi_encoder.h Destroy vaapi encoder in destructor 2024-10-13 04:00:01 +03:00
vaapi_encoder_h264.h Refactor h264 encoder, allow switch in runtime 2024-10-12 04:26:44 +03:00
vaapi_encoder_hevc.h Refactor h264 encoder, allow switch in runtime 2024-10-12 04:26:44 +03:00
vkcompute.cpp Refactor h264 encoder, allow switch in runtime 2024-10-12 04:26:44 +03:00
vkcompute2.cpp Rewrite device and command buffer management to xr_gears utilities, start rewriting pipeline 2024-10-13 03:51:27 +03:00

vulkan-playground