Menu

Svn Commit Log


Commit Date  
[r1460] by waldviertler

A whole bunch of changes. But now the ditsributed encoding sould work and the script generation.

2002-07-27 13:02:02 Tree
[r1459] by biquard

Add the chrominance color rotation (extremely useful). Last release before yuvcorrection program

2002-07-14 15:34:04 Tree
[r1458] by waldviertler

a the patch from Steven M. Schultz, that disables the sharpening of the images if -S is set to 0.
Also improves the encoding speed of yuvdenoise.

Here is the original patch:
------------------
--- denoise.c.dist Thu Apr 11 14:37:07 2002
+++ denoise.c Sun Jul 7 15:56:58 2002
@@ -558,6 +558,9 @@
register int m;
register int c;

+ if (denoiser.sharpen == 0)
+ return;
+
dst[Yy]=denoiser.frame.avg2[Yy]+32*W;

/* Y */
-------------------

2002-07-11 16:35:22 Tree
[r1457] by klicman

James Klicman's Altivec patches for mpeg2enc.

2002-07-06 06:15:27 Tree
[r1456] by rbultje

Merge fixes from 1.6.1 branch + change version number to 1.7.0

2002-06-26 19:37:55 Tree
[r1455] by rbultje

Updates for 1.6.1

2002-06-26 19:18:22 Tree
[r1454] by waldviertler

Changed some smaller part for better understanding

2002-06-02 13:22:44 Tree
[r1453] by biquard

more complete now, but still not sufficiently complete

2002-05-31 23:33:53 Tree
[r1452] by biquard

add -O DVD, -I CHROMINANCE AND LUMINANCE keywords, removed the file reading capabilities (do not duplicate lav2yuv), code cleaning

2002-05-31 23:32:44 Tree
[r1451] by waldviertler

Changed spelling mistakes

2002-05-31 17:30:47 Tree
Older >
MongoDB Logo MongoDB