]> git.sesse.net Git - kdenlive/log
kdenlive
13 years agoIf exporting to script: Use variables for the location of the playlist and the destin...
Till Theato [Sat, 18 Dec 2010 14:34:39 +0000 (14:34 +0000)]
If exporting to script: Use variables for the location of the playlist and the destination

svn path=/trunk/kdenlive/; revision=5181

13 years agoFix scripts with special chars in render name:
Jean-Baptiste Mardelle [Sat, 18 Dec 2010 11:26:33 +0000 (11:26 +0000)]
Fix scripts with special chars in render name:
http://kdenlive.org/mantis/view.php?id=1926

svn path=/trunk/kdenlive/; revision=5180

13 years agoSmall cleanup in CustomTrackView constructor
Till Theato [Fri, 17 Dec 2010 20:38:09 +0000 (20:38 +0000)]
Small cleanup in CustomTrackView constructor

svn path=/trunk/kdenlive/; revision=5179

13 years agoImprove visual feedback in render dialog when clips are missing:
Jean-Baptiste Mardelle [Thu, 16 Dec 2010 22:01:20 +0000 (22:01 +0000)]
Improve visual feedback in render dialog when clips are missing:
http://kdenlive.org/mantis/view.php?id=1425

svn path=/trunk/kdenlive/; revision=5178

13 years agoSpectrum: Using maxima of samples if there are more than 2 samples per pixel
Simon A. Eugster [Tue, 14 Dec 2010 18:26:43 +0000 (18:26 +0000)]
Spectrum: Using maxima of samples if there are more than 2 samples per pixel

svn path=/trunk/kdenlive/; revision=5177

13 years agoSpectrogram:
Simon A. Eugster [Tue, 14 Dec 2010 12:59:54 +0000 (12:59 +0000)]
Spectrogram:
* Re-using interpolation function (moved to FFTTools)
* Fixed mouse glitch (see previous commit)

svn path=/trunk/kdenlive/; revision=5176

13 years agoAudio Scope:
Simon A. Eugster [Tue, 14 Dec 2010 12:59:29 +0000 (12:59 +0000)]
Audio Scope:
* Fixed crash when using too high max frequency
* Fixed glitch changing the maximum frequency to 96 kHz when zooming in to 1 kHz too quickly (unsigned overflow)
* Fixed frequency labeled twice as high as it actually was

svn path=/trunk/kdenlive/; revision=5175

13 years agoAudio Spectrum: Increased performance by 25 % by directly painting lines instead...
Simon A. Eugster [Tue, 14 Dec 2010 12:59:06 +0000 (12:59 +0000)]
Audio Spectrum: Increased performance by 25 % by directly painting lines instead of single pixels

svn path=/trunk/kdenlive/; revision=5174

13 years agoFix wrong profile autodetection:
Jean-Baptiste Mardelle [Tue, 14 Dec 2010 00:04:25 +0000 (00:04 +0000)]
Fix wrong profile autodetection:
http://www.kdenlive.org/mantis/view.php?id=1888

svn path=/trunk/kdenlive/; revision=5173

13 years agoAudio scopes: Only deliver audio when required for better performance when scopes...
Simon A. Eugster [Mon, 13 Dec 2010 08:20:34 +0000 (08:20 +0000)]
Audio scopes: Only deliver audio when required for better performance when scopes are disabled

svn path=/trunk/kdenlive/; revision=5172

13 years agoAudio spectrum: Fixed crash when the mouse cursor moved outside the widget while...
Simon A. Eugster [Mon, 13 Dec 2010 08:20:09 +0000 (08:20 +0000)]
Audio spectrum: Fixed crash when the mouse cursor moved outside the widget while calculating

svn path=/trunk/kdenlive/; revision=5171

13 years agoSpectrogram:
Simon A. Eugster [Mon, 13 Dec 2010 08:19:38 +0000 (08:19 +0000)]
Spectrogram:
* Added more space on the left to avoid the minus being cut off for the lower dB bound
* Don't track mouse anymore when it is on the left of the spectrogram

svn path=/trunk/kdenlive/; revision=5170

13 years agoAdd option to allow the parameters to stay enabled when the effect is disabled.
Till Theato [Sun, 12 Dec 2010 19:02:27 +0000 (19:02 +0000)]
Add option to allow the parameters to stay enabled when the effect is disabled.
Using the parameters with the effect disabled can be useful for example for colorpicking (white balance, bluescreen).

