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