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
no seed to reset mpeg2dec->state in mpeg2_header_end (setting the action is sufficient) More... about 21 years ago
no need to reset 'first' More... about 21 years ago
davem prefers his files formatted his way. More... over 21 years ago
New file documenting coding style. More... over 21 years ago
Formatting adjustement. This will teach me to use search-and-replace. More... over 21 years ago
Get rid of mlib. We now have native VIS optimizations instead. More... over 21 years ago
Adding David Miller. More... over 21 years ago
VIS motion compensation and color conversion code from David S. Miller. More... over 21 years ago
Better fallback for building on systems without inttypes.h More... over 21 years ago
Publishing the libmpeg2 memory allocation interface and hooks. More... over 21 years ago
Do not try to use memalign. It's not ANSI C and most systems dont have a declaration for it. So, we needed a workaround for systems that dont have it. In these conditions, it's simpler to just always use the workaround (doing a larger malloc and aligning the data ourselves). More... over 21 years ago
Check for IDCT overflow when doing reference md5 checksums. More... over 21 years ago
New altivec reference md5 files. More... over 21 years ago
New altivec idct. More... over 21 years ago
Adding altivec idct. More... over 21 years ago
Added overflow tests from ccm1 in IEEE test bench. More... over 21 years ago
Adjust ieee 1180 test so it works with same idct as reference decoder. More... over 21 years ago
Add IEEE 1180 conformance tests from ftp://ftp.mpegtv.com/pub/mpeg/mssg/ieee1180.tar.gz More... over 21 years ago
IDCT changes. More... over 21 years ago
Added XV and pgm display modules. Useful for debugging on >8bpp displays and generating reference md5 files. More... over 21 years ago
Initial revision More... over 21 years ago
Fix CVS mail ? More... over 21 years ago
Added MSSG module for reference decoder. More... over 21 years ago
Table-based MC parsing. More... over 21 years ago
typo. More... over 21 years ago
VIS infrastructure part 2 More... over 21 years ago
VIS infrastructure - part 1 More... over 21 years ago
Updated checksums for the new preshift-by-4 IDCT code. More... over 21 years ago
Make the IDCT input be preshifted by 4: More... over 21 years ago
More concatenated sequence fixes. More... over 21 years ago