svn path=/trunk/kdenlive/; revision=5169

13 years agoSmall cleanup + comment
Till Theato [Sun, 12 Dec 2010 18:06:54 +0000 (18:06 +0000)]
Small cleanup + comment

svn path=/trunk/kdenlive/; revision=5168

13 years agoFix timeline selection when adding effects:
Jean-Baptiste Mardelle [Sun, 12 Dec 2010 16:09:57 +0000 (16:09 +0000)]
Fix timeline selection when adding effects:
http://kdenlive.org/mantis/view.php?id=1182

svn path=/trunk/kdenlive/; revision=5167

13 years agoFix painting of guides with vertical scroll (introduced in svn rev, 5165)
Jean-Baptiste Mardelle [Sun, 12 Dec 2010 15:01:26 +0000 (15:01 +0000)]
Fix painting of guides with vertical scroll (introduced in svn rev, 5165)

svn path=/trunk/kdenlive/; revision=5166

13 years agoChange guide comment position:
Till Theato [Sun, 12 Dec 2010 12:41:17 +0000 (12:41 +0000)]
Change guide comment position:
Comment is now on a rect (no rounded corners) on the top of the timeline (no +10).
Rect has an arc appended.

svn path=/trunk/kdenlive/; revision=5165

13 years agoFix guide comment not visible when scrolling vertically (make it float):
Till Theato [Sun, 12 Dec 2010 12:07:21 +0000 (12:07 +0000)]
Fix guide comment not visible when scrolling vertically (make it float):
http://kdenlive.org/mantis/view.php?id=1911

svn path=/trunk/kdenlive/; revision=5164

13 years agoFix compatibility with dvdauthor 0.7
Jean-Baptiste Mardelle [Sun, 12 Dec 2010 11:11:04 +0000 (11:11 +0000)]
Fix compatibility with dvdauthor 0.7

svn path=/trunk/kdenlive/; revision=5163

13 years agoFix build on Mac OS X.
Dan Dennedy [Sun, 12 Dec 2010 03:42:34 +0000 (03:42 +0000)]
Fix build on Mac OS X.

svn path=/trunk/kdenlive/; revision=5162

