ffmpeg/libavcodec/vulkan
IndecisiveTurtle f794ed48c0 vulkan/common: Fix off-by-one error in flush_put_bits
If caller wrote a divisible by eight number of bits it would write an extra byte.
Also increment by to_write instead of BUF_BYTES which overly pads the bitstream.
2024-11-28 09:31:43 +09:00
..
common.comp vulkan/common: Fix off-by-one error in flush_put_bits 2024-11-28 09:31:43 +09:00
ffv1_common.comp
ffv1_enc.comp
ffv1_enc_ac.comp
ffv1_enc_common.comp ffv1enc_vulkan: support buffers larger than 4GiB 2024-11-20 05:23:05 +01:00
ffv1_enc_rct.comp hwcontext_vulkan: add support for AV_PIX_FMT_GBRAP10/12/14 2024-11-26 14:14:13 +01:00
ffv1_enc_rgb.comp
ffv1_enc_setup.comp ffv1enc_vulkan: fix PCM encoding 2024-11-20 05:23:35 +01:00
ffv1_enc_vlc.comp
ffv1_reset.comp
ffv1_vlc.comp
Makefile
rangecoder.comp ffv1enc_vulkan: increase max outstanding byte count to 16bit 2024-11-20 05:23:35 +01:00