search for: pixel_data

Displaying 2 results from an estimated 2 matches for "pixel_data".

2008 Nov 03
0
No subject
...sourceforge.net/viewvc/lives/trunk/lives-plugins/plugins/decoders/ogg_theora_decoder.c The only function to really consider is get_frame() which takes a (const) char *URI (actually the current version really only takes a local file name), and an int64_t frame number and returns the output in void *pixel_data[3] which should be pre-allocated to take a correctly sized YUV420 frame. The rest is just internal functions or decoration, apart from get_clip_data() which returns a struct with all the details about (const) char *URI. I only implemented video (theora) decoding, but it should be fairly easy to imp...
2020 Aug 28
0
Wine release 5.16
...ests: Add tests for decoding BC3 format. windowscodecs/tests: Merge decode_bc*() into a single function. windowscodecs/tests: Add macro BLOCK_WIDTH and BLOCK_HEIGHT. windowscodecs: Add a lock for DdsFrameDecode. windowscodecs: In struct DdsFrameDecode, add a new member "pixel_data" and rename member "data" to "block_data". windowscodecs: More complete implementation of DdsFrameDecode_CopyPixels(). windowscodecs: Introduce decode_block() for DdsFrameDecode_CopyPixels(). windowscodecs: Add WIC pixel format information to struct dds_fo...