Menu

Svn Commit Log


Commit Date  
[r2893] by sms00

gcc4 spotted these:
png2yuv.c: In function 'init_parse_files':
png2yuv.c:429: warning: format '%ld' expects type 'long int', but argument 2 has type ;png_uint_32'
png2yuv.c:429: warning: format '%ld' expects type 'long int', but argument 3 has type 'png_uint_32'
png2yuv.c:458: warning: format '%ld' expects type 'long int', but argument 2 has type 'png_uint_32'
png2yuv.c:458: warning: format '%ld' expects type 'long int', but argument 3 has type 'png_uint_32'

Use '%u' instead of '%ld' for the format string spec.

2005-10-18 17:40:29 Tree
[r2892] by sms00

main.c:377: warning: unused variable ‘framenr’

2005-10-18 17:09:13 Tree
[r2891] by sms00

abs() is prototyped in <stdlib.h> so include that file to get rid of the
warning:
sinc_interpolation.c:67: warning: implicit declaration of function 'abs'

2005-10-18 17:08:22 Tree
[r2890] by sms00

gcc4 spotted this one:
Warning error was:
liblavrec.c: In function 'lavrec_hardware_init':
liblavrec.c:1225: warning: comparisons like X<=Y<=Z do not have their mathematical meaning
Adding an extra pair of parentheses gets rid of the message (and makes it
clearer what is going on).

2005-10-18 16:55:37 Tree
[r2889] by stefan_fendt

a little more image-quality (antialiasing)

2005-10-17 12:45:14 Tree
[r2888] by wackston2

Completed initial implementation of new GOP splitting.

Don't expect wonders from this. Clever GOP splitting actually rately makes all that much difference in bit-rate / quality.

It will make more difference in combination with a 2nd pass.

2005-10-16 23:06:38 Tree
[r2887] by sms00

Remove reference to 'nasm' since there are no .s files remaining.

2005-10-14 22:07:48 Tree
[r2886] by sms00

yuvcorrect in its new home

2005-10-14 20:00:59 Tree
[r2885] by sms00

Move yuvcorrect from lavtools/ into a directory of its own.

2005-10-14 20:00:18 Tree
[r2884] by sms00

lavtools was getting cluttered. Since there was an (empty) yuvscaler/
directory already in existence files were move into it and the automake/autoconf
files adjusted.
Also, don't replicate VERSION strings - just use the VERSION macro from
config.h

2005-10-14 04:11:56 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.