2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Hmmm, really enable the buffer-size option this time. More... about 21 years ago
Add option to change read buffer size. More... about 21 years ago
Add -fno-common. This should fix one issue on macosX. Also it allows us to check we dont depend on common symbols for correctness. More... about 21 years ago
I might as well add 4:4:4 decoding support while I'm there. More... about 21 years ago
Make yuv2rgb code prettier - the various increments are now explicitly in the struct rather than calculated each time we need them. More... about 21 years ago
The nineties are back and they want a revenge. More... about 21 years ago
yuv2rgb: make mmx code work with 420 and 422 formats, fail with 444 format. make vis code work with 420 format and fail with 422 and 444. In both failure cases, we fall back to the C code so that's all right. More... about 21 years ago
Garbage collection :) More... about 21 years ago
Adding 4:2:2 and 4:4:4 support in C color conversion code. More... about 21 years ago
Jeez - this buffer was too tight ! More... about 21 years ago
Adding state dumps for 422-profile. More... about 21 years ago
Adding 4:2:2 profile test suite. More... about 21 years ago
Fix decoding of streams using different quantizer matrixes for luma and chroma blocks. More... about 21 years ago
Fix issue with 422 decoding of non-intra chroma blocks. The two extra bits of coded_block_pattern were misordered. More... about 21 years ago
Add a few "const" More... about 21 years ago
First version of 4:2:2 support. More... about 21 years ago
More MC 420 refactoring - preparing for MC 422 code. More... about 21 years ago
c-backslash-region is my friend. More... about 21 years ago
Reset function. Useful for seeks. More... about 21 years ago
Support for 4:2:2 decoding in I pictures More... about 21 years ago
Removed spurious init of decoder->scan. This is always inited when we see a picture header. More... about 21 years ago
. More... about 21 years ago
Adding unofficial xing/libmpeg3 frame rates. More... about 21 years ago
Early initialization for the info structure. Contributed by Howdy Pierce <[email protected]> More... about 21 years ago
. More... about 21 years ago
Xlib uses 'int' type for fourcc codes, not uint32_t. More... about 21 years ago
Fix endianness issue in uyvy conversion routine. More... about 21 years ago
fix xv2 display of field pictures More... about 21 years ago
Support both 420 and 422 chroma formats in uyvy conversion routine. More... about 21 years ago
Small change in color conversion API. More... about 21 years ago