gst-plugins-rs/video
Sebastian Dröge f1e3212477 closedcaption: Convert bitfields to uint8_t for portability reasons
Contrary to what one might believe, this actually reduces the size of
the structs due to alignment constraints. On Linux x86-64 clang/gcc it
reduces the size of the caption_frame_t struct from 7760 bytes to 6800
bytes, on Windows x86-64 MSVC from 11600 bytes to 6800 bytes.

It also causes simpler and potentially faster assembly to be generated
as the values can be directly accessed as uint8_t instead of having to
extract the corresponding bits with bitwise operations.

It also gives us the same ABI with clang/gcc and MSVC.
2020-04-14 20:01:30 +03:00
..
cdg cdg: update image and cdg_renderer deps 2020-04-06 10:49:14 +02:00
closedcaption closedcaption: Convert bitfields to uint8_t for portability reasons 2020-04-14 20:01:30 +03:00
dav1d Drop gst-plugin- prefix in plugin directory name 2020-04-05 19:10:47 +00:00
flavors Rename flv directory as flavors 2020-04-05 19:10:47 +00:00
gif Update all documentation to point to the updated repository name 2020-04-05 19:10:47 +00:00
rav1e Update all documentation to point to the updated repository name 2020-04-05 19:10:47 +00:00