blender/release/plugins/sequence
Peter Schlaile 4f59db9ca1 Add several usefull sequencer-plugins:
- color-correction-hsv & color-correction-yuv
  Do color correction in HSV or YUV-space, rather sophisticated but slow.
  You can control setup, gain and gamma and saturation (seperated by
  shadows, midtones and highlights).
- gamma
  a simple RGB-Gamma plugin, but very fast.
- dnr
  Dynamic Noise Reduction (plugin ported from VirtualDub).
  This helps mpeg encoding alot, by ignoring noise /movement
  below a given threshold between frames.
  It is also a lot faster than the original VirtualDub-plugin preserving
  it's quality.
2006-02-05 19:04:12 +00:00
..
blur.c Initial commit of the 'release' directory (splash screen/icon 2003-01-01 15:06:10 +00:00
color-correction-hsv.c Add several usefull sequencer-plugins: 2006-02-05 19:04:12 +00:00
color-correction-yuv.c Add several usefull sequencer-plugins: 2006-02-05 19:04:12 +00:00
dnr.c Add several usefull sequencer-plugins: 2006-02-05 19:04:12 +00:00
gamma.c Add several usefull sequencer-plugins: 2006-02-05 19:04:12 +00:00
Makefile Initial commit of the 'release' directory (splash screen/icon 2003-01-01 15:06:10 +00:00
scatter.c Updated the scatter program to fix some warnings. 2003-05-02 20:52:58 +00:00
showzbuf.c Added #include <stdio.h> 2004-01-28 19:25:32 +00:00