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 1 of 104
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Bump to 2.2.0
sms00
More...
about 8 years ago
This time for sure - seems the variables are needed for SSE2 but not SSE3.
sms00
More...
about 8 years ago
__SSE3__ needs a couple extra local variables (where is __SSE3__ defined - not in any mjpegtools test/configure option
sms00
More...
about 8 years ago
Change INCLUDES to be AM_CPPFLAGS (as is done for all the other Makefile.am files)
sms00
More...
over 8 years ago
clean up the automake file.
sms00
More...
over 8 years ago
ancient scripts (which were never installed or used) finally removed after ~15 years
sms00
More...
over 8 years ago
fix typo
sms00
More...
over 8 years ago
change some info to debug to reduce verbosity.
sms00
More...
over 8 years ago
Don't need main.c - it was a botch and on the TODO list for removal.
sms00
More...
over 8 years ago
Massive cleanup - readability improvements, yuvycsnoise crash on OS/X fixed.
sms00
More...
over 8 years ago
try again
sms00
More...
over 8 years ago
remove warning: lav_io.c:929:29: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf(stderr, errmsg);
sms00
More...
over 8 years ago
remove warning error: liblavplay.c:2677:7: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] abs(editlist->video_fps - new_eli->video_fps) < 0.0000001 && ^ liblavplay.c:2677:7: note: use function 'fabs' instead abs(editlist->video_fps - new_eli->video_fps) < 0.0000001 && ^~~ fabs
sms00
More...
over 8 years ago
remove warning error: png2yuv.c:406:7: warning: format specifies type 'unsigned int' but the argument has type 'png_uint_32' (aka 'unsigned long') [-Wformat] param->width, param->height);
sms00
More...
over 8 years ago
remove warning error: musicin.c:277:53: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] mjpeg_error_exit1("can not malloc %d bytes", strlen(outfilename));
sms00
More...
over 8 years ago
remove warning message: multiplexor.cpp:325:68: warning: format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]
sms00
More...
over 8 years ago
remove warning message: subpstream.cpp:311:52: warning: format specifies type 'long long' but the argument has type 'double' [-Wformat] mjpeg_debug("SUBPStream: Required DTS is %lld",decode_time/300.0); ~~~~ ^~~~~~~~~~~~~~~~~ %f
sms00
More...
over 8 years ago
remove warning message: main.cpp:624:26: warning: format string is not a string literal (potentially insecure) [-Wformat-security] mjpeg_error( message.c_str() );
sms00
More...
over 8 years ago
remove warnings optimization flag '-finline-functions' is not supported
sms00
More...
over 8 years ago
remove warning message: -funroll-all-loops' is not supported
sms00
More...
over 8 years ago
get rid of warning message: optimization flag '-finline-functions' is not supported
sms00
More...
over 8 years ago
get rid of warnings: main.c:315:11: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value]
sms00
More...
over 8 years ago
abs() of unsigned int is silly - gives this warning yuvkineco.c:572:10: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value]
sms00
More...
over 8 years ago
Clean up the file. Remove references to obsolete programs/scripts, fix typos, etc.
sms00
More...
almost 10 years ago
remove hack added to compensate for libquicktime breakage. As of 2014/10/24 libquicktime was fixed.
sms00
More...
over 10 years ago
libquicktime seems to have altered behaviour - the colormodel is no longer being set automatically on open for non ffmpeg codecs.
sms00
More...
over 10 years ago
Updated patch for end of stream handling
sms00
More...
over 10 years ago
Patch from Darrell Walisser to fix bug of dropping ast access unit / frame from input video stream when end of stream encountered.
sms00
More...
over 10 years ago
Fixing the warning: Makefile.am: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' when running autoreconf
waldviertler
More...
over 10 years ago
Fix typos in header guard macros
sms00
More...
over 10 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