0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 2 years ago. based on code collected over 3 years ago.
Mar 05, 2022 — Mar 05, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump to 2.2.0 More... over 9 years ago
This time for sure - seems the variables are needed for SSE2 but not SSE3. More... over 9 years ago
__SSE3__ needs a couple extra local variables (where is __SSE3__ defined - not in any mjpegtools test/configure option More... over 9 years ago
Change INCLUDES to be AM_CPPFLAGS (as is done for all the other Makefile.am files) More... over 9 years ago
clean up the automake file. More... over 9 years ago
ancient scripts (which were never installed or used) finally removed after ~15 years More... over 9 years ago
fix typo More... over 9 years ago
change some info to debug to reduce verbosity. More... about 10 years ago
Don't need main.c - it was a botch and on the TODO list for removal. More... about 10 years ago
Massive cleanup - readability improvements, yuvycsnoise crash on OS/X fixed. More... about 10 years ago
try again More... about 10 years ago
remove warning: lav_io.c:929:29: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf(stderr, errmsg); More... about 10 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 More... about 10 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); More... about 10 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)); More... about 10 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] More... about 10 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 More... about 10 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() ); More... about 10 years ago
remove warnings optimization flag '-finline-functions' is not supported More... about 10 years ago
remove warning message: -funroll-all-loops' is not supported More... about 10 years ago
get rid of warning message: optimization flag '-finline-functions' is not supported More... about 10 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] More... about 10 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] More... about 10 years ago
Clean up the file. Remove references to obsolete programs/scripts, fix typos, etc. More... over 11 years ago
remove hack added to compensate for libquicktime breakage. As of 2014/10/24 libquicktime was fixed. More... over 11 years ago
libquicktime seems to have altered behaviour - the colormodel is no longer being set automatically on open for non ffmpeg codecs. More... over 11 years ago
Updated patch for end of stream handling More... almost 12 years ago
Patch from Darrell Walisser to fix bug of dropping ast access unit / frame from input video stream when end of stream encountered. More... almost 12 years ago
Fixing the warning: Makefile.am: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' when running autoreconf More... almost 12 years ago
Fix typos in header guard macros More... about 12 years ago