Tuan Nghia Nguyen 6c72751a14 Add NvJpegPool (4 encoders) and JPEG passthrough in BmpToJpeg
- NvJpegPool: singleton pool of 4 NvJpegCompressor instances with
  lock-free slot acquisition (~160MB VRAM). Threads that can't grab
  a slot fall back to TurboJPEG with zero wait.
- JPEG passthrough: BmpToJpeg now checks if input is already JPEG
  (FF D8 FF magic) and copies directly without re-encoding.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 08:33:17 +10:00
2026-04-15 23:51:30 +10:00
2026-04-06 08:31:26 +10:00
2026-04-15 23:00:19 +10:00
2026-04-12 21:55:09 +10:00
2026-04-15 23:51:30 +10:00
2026-03-29 14:10:05 +11:00
2026-04-15 23:00:19 +10:00
2026-03-28 16:54:11 +11:00
2026-03-29 14:10:05 +11:00
2026-03-28 16:54:11 +11:00
2026-03-29 14:10:05 +11:00
2026-03-29 14:10:05 +11:00
2026-03-29 14:10:05 +11:00
2026-03-28 13:13:41 +11:00
Description
No description provided
17 MiB
Languages
C 57.3%
C++ 41.8%
Python 0.3%
Objective-C++ 0.2%
CMake 0.2%
Other 0.1%