openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
T
The MJPEG/Linux square
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
8 months
ago. based on code collected
almost 2 years
ago.
Mar 05, 2022 — Mar 05, 2023
Showing page 5 of 104
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Remove a couple more uses or references to __progname.
sms00
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]
sms00
More...
over 15 years ago
Solaris build patches submitted to the developer mailing list
sms00
More...
over 15 years ago
Remove unused/not-needed _progname comment line.
sms00
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
sms00
More...
over 15 years ago
Intel Core2 detection from Gert Vervoort
sms00
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
waldviertler
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
sms00
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
sms00
More...
over 15 years ago
Fixed an integration error.
ulatec
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.
ulatec
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.
ulatec
More...
over 15 years ago
Actual fix for y4mdenoise/SkipList.hh compile problem with gcc 4.0.1.
ulatec
More...
over 15 years ago
Possible fix for y4mdenoise/SkipList.hh compile problem with gcc 4.0.1.
ulatec
More...
over 15 years ago
Checked in y4mdenoise "version 3 beta 3".
ulatec
More...
over 15 years ago
Checked in y4mdenoise "version 3 beta 2".
ulatec
More...
over 15 years ago
the memory is freed everywhere else before returning except here, the non-errpr case.
sms00
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.
ulatec
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.
ulatec
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.)
ulatec
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!)
ulatec
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.
ulatec
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.
ulatec
More...
almost 16 years ago
Lots of changes to y4mdenoise that I've been sitting on for a while.
ulatec
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.
sms00
More...
almost 16 years ago
Use memmove instead of bcopy. Seems some linux systems have issues with bcopy on 64bit AMD systems
sms00
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
waldviertler
More...
about 16 years ago
A patch from the tracker: Build fix for NetBSD/amd64
waldviertler
More...
about 16 years ago
Added a patch from the tracker: Unportable test(1) construct
waldviertler
More...
about 16 years ago
Bump version number after a release
sms00
More...
about 16 years ago
←
1
2
3
4
5
6
7
8
9
…
103
104
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree