Menu

Svn Commit Log


Commit Date  
[r3390] by sms00

Don't need main.c - it was a botch and on the TODO list for removal.

2016-06-05 22:32:02 Tree
[r3389] by sms00

Massive cleanup - readability improvements, yuvycsnoise crash on OS/X fixed.

2016-06-05 22:30:47 Tree
[r3388] by sms00

try again

2016-06-05 03:20:20 Tree
[r3387] by sms00

remove warning:
lav_io.c:929:29: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
fprintf(stderr, errmsg);

2016-06-05 02:57:13 Tree
[r3386] by sms00

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

2016-06-05 02:48:36 Tree
[r3385] by sms00

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);

2016-06-05 02:46:11 Tree
[r3384] by sms00

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));

2016-06-05 02:44:15 Tree
[r3383] by sms00

remove warning message:
multiplexor.cpp:325:68: warning: format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long') [-Wformat]

2016-06-05 02:43:10 Tree
[r3382] by sms00

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

2016-06-05 02:40:02 Tree
[r3381] by sms00

remove warning message: main.cpp:624:26: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
mjpeg_error( message.c_str() );

2016-06-05 02:37:54 Tree
Older >
MongoDB Logo MongoDB