13 years agoFix effect parameters disabled at inappropriate times (when switching between a disab...
Till Theato [Sat, 11 Dec 2010 22:12:51 +0000 (22:12 +0000)]
Fix effect parameters disabled at inappropriate times (when switching between a disabled and an enabled effect).

svn path=/trunk/kdenlive/; revision=5161

13 years agoSharpness effect: Rename to Sharpen, move to Enhancement group and make it keyframable
Till Theato [Sat, 11 Dec 2010 21:52:37 +0000 (21:52 +0000)]
Sharpness effect: Rename to Sharpen, move to Enhancement group and make it keyframable

svn path=/trunk/kdenlive/; revision=5160

13 years agoAdd comment on project folder places entry (== Bookmark) code resources.
Till Theato [Sat, 11 Dec 2010 21:39:11 +0000 (21:39 +0000)]
Add comment on project folder places entry (== Bookmark) code resources.

svn path=/trunk/kdenlive/; revision=5159

13 years agoAdd project folder places entry to Kdenlive file dialogs:
Till Theato [Sat, 11 Dec 2010 21:00:38 +0000 (21:00 +0000)]
Add project folder places entry to Kdenlive file dialogs:
http://kdenlive.org/mantis/view.php?id=1828

svn path=/trunk/kdenlive/; revision=5158

13 years agoMark project modified when updating clip location:
Jean-Baptiste Mardelle [Sat, 11 Dec 2010 11:07:46 +0000 (11:07 +0000)]
Mark project modified when updating clip location:
http://kdenlive.org/mantis/view.php?id=1913

svn path=/trunk/kdenlive/; revision=5157

13 years agoAudio scopes: Mouse tracking can be disabled
Simon A. Eugster [Thu, 9 Dec 2010 18:50:10 +0000 (18:50 +0000)]
Audio scopes: Mouse tracking can be disabled

svn path=/trunk/kdenlive/; revision=5156

13 years agoAudio Scopes:
Simon A. Eugster [Thu, 9 Dec 2010 18:39:00 +0000 (18:39 +0000)]
Audio Scopes:
* Audio Spectrum now shows frequency and volume at the mouse position
* Moved the peak-preserving linear interpolation to an own function (re-use)
* Grid in the Spectrogram can be disabled
* Increased accuracy of volume value at the mouse position in the Spectogram

svn path=/trunk/kdenlive/; revision=5155

13 years agoSpectrogram: Fix update on resize
Simon A. Eugster [Thu, 9 Dec 2010 18:38:31 +0000 (18:38 +0000)]
Spectrogram: Fix update on resize

svn path=/trunk/kdenlive/; revision=5154

13 years agoSpectrogram:
Simon A. Eugster [Wed, 8 Dec 2010 17:50:04 +0000 (17:50 +0000)]
Spectrogram:
* Minimum and maximum dB can be chosen with vertical dragging
* Maximum frequency can be adjusted with horizontal dragging
* HUD showing frequency and frame number at mouse position
* Only add a new line if there is actually new data available (i.e. not on dB adustments and such)

svn path=/trunk/kdenlive/; revision=5153

13 years agoAbstract Scopes:
Simon A. Eugster [Wed, 8 Dec 2010 17:49:33 +0000 (17:49 +0000)]
Abstract Scopes:
* Debug messages improved
* New pen added
* Abstract Audio Scope: Debugging switch added
* Abstract Audio Scope: Keep track of number of new data such that the renderer function knows whether it is called due to new data or simply because the view or parameters have changed

svn path=/trunk/kdenlive/; revision=5152

13 years agoSpanish translation update
Gabriel Gazzan [Tue, 7 Dec 2010 20:56:53 +0000 (20:56 +0000)]
Spanish translation update

svn path=/trunk/kdenlive/; revision=5151

13 years ago* Moved movement detection to Abstract Scope widget
Simon A. Eugster [Tue, 7 Dec 2010 20:42:25 +0000 (20:42 +0000)]
* Moved movement detection to Abstract Scope widget
* Auto-Refresh: virtual modifier removed from slot (did not connect due to dubious reasons here with the virtual modifier)
* Code cleanup, unused functions removed

svn path=/trunk/kdenlive/; revision=5150

13 years agoSpectrogram:
Simon A. Eugster [Tue, 7 Dec 2010 20:41:28 +0000 (20:41 +0000)]
Spectrogram:
* Keeping pre-rendered image for much better performance (10x +)
* Remember window settings

svn path=/trunk/kdenlive/; revision=5149

13 years agoMake jog shuttle buttons work, based on patch from P. Fleury,
Jean-Baptiste Mardelle [Tue, 7 Dec 2010 19:43:09 +0000 (19:43 +0000)]
Make jog shuttle buttons work, based on patch from P. Fleury,
http://kdenlive.org/mantis/view.php?id=1895

svn path=/trunk/kdenlive/; revision=5148

13 years agoPrevent error in track effect deletion
Jean-Baptiste Mardelle [Tue, 7 Dec 2010 19:20:41 +0000 (19:20 +0000)]
Prevent error in track effect deletion

svn path=/trunk/kdenlive/; revision=5147

13 years agoSpectrogram added (but not yet efficient)
Simon A. Eugster [Tue, 7 Dec 2010 14:02:26 +0000 (14:02 +0000)]
Spectrogram added (but not yet efficient)

svn path=/trunk/kdenlive/; revision=5146

13 years agoAudio Spectrum: Moved FFT calculation to FFTTools for re-use
Simon A. Eugster [Tue, 7 Dec 2010 14:02:03 +0000 (14:02 +0000)]
Audio Spectrum: Moved FFT calculation to FFTTools for re-use

svn path=/trunk/kdenlive/; revision=5145

13 years agoPreparing Spectrogram widget
Simon A. Eugster [Tue, 7 Dec 2010 14:01:41 +0000 (14:01 +0000)]
Preparing Spectrogram widget

svn path=/trunk/kdenlive/; revision=5144

13 years agoAudio Spectrum:
Simon A. Eugster [Tue, 7 Dec 2010 07:14:54 +0000 (07:14 +0000)]
Audio Spectrum:
* Showing maximum frequency on the X axis
* Dotted lines for frequencies between labelled main frequencies

svn path=/trunk/kdenlive/; revision=5143

13 years agokdenlive.pot update, Ukrainian translation update.
Yuri Chornoivan [Mon, 6 Dec 2010 21:33:03 +0000 (21:33 +0000)]
kdenlive.pot update, Ukrainian translation update.

svn path=/trunk/kdenlive/; revision=5142

13 years agoAudio Spectrum:
Simon A. Eugster [Mon, 6 Dec 2010 16:57:05 +0000 (16:57 +0000)]
Audio Spectrum:
* kiss_fft configuration is cached as well for better performance
* Actual window size is shown in the widget (may differ from the selected window size due to limiting sampling rate)
* Showing some ToolTips, removed Realtime option
* Comments added

svn path=/trunk/kdenlive/; revision=5141

13 years agoAudio scopes: Caching window functions for better performance
Simon A. Eugster [Mon, 6 Dec 2010 16:56:27 +0000 (16:56 +0000)]
Audio scopes: Caching window functions for better performance

svn path=/trunk/kdenlive/; revision=5140

13 years agoAudio Spectrum: Maximum frequency can be adjusted by horizontal dragging
Simon A. Eugster [Mon, 6 Dec 2010 09:32:55 +0000 (09:32 +0000)]
Audio Spectrum: Maximum frequency can be adjusted by horizontal dragging

svn path=/trunk/kdenlive/; revision=5139

13 years agoAudio Spectrum: Grid scale improved
Simon A. Eugster [Mon, 6 Dec 2010 09:32:36 +0000 (09:32 +0000)]
Audio Spectrum: Grid scale improved

svn path=/trunk/kdenlive/; revision=5138

13 years agoAudio Spectrum: Linear interpolation fixed for peaks (Hack; See source code comments)
Simon A. Eugster [Sun, 5 Dec 2010 21:28:55 +0000 (21:28 +0000)]
Audio Spectrum: Linear interpolation fixed for peaks (Hack; See source code comments)

svn path=/trunk/kdenlive/; revision=5137

13 years agoUsing #ifdef for debugging instead of commenting out in Abstract Scopes
Simon A. Eugster [Sun, 5 Dec 2010 21:08:04 +0000 (21:08 +0000)]
Using #ifdef for debugging instead of commenting out in Abstract Scopes

svn path=/trunk/kdenlive/; revision=5136

13 years agoAudio Spectrum: Different Window functions added (Rectangle, Triangle, and Hamming)
Simon A. Eugster [Sun, 5 Dec 2010 20:57:11 +0000 (20:57 +0000)]
Audio Spectrum: Different Window functions added (Rectangle, Triangle, and Hamming)

svn path=/trunk/kdenlive/; revision=5135

13 years agoCMake: Message about C flags adjusted
Simon A. Eugster [Sun, 5 Dec 2010 20:56:41 +0000 (20:56 +0000)]
CMake: Message about C flags adjusted

svn path=/trunk/kdenlive/; revision=5134

13 years agoAudio Spectrum: Remember configuration
Simon A. Eugster [Sat, 4 Dec 2010 09:36:56 +0000 (09:36 +0000)]
Audio Spectrum: Remember configuration

svn path=/trunk/kdenlive/; revision=5133

13 years agoAudio Spectrum updated
Simon A. Eugster [Sat, 4 Dec 2010 08:41:42 +0000 (08:41 +0000)]
Audio Spectrum updated
* Minimum dB value can be adjusted by dragging vertically
* Maximum dB value: Additionally hold Shift while dragging

svn path=/trunk/kdenlive/; revision=5132

13 years agoRemoved unused variable names (compile-time warnings)
Simon A. Eugster [Sat, 4 Dec 2010 08:00:12 +0000 (08:00 +0000)]
Removed unused variable names (compile-time warnings)

svn path=/trunk/kdenlive/; revision=5131

13 years agoColor scopes now using the common abstract scope as well. --> Common functions, more...
Simon A. Eugster [Fri, 3 Dec 2010 17:11:41 +0000 (17:11 +0000)]
Color scopes now using the common abstract scope as well. --> Common functions, more re-usable

svn path=/trunk/kdenlive/; revision=5130

13 years agoMade AbstractAudioScope and AbstractGfxScope inherit from AbstractScope; Done for...
Simon A. Eugster [Fri, 3 Dec 2010 17:10:22 +0000 (17:10 +0000)]
Made AbstractAudioScope and AbstractGfxScope inherit from AbstractScope; Done for audio

svn path=/trunk/kdenlive/; revision=5129

13 years agoAudio Spectrum updated: dB values, frequency values
Simon A. Eugster [Fri, 3 Dec 2010 14:59:45 +0000 (14:59 +0000)]
Audio Spectrum updated: dB values, frequency values

svn path=/trunk/kdenlive/; revision=5128

13 years agodisable effect stack params and monitor scene when effect is disabled
Jean-Baptiste Mardelle [Mon, 29 Nov 2010 23:13:46 +0000 (23:13 +0000)]
disable effect stack params and monitor scene when effect is disabled

svn path=/trunk/kdenlive/; revision=5127

13 years agocleanup
Jean-Baptiste Mardelle [Mon, 29 Nov 2010 22:19:39 +0000 (22:19 +0000)]
cleanup

svn path=/trunk/kdenlive/; revision=5126

13 years agoFix possible crash on exit
Jean-Baptiste Mardelle [Sun, 28 Nov 2010 23:15:54 +0000 (23:15 +0000)]
Fix possible crash on exit

svn path=/trunk/kdenlive/; revision=5125

13 years agoUse QtConcurrent instead of custom thread to create audio thumbs, in an attempt to...
Jean-Baptiste Mardelle [Sun, 28 Nov 2010 22:53:15 +0000 (22:53 +0000)]
Use QtConcurrent instead of custom thread to create audio thumbs, in an attempt to fix startup crash

svn path=/trunk/kdenlive/; revision=5124

13 years agoFix editing of external title files:
Jean-Baptiste Mardelle [Sat, 27 Nov 2010 22:24:23 +0000 (22:24 +0000)]
Fix editing of external title files:
http://www.kdenlive.org/mantis/view.php?id=1879

svn path=/trunk/kdenlive/; revision=5123

13 years agoFix typo breaking force aspect ratio:
Jean-Baptiste Mardelle [Sat, 27 Nov 2010 19:25:41 +0000 (19:25 +0000)]
Fix typo breaking force aspect ratio:
http://www.kdenlive.org/mantis/view.php?id=1896

svn path=/trunk/kdenlive/; revision=5122

13 years agoSome comments added
Simon A. Eugster [Sat, 27 Nov 2010 07:03:18 +0000 (07:03 +0000)]
Some comments added

svn path=/trunk/kdenlive/; revision=5121

13 years agoI/Q Lines: Visual enhancements.
Simon A. Eugster [Fri, 26 Nov 2010 17:08:30 +0000 (17:08 +0000)]
I/Q Lines: Visual enhancements.
Vectorscope: Mouse Circle not limited to the Vectorscope's Circle's bounding rect anymore.

svn path=/trunk/kdenlive/; revision=5120

13 years agoVectorscope: I/Q lines added
Simon A. Eugster [Fri, 26 Nov 2010 14:39:50 +0000 (14:39 +0000)]
Vectorscope: I/Q lines added

svn path=/trunk/kdenlive/; revision=5119

13 years agoFrequency spectrum ...
Simon A. Eugster [Thu, 25 Nov 2010 17:45:59 +0000 (17:45 +0000)]
Frequency spectrum ...

svn path=/trunk/kdenlive/; revision=5118

13 years agofix signal/slots for QVector<int16_t>
Marco Gittler [Wed, 24 Nov 2010 09:46:47 +0000 (09:46 +0000)]
fix signal/slots for QVector<int16_t>
used now for audiosignal.cpp but looks a bit slower (so only commented
out first)

svn path=/trunk/kdenlive/; revision=5117

13 years agoAudio scope: Signals and slots not working
Simon A. Eugster [Wed, 24 Nov 2010 08:26:33 +0000 (08:26 +0000)]
Audio scope: Signals and slots not working

svn path=/trunk/kdenlive/; revision=5116

13 years agoApply patch from P. Fleury to improve jog shuttle speed handling.
Dan Dennedy [Wed, 24 Nov 2010 03:56:51 +0000 (03:56 +0000)]
Apply patch from P. Fleury to improve jog shuttle speed handling.

It is especially helpful for the popular Contour models.

http://www.kdenlive.org/mantis/view.php?id=1893

svn path=/trunk/kdenlive/; revision=5115

13 years agoFix typo in time code format display.
Dan Dennedy [Tue, 23 Nov 2010 23:39:18 +0000 (23:39 +0000)]
Fix typo in time code format display.

svn path=/trunk/kdenlive/; revision=5114

13 years agoSpanish translation update
Gabriel Gazzan [Tue, 23 Nov 2010 20:33:31 +0000 (20:33 +0000)]
Spanish translation update

svn path=/trunk/kdenlive/; revision=5113

13 years agofix compile on mac
Marco Gittler [Tue, 23 Nov 2010 16:29:59 +0000 (16:29 +0000)]
fix compile on mac

svn path=/trunk/kdenlive/; revision=5112

13 years agoFix regression in HDV capture.
Dan Dennedy [Mon, 22 Nov 2010 22:29:00 +0000 (22:29 +0000)]
Fix regression in HDV capture.

svn path=/trunk/kdenlive/; revision=5111

13 years agoAdd effect file for new frei0r sharpness filter.
Dan Dennedy [Mon, 22 Nov 2010 21:58:42 +0000 (21:58 +0000)]
Add effect file for new frei0r sharpness filter.

svn path=/trunk/kdenlive/; revision=5110

13 years agokdenlive.pot update, Ukrainian translation update.
Yuri Chornoivan [Mon, 22 Nov 2010 18:29:45 +0000 (18:29 +0000)]
kdenlive.pot update, Ukrainian translation update.

svn path=/trunk/kdenlive/; revision=5109

13 years agoFirst preparations for audio spectrum scopes, using kiss_fft
Simon A. Eugster [Mon, 22 Nov 2010 18:21:46 +0000 (18:21 +0000)]
First preparations for audio spectrum scopes, using kiss_fft

svn path=/trunk/kdenlive/; revision=5108

13 years agoRemove transparency effect from Cmake.
Dan Dennedy [Sat, 20 Nov 2010 07:43:31 +0000 (07:43 +0000)]
Remove transparency effect from Cmake.

svn path=/trunk/kdenlive/; revision=5107

13 years agoRemove transparency effect.
Dan Dennedy [Sat, 20 Nov 2010 07:36:36 +0000 (07:36 +0000)]
Remove transparency effect.

It is not obvious that it requires composite, it is redundant with
composite's opacity, and it is demonstrated as unstable:
http://www.kdenlive.org/mantis/view.php?id=1464

svn path=/trunk/kdenlive/; revision=5106

13 years agoAdd 720p DNxHD transcode presets.
Dan Dennedy [Sat, 20 Nov 2010 07:30:57 +0000 (07:30 +0000)]
Add 720p DNxHD transcode presets.

svn path=/trunk/kdenlive/; revision=5105

13 years agoAdd support for SWF files.
Dan Dennedy [Thu, 18 Nov 2010 07:34:24 +0000 (07:34 +0000)]
Add support for SWF files.

svn path=/trunk/kdenlive/; revision=5104

13 years agoFix bug preventing track effect editing / deletion:
Jean-Baptiste Mardelle [Tue, 16 Nov 2010 22:14:37 +0000 (22:14 +0000)]
Fix bug preventing track effect editing / deletion:
http://www.kdenlive.org:80/mantis/view.php?id=1881
http://www.kdenlive.org:80/mantis/view.php?id=1882

svn path=/trunk/kdenlive/; revision=5103

13 years agoDon't send effect change when simply opening the effect in effectstack
Jean-Baptiste Mardelle [Tue, 16 Nov 2010 21:25:40 +0000 (21:25 +0000)]
Don't send effect change when simply opening the effect in effectstack

svn path=/trunk/kdenlive/; revision=5102

13 years agoNew: analyse stopmotion video feed through color scopes
Jean-Baptiste Mardelle [Mon, 15 Nov 2010 22:24:08 +0000 (22:24 +0000)]
New: analyse stopmotion video feed through color scopes

svn path=/trunk/kdenlive/; revision=5101

13 years agoFix memleak in v4l mjpeg capture
Jean-Baptiste Mardelle [Mon, 15 Nov 2010 21:23:53 +0000 (21:23 +0000)]
Fix memleak in v4l mjpeg capture

svn path=/trunk/kdenlive/; revision=5100

13 years agofix v4l memleak
Jean-Baptiste Mardelle [Mon, 15 Nov 2010 11:02:38 +0000 (11:02 +0000)]
fix v4l memleak

svn path=/trunk/kdenlive/; revision=5099

13 years agoApply external monitor setting without restarting
Jean-Baptiste Mardelle [Sun, 14 Nov 2010 23:22:59 +0000 (23:22 +0000)]
Apply external monitor setting without restarting

svn path=/trunk/kdenlive/; revision=5098

13 years agoSome smaller cleanups related to project loading
Till Theato [Sun, 14 Nov 2010 19:59:49 +0000 (19:59 +0000)]
Some smaller cleanups related to project loading

svn path=/trunk/kdenlive/; revision=5097

13 years agoAdd keyframable GUI for frei0r.hqdn3d (denoiser)
Till Theato [Sun, 14 Nov 2010 19:24:52 +0000 (19:24 +0000)]
Add keyframable GUI for frei0r.hqdn3d (denoiser)

svn path=/trunk/kdenlive/; revision=5096

13 years agoAllow to enable / disable audio levels display
Jean-Baptiste Mardelle [Sun, 14 Nov 2010 17:14:34 +0000 (17:14 +0000)]
Allow to enable / disable audio levels display

svn path=/trunk/kdenlive/; revision=5095

13 years agoFirst steps to support MLT's new Blackmagic's consumer (means external video display...
Jean-Baptiste Mardelle [Sun, 14 Nov 2010 16:14:14 +0000 (16:14 +0000)]
First steps to support MLT's new Blackmagic's consumer (means external video display in Kdenlive)

svn path=/trunk/kdenlive/; revision=5094

13 years agoGet rid of buggy "drop B frame" speedup feature
Jean-Baptiste Mardelle [Sun, 14 Nov 2010 10:50:20 +0000 (10:50 +0000)]
Get rid of buggy "drop B frame" speedup feature

svn path=/trunk/kdenlive/; revision=5093

13 years agoAdd field order override in advanced clip properties.
Dan Dennedy [Sun, 14 Nov 2010 05:17:21 +0000 (05:17 +0000)]
Add field order override in advanced clip properties.

svn path=/trunk/kdenlive/; revision=5092

13 years agoAdd option to speed up project loading: Replace all avformat producers with avformat...
Till Theato [Fri, 12 Nov 2010 23:21:58 +0000 (23:21 +0000)]
Add option to speed up project loading: Replace all avformat producers with avformat-novalidate to skip the validation during the producer init (takes place in MLT) while loading the project. Not enabled by default yet.

svn path=/trunk/kdenlive/; revision=5091

13 years agoAdd TIF to slideshow clip.
Dan Dennedy [Fri, 12 Nov 2010 04:53:15 +0000 (04:53 +0000)]
Add TIF to slideshow clip.

http://www.kdenlive.org/mantis/view.php?id=1701

svn path=/trunk/kdenlive/; revision=5090

13 years agoRemove some "0r"s from effect names
Till Theato [Wed, 10 Nov 2010 16:33:56 +0000 (16:33 +0000)]
Remove some "0r"s from effect names

svn path=/trunk/kdenlive/; revision=5089

13 years ago- Fix build on FreeBSD.
Alberto Villa [Tue, 9 Nov 2010 14:15:18 +0000 (14:15 +0000)]
- Fix build on FreeBSD.
- Cleanup src/CMakeLists.txt style.

svn path=/trunk/kdenlive/; revision=5088

13 years agoUpdated Spanish translation
Gabriel Gazzan [Mon, 8 Nov 2010 18:31:40 +0000 (18:31 +0000)]
Updated Spanish translation

svn path=/trunk/kdenlive/; revision=5087

13 years agokdenlive.pot update, Ukrainian translation update.
Yuri Chornoivan [Mon, 8 Nov 2010 16:41:38 +0000 (16:41 +0000)]
kdenlive.pot update, Ukrainian translation update.

svn path=/trunk/kdenlive/; revision=5086

13 years agoUpdate some effect GUIs (mostly parameter order changed)
Till Theato [Sun, 7 Nov 2010 21:37:07 +0000 (21:37 +0000)]
Update some effect GUIs (mostly parameter order changed)

svn path=/trunk/kdenlive/; revision=5085

13 years agoMake transparency effect keyframable
Till Theato [Sun, 7 Nov 2010 20:48:03 +0000 (20:48 +0000)]
Make transparency effect keyframable

svn path=/trunk/kdenlive/; revision=5084

13 years agoShow position and value of dragged keyframe in status bar
Till Theato [Sun, 7 Nov 2010 20:29:17 +0000 (20:29 +0000)]
Show position and value of dragged keyframe in status bar

svn path=/trunk/kdenlive/; revision=5083

13 years agoPre-select the first parameter on effects with not other parameter selected to be...
Till Theato [Sun, 7 Nov 2010 20:09:39 +0000 (20:09 +0000)]
Pre-select the first parameter on effects with not other parameter selected to be shown in the timeline

svn path=/trunk/kdenlive/; revision=5082