5 -Modified: cinelerra/hvirtual/plugins/libfourier fourier.C
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 ..
18 -Modified: cinelerra/hvirtual/quicktime stbl.c
19 -Apply patch as per bug 191
20 Fixes crush when opening files produced by Minolta DimageZ3
26 -Added: cinelerra/hvirtual/po pt_BR.po
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
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
39 -New pitch control plugin code, and based on the same code new
40 timestretch plugin which is now realtime!
42 -Modified: cinelerra/hvirtual/debian control
43 -Add fftw3-dev to debian dependencies
49 -Modified: cinelerra/hvirtual/plugins/diffkey diffkey.C
50 -Fixed YUV bug in diffkey
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
59 - Modified: cinelerra/hvirtual/cinelerra aboutprefs.C
60 - Add jan to the credits
62 - Added a automake patch to cope with the change in mjpegtool's y4m_read_frame_header()
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)
74 - Modified: cinelerra/hvirtual/cinelerra trackcanvas.C
75 - Small fix for the dnd patch
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...
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
97 - Modified: cinelerra/hvirtual/cinelerra maskengine.C
98 - Small fix to mask engine
104 - Modified: cinelerra/hvirtual/cinelerra mwindow.h mwindowmove.C
106 - Fix for bug 176 - implements sample zooming when holding shift and using
109 - Modified: cinelerra/hvirtual/debian control
110 - Moved from libavcodec-dev to libavcodec2-dev to make it compile under latest
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
122 - Modified: cinelerra/hvirtual/cinelerra cwindowgui.C
123 - Clear out the debug printf
127 Changelog maintainer:
129 - Now we have a changelog maintainer.
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
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)
145 - modified debian/control, addedd libtheora-mmx-dev to the
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
172 - Removed: cinelerra/hvirtual/cinelerra undostack.C undostack.h
174 - The undo stack is split into an undo stack and a redo stack.
175 This makes class UndoStack unnecessary.
179 Added reporting of missing libraries when configure finishes.