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
Get rid of mallocs in libmpeg2convert More... about 21 years ago
Make mpeg2convert more similar to the other libraries. More... about 21 years ago
Oooops - forget to check in vc++ project file. More... about 21 years ago
enforce libmpeg2convert namespace restrictions. More... about 21 years ago
namespace cleaning for libmpeg2convert More... about 21 years ago
Fix vc++ build More... about 21 years ago
Ignore derived files. More... about 21 years ago
Get rid of old color conversion files (moved to libmpeg2/convert) More... about 21 years ago
Use a published color conversion library rather than having private stuff in libvo. More... about 21 years ago
Color conversion helper library. More... about 21 years ago
Properly export the color conversion api from mpeg2.h More... about 21 years ago
. More... about 21 years ago
. More... about 21 years ago
Some systems complain if you include both sys/time.h and time.h More... about 21 years ago
Updating tests. More... about 21 years ago
Adding dump files for a few more streams. More... about 21 years ago
Few things: More... about 21 years ago
Adding nullskip output modules - skips all decoding ! More... about 21 years ago
Fix pva demuxer. More... about 21 years ago
Bad idea (we'd try to free an invalid pointer at close time) More... about 21 years ago
Fix all known memory leaks. More... about 21 years ago
When the x11 frame allocation fails (probably because of a corrupted sequence header with a huge size), just skip to the next sequence. More... about 21 years ago
Fallback to x11 when xv_alloc_frames fails. More... about 21 years ago
malloc hook, avoids reading uninitialized buffer data when decoding invalid streams. More... about 21 years ago
Fix some corner case where the c color conversion could fail if mmx was enabled but there was no mmx optimized routine for the desired conversion. More... about 21 years ago
Fix pgm saving routine in sample code for 422 and 444 streams. Also fix 422/444 buffer allocation. More... about 21 years ago
Fix "make distcheck". More... about 21 years ago
Enforce the new invariants about the info struct not being inconsistant. More... about 21 years ago
Make sure STATE_BUFFER never shows an incoherent state (i.e. after only part of a state headers have been parsed). This means the info structure can only be updated during some state's finalize function (except for user_data which is cleared between non-buffer states). More... about 21 years ago
Clean out the info structure (potentially including pointers to buffers already freed) after sending a STATE_END. More... about 21 years ago