Skip to content

Commit

Permalink
bgr_444_8_le_msb_support (#20)
Browse files Browse the repository at this point in the history
BGR4444 support

---------

Co-authored-by: Nathan COLINET <n.colinet@deltacast.tv>
Co-authored-by: Julien Alofs <julienalofs@gmail.com>
  • Loading branch information
3 people authored Jul 26, 2024
1 parent b59213e commit 2db8fa4
Show file tree
Hide file tree
Showing 15 changed files with 1,008 additions and 917 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.2.0

### Added
- Add support for BGR 4:4:4:4 8bits (little endian + padding) [Issue #19, PR !20]

## 1.1.2

### Fixes
Expand Down
1 change: 1 addition & 0 deletions include/videoviewer/videoviewer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ namespace Deltacast
reserved_bgr_444_12_be, /*< BGR 4:4:4 12bit big endian without any padding */
reserved_bgr_444_16_le, /*< BGR 4:4:4 16bit little endian without any padding */
reserved_bgr_444_16_be, /*< BGR 4:4:4 12bit big endian without any padding */
bgr_444_8_le_msb, /*< BGR 4:4:4 8bit with msb padding (32 bits) */
nb_input_format
};

Expand Down
Loading

0 comments on commit 2db8fa4

Please sign in to comment.