r864: Merge 2.1:
[cinelerra_cv/ct.git] / cinelerra / CHANGELOG.2.1
blobcd73905514ad032cf26507739cc39c2348d285a1
1 Overlay audio effect.  Allows applying compression to the result of a
2 6 -> 2 mixdown in realtime.
4 Compressor can use sum of all channels in addition to highest channel
5 and trigger.
7 Channel position recall based on number of channels.
9 Audio recording uses another layer of buffers to handle the extremely
10 small ALSA buffers better.
11 ALSA support migrated to version 1.0.11 and using the dynamic library since
12 it is now installed by default.
17 Filename extension automatically changed when selecting file format.
19 Toggles for effect on/show.
21 Motion tracking controls width and height for the block and range
22 instead of just size. Motion tracking takes the previous keyframe's x
23 and y instead of interpolating them.
25 Channel mapping for the AC3/A52 decoder is fixed for 5.1 channels.
26 Liba52 outputs LFE, FL, C, FR, BL, BR but every other library expects 
27 C, FL, FR, BL, BR, LFE, which caused errors when the BR channel from 
28 liba52 was encoded straight through as LFE.
30 2 presets for audio mixing positions.  Map each track to a different
31 channel and map 5.1 tracks to stereo.
34 Background drawing of tracks for more responsiveness.
36 Number of channels is no longer set in device configuration but totally
37 dependant on project settings.
39 Automatic cursor hiding when video is playing back.
41 Fullscreen video in compositor window, recording monitor.  Lots of new
42 menu options in the compositor popup.
44 A floating point boundary condition in Linearize was fixed, defeating
45 the color glitches that would show up many steps later in floating
46 point images.
48 Smarter timebar drawing.
50 Tabs instead of pulldown menu for changing preferences dialogs.
52 Keyframes->Straighten curves: straightens the bezier curves if more than one
53 curve keyframe is in the highlighted area.
55 W and H may be swapped by a single button in the project settings.
57 MPEG-2 decoding directly from unencrypted Blu-Ray disks.
59 Option to match project frame rate in asset popup.
60 Asset info gives bitrate of actual MPEG stream instead of table of
61 contents file.
63 TOC rebuilt if source MPG file changes date.
65 Antialiased fonts for the interface.
67 Colorbalance ranges changed to more easily support white balancing.
69 Histogram shows the output of the RGB transfer in the value plot,
70 because the value transfer is applied after the RGB transfer.
71  - Histogram has split output
73 Limited DVD subtitle support.  Requires starting playback before the
74 subtitle appears.  The number of subtitle tracks are given in the asset
75 info dialog for MPEG video files.
81 The line doubling options in Frames to Fields and Freezeframe were
82 removed to simplify things.  Use deinterlace after freezeframe.  Frames
83 to Fields always averages lines.
85 Rounding error in picon drawing for long timelines fixed.
87 Handy error dialog pops up showing errors that would previously only
88 appear on the console.
90 Gradient in floating point doesn't stair step anymore.
91 Gradient with changing alpha works when colormodel doesn't have alpha.
93 Chromakey with hue/saturation/value is back, in addition to the color
94 cube method and difference key.
97 For overlaying, divide behavior is the same as the Gimp.
98 New overlaying algorithm: Max takes the maximum r, g, and b values.