0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 8 months ago. based on code collected almost 2 years ago.
Mar 05, 2022 — Mar 05, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Document the -g option. More... over 18 years ago
Fix bugs accessing properties of AU (mostly logging calls) when the last AU of a stream has already been muxed and hence free-ed. More... over 18 years ago
Add logic to correctly delay the addition of released Picture's to the Picture free list so they can't be reused before all Pictures that might reference them have also been released. More... over 18 years ago
jpeg2yuv can read filenames from stdin too More... over 18 years ago
Initial Fix attempt for broken handling of forcing P frames. More... over 18 years ago
Ok - after discussion with James revert some of the argument sanity checking by putting it back inside the ALTIVEC_VERIFY ifdef. Leave the one check for 16x16/8x8 blocks present to avoid a repeat of the yuvdenoise debug session. More... over 18 years ago
at Stefan's request (he is on travel for a while) administer first aid to the program by changing it to use 16x16 search blocks rather than 32x32 blocks. The accelerated SAD routines have a 16x16 limit. Altivec routines check for this and will log a message and exit, but the MMX versions will simply crash eventually. More... over 18 years ago
Enable some of the sanity checks that were hidden inside '#ifdef ALTIVEC_VERIFY' conditionals. In particular the requirement in sad_00 that 'h' be 8 or 16 was being violated by yuvdenoise and the program was mysteriously coredumping. More... over 18 years ago
Update documentation - lingering references to jpeg-mmx More... over 18 years ago
Aesthetic changes, use 'err' as a local variable rather than 'errno' (system error), use filen() instead of hardcoding filedescriptor numbers More... over 18 years ago
Add the y4mivtc executable. More... over 18 years ago
getopt() returns 'int' not 'char'. Cleanup the help/usage messages so they don't double or triple space. More... over 18 years ago
Fix the usage() summary and coincident comments. The proper usage is -v -v and not -vs to increase the debug/verbosity level. More... over 18 years ago
Move imageplanes.cc from mpeg2enc_source to libmpeg2encpp_source so that symbols do not become undefined in the library. More... over 18 years ago
added a HQ-Mode for the temporal filter (MotionComp) More... over 18 years ago
fixed BUG: wrong output-buffer for -s1 More... over 18 years ago
Consistent spelling of quantisation. More... over 18 years ago
Remove -s option - it was a TEMPORARY compatiblity no-op. More... over 18 years ago
Need <cassert> when using assert() in C++ modules. More... over 18 years ago
Fixed some subtle Bugs in multi-pass/lookahead coding implementation caused by lower-level routines member variables of Macroblock components via side-effects. More... over 18 years ago
Sigh, have to zero out the 'pasp' structure to avoid getting junk values from the stack. This was causing the program to think it had a pasp atom when the file did not have one. More... over 18 years ago
config.h must NEVER be present in exported/public header files!! More... over 18 years ago
Added the patch from the tracker: [ 1506476 ] Pair of fixes to lav2mpeg More... over 18 years ago
Added the patch from Tracker: [ 1506460 ] --verbose broken, -v works https://sourceforge.net/tracker/index.php?func=detail&aid=1506460&group_id=5776&atid=105776 More... over 18 years ago
Remove trailing / from pass1ratectl.cc. Add "cpu_accel.h" to rate_complexity_model.cc for the fmin() prototype - some systems don't have that natively. More... over 18 years ago
Checkpoint: pass-2 now active, rate/complexity model classes added, refactoring of seqencoder to remove nasty interactions between pass-1 and pass-2 More... over 18 years ago
Apparently the corruption of the edges has been fixed so the comment about the corruption can be removed. The default for the median filters is still 0,0,0 since enabling those can result in loss of detail and thus shouldn't be on by default. More... over 18 years ago
Fixed a smal copy&paste error More... over 18 years ago
Program's name is y4mstabilizer rather than y4mstab. More... over 18 years ago
Added the patch from: Mark Nauwelaerts More... over 18 years ago