Menu

Svn Commit Log


Commit Date  
[r1461] by rbultje

The first preliminary version of the driver with support for video4linux2 and which uses the new videodev kernel sublayer (which I'll call videodev2) rather than the old videodev sublayer (videodev1). The new videodev2 sublayer is introduced in kernel 2.4.19 and 2.5.x and is a prerequisite of video4linux2.
Other changes include prelimiary support for the DC30/DC30plus cards, which is also still being worked on. All credits for this work go to Wolfgang Scherr and Laurent Pinchart.
Lastly, this driver version introduces a new kernel sublayer - videocodec. It is also still work-in-progress. The main goal of videocodec is to make the modules of image encoder/decoder chips (like the zr36060 on the DC10+/Buz/LML33 or the zr36016/zr36050 on the DC30) reusable for other drivers. This should make these modules more generic, easier to reuse and should make programming with them more unified and thus easier. Credits for this work go to Laurent as well.

Warning! All code here is considered to be in alpha/beta state. Most lowlevel code (registry settings) has not changed, but everything that goes beyond that has changed, basically. Do not use this code in a stable production environment. Testers are, of course, welcome, and we welcome any bugreports.

2002-08-01 11:05:44 Tree
[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
Older >
MongoDB Logo MongoDB