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
Remove a couple more uses or references to __progname. More... over 15 years ago
Seems some systems or development environs do not have __progname. argv[0] is fine for logging usage statements so use argv[0] More... over 15 years ago
Solaris build patches submitted to the developer mailing list More... over 15 years ago
Remove unused/not-needed _progname comment line. More... over 15 years ago
Some versions of gcc added 'core2' in addition to 'nocona'. Apple's gcc 4.x does not accept that option so workaround the new flag by doing a test compile More... over 15 years ago
Intel Core2 detection from Gert Vervoort More... over 15 years ago
A bug was postet to the mjpegtools tracker: https://sourceforge.net/tracker/?func=detail&atid=105776&aid=2834856&group_id=5776 More... over 15 years ago
amazing how each release of g++ manages to break code that's compiled for years. seems g++ 4.4 had an issue with strrchr() at line 56 More... over 15 years ago
Overrun somewhere - from a contributor on the mailing list is the overkill fix of allocating lots more than is probably needed More... over 15 years ago
Fixed an integration error. More... over 15 years ago
Rewrote y4mdenoise's BitmapRegion2D<>::FloodFill() to do less region math, in favor of direct pixel-oriented operations (which is more natural for bitmap regions). Now the zero-motion and match-throttle flood-fills use bitmap regions, but the pruning flood-fill still uses set regions, because it's faster that way. More... over 15 years ago
Another performance improvement. A logarithmic operation in SearchBorder<> has been turned into a small-constant operation plus a much smaller logarithmic operation. This buys almost 15% in my tests. More... over 15 years ago
Actual fix for y4mdenoise/SkipList.hh compile problem with gcc 4.0.1. More... over 15 years ago
Possible fix for y4mdenoise/SkipList.hh compile problem with gcc 4.0.1. More... over 15 years ago
Checked in y4mdenoise "version 3 beta 3". More... over 15 years ago
Checked in y4mdenoise "version 3 beta 2". More... over 15 years ago
the memory is freed everywhere else before returning except here, the non-errpr case. More... over 15 years ago
This is what I'm calling "version 3 beta" of y4mdenoise! I've finally found a practical implementation of my original idea. More... almost 16 years ago
Fixed more multithreaded problems in y4mdenoise. I wasn't using enough private allocators, and so threads could potentially stomp each other when allocating memory. More... almost 16 years ago
Another fix to y4mdenoise's threading, this time to get rid of a potential double condition-signal. (One condition-signal is enough.) More... almost 16 years ago
If zero is specified for -z/-Z, skip the zero-motion pass entirely. (I thought I had done this already...oops!) More... almost 16 years ago
y4mdenoise would sometimes hang if an earlier process in the pipeline quit unexpectedly, preventing the pipeline from cleaning up properly. The read-ahead thread just has to wake up its client before it exits with an error, and now it works. More... almost 16 years ago
Fixed the installation directory of the mjpeg-howto file. Line 103 creates a ${_prefix}/share/info directory, but the %post and %postun sections referred to ${_prefix}/info . Now those sections properly refer to ${_prefix}/share/info. More... almost 16 years ago
Lots of changes to y4mdenoise that I've been sitting on for a while. More... almost 16 years ago
Sigh, some distributions don't like Quicktime. Avoid crashing the program due to uninitialized pointer if HAVE_LIBQUICKTIME is not defined. More... almost 16 years ago
Use memmove instead of bcopy. Seems some linux systems have issues with bcopy on 64bit AMD systems More... about 16 years ago
Added a patch that tests for a broken sdl.m4 Found in the tracker: Remove AC_CANONICAL_TARGET call http://sourceforge.net/tracker/?func=detail&atid=305776&aid=2491094&group_id=5776 More... about 16 years ago
A patch from the tracker: Build fix for NetBSD/amd64 More... about 16 years ago
Added a patch from the tracker: Unportable test(1) construct More... about 16 years ago
Bump version number after a release More... about 16 years ago