r676: Fixed that parsing autos would miss all but the first entry. (Bugs #195 and...
[cinelerra_cv/ct.git] / ChangeLog
blobfc7301184f514e369972cb2d49243b8d7a50a473
1 5.Sep.2005
3 minmax:
5         -Modified:    cinelerra/hvirtual/plugins/libfourier fourier.C
6         -Fix bugs
8         -Modified:    cinelerra/hvirtual/plugins/fourier Makefile.am
9         -Add fftw3 to ldadd in Makefile.am
11         -Modified:    cinelerra/hvirtual configure.in
12         -Add check for fftw3.h and libfftw3 ..
15 3.Sep.2005
17 minmax
18         -Modified:    cinelerra/hvirtual/quicktime stbl.c
19         -Apply patch as per bug 191
20         Fixes crush when opening files produced by Minolta DimageZ3
23 1.Sep.2005
25 minmax
26         -Added:       cinelerra/hvirtual/po pt_BR.po
27         
28         -Modified:    cinelerra/hvirtual/plugins/pitch pitch.C pitch.h
29         -New pitch control plugin code, and based on the same code new
30          timestretch plugin which is now realtime!
32         -Modified:    cinelerra/hvirtual/plugins/timestretch timestretch.C
33                       timestretch.h
34         -New pitch control plugin code, and based on the same code new
35          timestretch plugin which is now realtime!
37         -Modified: cinelerra/hvirtual/plugins/libfourier fourier.C
38                    fourier.h
39         -New pitch control plugin code, and based on the same code new
40         timestretch plugin which is now realtime!
41              
42         -Modified:    cinelerra/hvirtual/debian control
43         -Add fftw3-dev to debian dependencies
45         
46 28.Aug.2005
48 minmax  
49         -Modified:    cinelerra/hvirtual/plugins/diffkey diffkey.C
50         -Fixed YUV bug in diffkey
52 25.Aug.2005
54 minmax  - applied j@v2v.cc patch to ogg muxing to make it standard compliant
56         - removed debian dependency to mjpegtools 1.6.3 - since pmdumuid
57           makes it unneccessary
58         
59         - Modified:    cinelerra/hvirtual/cinelerra aboutprefs.C
60         - Add jan to the credits
61 pmdumuid
62         - Added a automake patch to cope with the change in mjpegtool's y4m_read_frame_header()
64 23.Aug.2005
66 minmax:
68         - Modified:    cinelerra/hvirtual/cinelerra interfaceprefs.C
69                        interfaceprefs.h mwindow.h mwindowedit.C preferences.C 
70                        preferences.h trackcanvas.C trackcanvas.h tracks.h tracksedit.C
71         - Here it is, infamous ga's patch fixed up and polished and beaten up into
72           submission "Just Works" (till the first tester comes at least)
73   
74         - Modified:    cinelerra/hvirtual/cinelerra trackcanvas.C
75         - Small fix for the dnd patch
76   
77         - Modified:    cinelerra/hvirtual/cinelerra edits.C edits.h pluginset.C
78         - Fix a bug when paste_silence didn't return proper editlist
80         - Modified:    cinelerra/hvirtual/cinelerra trackcanvas.C tracksedit.C
81         - Make position finding rutines nicer...
82   
83         - Modified:    cinelerra/hvirtual/cinelerra interfaceprefs.C
84                        interfaceprefs.h mwindowedit.C preferences.C
85                        preferences.h trackcanvas.C
86         - a) remove dragdrop preference - since new mode can give all existing
87              behaviours it is sensible that old mode can be discarded
88         - b) small fix for drop placement - off by one error
90         - Modified:    cinelerra/hvirtual/cinelerra yuvstream.C
91         - Fix in order to compila with new mjpegtools
93 21.Aug.2005
95 minmax:
96         
97         - Modified:    cinelerra/hvirtual/cinelerra maskengine.C
98         - Small fix to mask engine
100 20.Aug.2005
102 minmax:
103         
104         - Modified:     cinelerra/hvirtual/cinelerra mwindow.h mwindowmove.C
105                         trackcanvas.C
106         - Fix for bug 176 - implements sample zooming when holding shift and using 
107           scrollwheel
109         - Modified:    cinelerra/hvirtual/debian control
110         - Moved from libavcodec-dev to libavcodec2-dev to make it compile under latest
111           sid
113         - Modified:    cinelerra/hvirtual/cinelerra cwindowgui.C maskauto.C
114                        maskauto.h maskautos.C maskautos.h mwindowedit.C
115         - Fixes misplacement of the mask when resizing track and misplacement of the
116           mask outline (in compositor window) when resizing project or changing it's
117           aspect ratio fixes bug 161
119         - Modified:    cinelerra/hvirtual/cinelerra asset.C
120         - Forgot to set defaults for theora so they weren't persistent ... now they are
121         
122         - Modified:    cinelerra/hvirtual/cinelerra cwindowgui.C
123         - Clear out the debug printf
125 11.Aug.2005
127 Changelog maintainer:
129         - Now we have a changelog maintainer. 
130 minmax: 
131         - boost up requirement for mjpegtools to 1.6.3 (used to be 1.6.2)
132           and applying patch for it to work...
134         - reworked ga's patch for free dragging
136         - fixed a quasi-bug in Edits::paste_silence
137         
138         - fixed mask being off the place when changing track size or when
139           changing project size/aspect ratio
141         - added default options saving for theora (was missing)
144 giskard:
145         - modified debian/control, addedd libtheora-mmx-dev to the 
146           build-deps.
147 j6t:
149         - Modified:    cinelerra/hvirtual/cinelerra mainundo.C mainundo.h
150         - Undo items are only pushed if some time has passed since the last push.
152         - Modified:    cinelerra/hvirtual/cinelerra mainundo.C mainundo.h
153                         pluginclient.C pluginserver.C pluginserver.h
154         - This enables undo of plugin parameter tweaks. Fixes Bug 154.
157         - Modified:    cinelerra/hvirtual/cinelerra mainundo.C mwindowedit.C
158                         undostackitem.C undostackitem.h
159         - The UndoStackItem::redo() is dropped and replaced by UndoStackItem::undo().
160           The latter must reverse its state so that the next invocation does a redo.
162         - Modified:    cinelerra/hvirtual/cinelerra mainundo.C mainundo.h
163         - Only one project state is stored in an undo item instead of two.
165         - Modified:    cinelerra/hvirtual/cinelerra loadfile.C mwindow.C
166         - The invokers of MWindow::load_filenames() instead of this function itself
167           mark the project unchanged.
168           Exception: When a backup is loaded, the project remains marked as changed.
170         - Modified:    cinelerra/hvirtual/cinelerra Makefile.am mainundo.C
171                         mainundo.h
172         - Removed:     cinelerra/hvirtual/cinelerra undostack.C undostack.h
173                         undostack.inc
174         - The undo stack is split into an undo stack and a redo stack.
175           This makes class UndoStack unnecessary.
178 19.Oct.2003
179 Added reporting of missing libraries when configure finishes.
180 -Richard Baverstock