Menu

Svn Commit Log


Commit Date  
[r2895] by sms00

Unused structure definition removed.

2005-10-18 17:58:56 Tree
[r2894] by sms00

quantize_x86.c: In function 'quant_non_intra_mmx':
quantize_x86.c:199: warning: pointer targets in assignment differ in signedness
quantize_x86.c:200: warning: pointer targets in assignment differ in signedness

the dest pointers should be uint16_t instead of int16_t

2005-10-18 17:41:23 Tree
[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
Older >
Auth0 Logo