]> git.sesse.net Git - kdenlive/log
kdenlive
12 years agoRemove useless variable
Alberto Villa [Wed, 9 Nov 2011 18:15:17 +0000 (19:15 +0100)]
Remove useless variable

12 years agoStop installing translations
Alberto Villa [Wed, 9 Nov 2011 14:41:40 +0000 (15:41 +0100)]
Stop installing translations

Also, move Gettext check in po/CMakeLists.txt. I'll write a script
which fetches *.po files and populates po/ and po/CMakeLists.txt to
install them.

12 years agoRemove old l10n scripts
Alberto Villa [Wed, 9 Nov 2011 14:36:47 +0000 (15:36 +0100)]
Remove old l10n scripts

KDE Git infrastructure automates all the tasks needed for
localisation. The next step will be removing po/ (actually, its sub
directories), which will have to be populated when creating tarballs,
but I'll wait for translators to move the *.po files.

12 years agoMake doc/ and po/ optional
Alberto Villa [Wed, 9 Nov 2011 14:34:37 +0000 (15:34 +0100)]
Make doc/ and po/ optional

12 years agoUpdate Messages.sh to be usable by Script Kiddy
Alberto Villa [Wed, 9 Nov 2011 14:19:36 +0000 (15:19 +0100)]
Update Messages.sh to be usable by Script Kiddy

I'll be back on this one day.

12 years agoAdd LIBMLT_MIN_VERSION to find_package() call
Alberto Villa [Wed, 9 Nov 2011 12:36:48 +0000 (13:36 +0100)]
Add LIBMLT_MIN_VERSION to find_package() call

It's unused (at the moment), but might come useful.

12 years agoDelete our QJson CMake module
Alberto Villa [Wed, 9 Nov 2011 12:36:22 +0000 (13:36 +0100)]
Delete our QJson CMake module

12 years agoRemove deprecated files
Alberto Villa [Wed, 9 Nov 2011 12:01:55 +0000 (13:01 +0100)]
Remove deprecated files

12 years agoExplicitly depend also on QtXml and QtSvg
Alberto Villa [Wed, 9 Nov 2011 11:53:08 +0000 (12:53 +0100)]
Explicitly depend also on QtXml and QtSvg

12 years agoFix whitespace
Alberto Villa [Wed, 9 Nov 2011 11:30:31 +0000 (12:30 +0100)]
Fix whitespace

12 years agoRewrite renderer/CMakeLists.txt
Alberto Villa [Wed, 9 Nov 2011 11:21:46 +0000 (12:21 +0100)]
Rewrite renderer/CMakeLists.txt

It won't link to MLT anymore. Also, there's no need to include
anything but Qt directories.

12 years agoDon't explicitly include CMAKE_CURRENT_BINARY_DIR
Alberto Villa [Wed, 9 Nov 2011 11:19:43 +0000 (12:19 +0100)]
Don't explicitly include CMAKE_CURRENT_BINARY_DIR

CMake will do it for us.

12 years agoCorrectly specify Qt components
Alberto Villa [Wed, 9 Nov 2011 10:27:07 +0000 (11:27 +0100)]
Correctly specify Qt components

Actually, QtCore and QtGui are not added by default when specifying
other components.

12 years agoLower requirements to Qt 4.5 and KDE 4.3
Alberto Villa [Wed, 9 Nov 2011 10:02:43 +0000 (11:02 +0100)]
Lower requirements to Qt 4.5 and KDE 4.3

It looks like there's still people running Qt 4.5:
http://kdenlive.org/mantis/view.php?id=2303

12 years agoRevert "Drop support for KDE 4.3."
Alberto Villa [Wed, 9 Nov 2011 09:44:56 +0000 (10:44 +0100)]
Revert "Drop support for KDE 4.3."

This reverts commit dce5251b925c314f9d7bf400459bf96b5c1b2c75.

12 years agoRemove macro_log_feature() for QtDBus
Alberto Villa [Wed, 9 Nov 2011 01:18:53 +0000 (02:18 +0100)]
Remove macro_log_feature() for QtDBus

12 years agoDon't set REQUIRED in MLT module
Alberto Villa [Wed, 9 Nov 2011 01:06:05 +0000 (02:06 +0100)]
Don't set REQUIRED in MLT module

12 years agoReorganise (again) the build system
Alberto Villa [Wed, 9 Nov 2011 00:31:03 +0000 (01:31 +0100)]
Reorganise (again) the build system

- Require at least Qt 4.6 and KDE 4.4.
- List dependencies when configuring.
- Cleanup Qt dependencies handling. There is no need anymore to
  include specific Qt libraries in target_link_libraries(), as
  QT_LIBRARIES will be adjusted according to the modules requested in
  find_package().
- Move from platform checks to feature checks (should solve problems
  on GNU/kFreeBSD). Some Mac OS X checks are still there: I'll see
  what to do with them.
- Make Video4Linux support optional.
- Last (and least), tidy up CMakeLists.txt.

12 years agoReorganize and cleanup build structure
Alberto Villa [Tue, 8 Nov 2011 14:03:13 +0000 (15:03 +0100)]
Reorganize and cleanup build structure

src/CMakeLists.txt gets splitted in several files; #include's are now
relative to src/ (or, when in one of its direct sub directories, on
it).

12 years agoDisplay message about MLT++
Alberto Villa [Tue, 8 Nov 2011 10:27:13 +0000 (11:27 +0100)]
Display message about MLT++

12 years agoAvoid warning
Alberto Villa [Tue, 8 Nov 2011 10:26:33 +0000 (11:26 +0100)]
Avoid warning

12 years agoMove undo commands to their own subdirectory
Alberto Villa [Tue, 8 Nov 2011 10:20:20 +0000 (11:20 +0100)]
Move undo commands to their own subdirectory

12 years agoStart a cleanup and detect Git revision
Alberto Villa [Tue, 8 Nov 2011 09:51:33 +0000 (10:51 +0100)]
Start a cleanup and detect Git revision

12 years agoDrop support for KDE 4.3.
Alberto Villa [Tue, 8 Nov 2011 08:50:07 +0000 (09:50 +0100)]
Drop support for KDE 4.3.

12 years agoCleanup and make less noisy
Alberto Villa [Tue, 8 Nov 2011 08:27:00 +0000 (09:27 +0100)]
Cleanup and make less noisy

12 years agoMove on to 0.8.3
Alberto Villa [Tue, 8 Nov 2011 09:06:26 +0000 (10:06 +0100)]
Move on to 0.8.3

12 years agoUpdate blackmagic headers to latest version
Jean-Baptiste Mardelle [Mon, 31 Oct 2011 19:04:16 +0000 (19:04 +0000)]
Update blackmagic headers to latest version

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

12 years agoGetting ready for 0.8.2
Jean-Baptiste Mardelle [Mon, 31 Oct 2011 18:48:53 +0000 (18:48 +0000)]
Getting ready for 0.8.2

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

12 years agoRequire MLT >= 0.7.6
Jean-Baptiste Mardelle [Mon, 31 Oct 2011 18:14:37 +0000 (18:14 +0000)]
Require MLT >= 0.7.6

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

12 years agoFix crash when clicking the render button
Jean-Baptiste Mardelle [Mon, 31 Oct 2011 11:09:56 +0000 (11:09 +0000)]
Fix crash when clicking the render button

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

12 years agoadded videostab2 for this release, since we have no gui for it (will be
Marco Gittler [Mon, 31 Oct 2011 07:54:44 +0000 (07:54 +0000)]
added videostab2 for this release, since we have no gui for it (will be
unusable else)

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

12 years agoUpdated Russian translation
Alexandre Prokoudine [Mon, 31 Oct 2011 00:43:54 +0000 (00:43 +0000)]
Updated Russian translation

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

12 years agoFix detection of missing codecs in render dialog, use kmessagewidget to inform user
Jean-Baptiste Mardelle [Sun, 30 Oct 2011 23:01:44 +0000 (23:01 +0000)]
Fix detection of missing codecs in render dialog, use kmessagewidget to inform user

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

12 years agoFix setting zone when working with slow codecs
Jean-Baptiste Mardelle [Sun, 30 Oct 2011 22:59:32 +0000 (22:59 +0000)]
Fix setting zone when working with slow codecs

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

12 years agoFix rendering when timeline contained proxy clips
Jean-Baptiste Mardelle [Sun, 30 Oct 2011 18:25:52 +0000 (18:25 +0000)]
Fix rendering when timeline contained proxy clips

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

12 years agoFix detection of clip frame rate with recent ffmpeg
Jean-Baptiste Mardelle [Sun, 30 Oct 2011 16:06:39 +0000 (16:06 +0000)]
Fix detection of clip frame rate with recent ffmpeg

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

12 years agoFix crash on new project:
Jean-Baptiste Mardelle [Sun, 30 Oct 2011 15:38:16 +0000 (15:38 +0000)]
Fix crash on new project:
http://kdenlive.org/mantis/view.php?id=2365

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

12 years agoFix broken clip when opening a project in which a proxy clip was missing
Jean-Baptiste Mardelle [Sun, 30 Oct 2011 12:45:11 +0000 (12:45 +0000)]
Fix broken clip when opening a project in which a proxy clip was missing

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

12 years agoFix crash when creating new project
Jean-Baptiste Mardelle [Sun, 30 Oct 2011 12:14:26 +0000 (12:14 +0000)]
Fix crash when creating new project

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

12 years agoUpdate CHANGELOG.
Till Theato [Sat, 29 Oct 2011 20:18:59 +0000 (20:18 +0000)]
Update CHANGELOG.

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

12 years agoDon't add useless computing when preview is disabled on mlt capture
Jean-Baptiste Mardelle [Sat, 29 Oct 2011 19:01:53 +0000 (19:01 +0000)]
Don't add useless computing when preview is disabled on mlt capture

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

12 years agoFix 2 crashes when clip and project monitor are side by side and resizing or seeking...
Jean-Baptiste Mardelle [Sat, 29 Oct 2011 18:06:53 +0000 (18:06 +0000)]
Fix 2 crashes when clip and project monitor are side by side and resizing or seeking while the other monitor is playing:
http://kdenlive.org/mantis/view.php?id=2364

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

12 years agoFix compile error introduced in previous commit
Jean-Baptiste Mardelle [Sat, 29 Oct 2011 17:21:13 +0000 (17:21 +0000)]
Fix compile error introduced in previous commit

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

12 years agoDon't hardcode encoding profiles, use an external config file
Jean-Baptiste Mardelle [Sat, 29 Oct 2011 16:57:33 +0000 (16:57 +0000)]
Don't hardcode encoding profiles, use an external config file

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

12 years agoMake sure we only use one thread to create video thumbnails
Jean-Baptiste Mardelle [Fri, 28 Oct 2011 21:50:21 +0000 (21:50 +0000)]
Make sure we only use one thread to create video thumbnails

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

12 years agoUse -vb instead of -b to set bitrate in transcoding profiles
Jean-Baptiste Mardelle [Thu, 27 Oct 2011 21:09:00 +0000 (21:09 +0000)]
Use -vb instead of -b to set bitrate in transcoding profiles

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

12 years agoFix encoding of dvd vob menu file, use the new KMessageWidget to display infos in...
Jean-Baptiste Mardelle [Thu, 27 Oct 2011 20:20:52 +0000 (20:20 +0000)]
Fix encoding of dvd vob menu file, use the new KMessageWidget to display infos in dvd wizard

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

12 years agoTry to fix "save as" crash:
Jean-Baptiste Mardelle [Thu, 27 Oct 2011 12:51:48 +0000 (12:51 +0000)]
Try to fix "save as" crash:
http://kdenlive.org/mantis/view.php?id=2363

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

12 years agoCleanup document loading and make sure to read all thumbs from disk cache on opening
Jean-Baptiste Mardelle [Tue, 25 Oct 2011 21:42:34 +0000 (21:42 +0000)]
Cleanup document loading and make sure to read all thumbs from disk cache on opening

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

12 years agoLoad zone thumbnails from disk if available
Jean-Baptiste Mardelle [Tue, 25 Oct 2011 20:21:21 +0000 (20:21 +0000)]
Load zone thumbnails from disk if available

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

12 years agoFix recent regression in clip duration
Jean-Baptiste Mardelle [Tue, 25 Oct 2011 20:00:50 +0000 (20:00 +0000)]
Fix recent regression in clip duration

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

12 years agocleanup
Jean-Baptiste Mardelle [Tue, 25 Oct 2011 19:06:08 +0000 (19:06 +0000)]
cleanup

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

12 years agoFix monitor startup / switching showing no video
Jean-Baptiste Mardelle [Tue, 25 Oct 2011 19:05:01 +0000 (19:05 +0000)]
Fix monitor startup / switching showing no video

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

12 years agoSeveral small adjustments for monitor switching
Jean-Baptiste Mardelle [Tue, 25 Oct 2011 16:46:03 +0000 (16:46 +0000)]
Several small adjustments for monitor switching

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

12 years agoDo not leak consumer events
Jean-Baptiste Mardelle [Tue, 25 Oct 2011 00:28:41 +0000 (00:28 +0000)]
Do not leak consumer events

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

12 years agoDo not trigger monitor refresh when hidden
Jean-Baptiste Mardelle [Mon, 24 Oct 2011 16:51:27 +0000 (16:51 +0000)]
Do not trigger monitor refresh when hidden

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

12 years agoOptimize document check on opening
Jean-Baptiste Mardelle [Mon, 24 Oct 2011 09:08:35 +0000 (09:08 +0000)]
Optimize document check on opening

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

12 years agoDo not uselessly switch monitors at startup
Jean-Baptiste Mardelle [Mon, 24 Oct 2011 01:26:01 +0000 (01:26 +0000)]
Do not uselessly switch monitors at startup

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

12 years agoremove debug message
Jean-Baptiste Mardelle [Sun, 23 Oct 2011 22:14:50 +0000 (22:14 +0000)]
remove debug message

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

12 years agoFix crash when enabling a proxy clip
Jean-Baptiste Mardelle [Sun, 23 Oct 2011 22:07:09 +0000 (22:07 +0000)]
Fix crash when enabling a proxy clip

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

12 years agoFinally fix the SDL consumer corruption + crash when doing fast start/stop
Jean-Baptiste Mardelle [Sun, 23 Oct 2011 21:24:02 +0000 (21:24 +0000)]
Finally fix the SDL consumer corruption + crash when doing fast start/stop

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

12 years agoFix some more threading crashes, almost there :)
Jean-Baptiste Mardelle [Sat, 22 Oct 2011 22:49:41 +0000 (22:49 +0000)]
Fix some more threading crashes, almost there :)

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

12 years agoFix startup crash because of leaked bookmarkmanager
Jean-Baptiste Mardelle [Sat, 22 Oct 2011 20:38:34 +0000 (20:38 +0000)]
Fix startup crash because of leaked bookmarkmanager

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

12 years agoFix regression introduced in previous commit (broken color clips)
Jean-Baptiste Mardelle [Sat, 22 Oct 2011 17:39:33 +0000 (17:39 +0000)]
Fix regression introduced in previous commit (broken color clips)

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

12 years agofix compilation warning with KDE >= 4.7
Jean-Baptiste Mardelle [Sat, 22 Oct 2011 17:09:35 +0000 (17:09 +0000)]
fix compilation warning with KDE >= 4.7

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

12 years agoTry to fix the concurrency issues causing crash in the avformat producer
Jean-Baptiste Mardelle [Sat, 22 Oct 2011 16:56:43 +0000 (16:56 +0000)]
Try to fix the concurrency issues causing crash in the avformat producer

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

12 years agoFix freeze on split audio and other stuff (bad service locking)
Jean-Baptiste Mardelle [Fri, 21 Oct 2011 17:10:46 +0000 (17:10 +0000)]
Fix freeze on split audio and other stuff (bad service locking)

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

12 years agoSmall optimisation of document loading (do not check for missing files twice)
Jean-Baptiste Mardelle [Fri, 21 Oct 2011 10:00:47 +0000 (10:00 +0000)]
Small optimisation of document loading (do not check for missing files twice)

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

12 years agoupdated dutch translation by Ronald Stroethoff
Jean-Baptiste Mardelle [Fri, 21 Oct 2011 09:10:49 +0000 (09:10 +0000)]
updated dutch translation by Ronald Stroethoff

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

12 years agoIncrease quality of default proxy encoding
Jean-Baptiste Mardelle [Wed, 19 Oct 2011 15:48:34 +0000 (15:48 +0000)]
Increase quality of default proxy encoding

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

12 years agocleanup
Jean-Baptiste Mardelle [Tue, 18 Oct 2011 22:14:30 +0000 (22:14 +0000)]
cleanup

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

12 years agoFix another possible memleak
Jean-Baptiste Mardelle [Tue, 18 Oct 2011 16:37:47 +0000 (16:37 +0000)]
Fix another possible memleak

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

12 years agoFix small memleak
Jean-Baptiste Mardelle [Tue, 18 Oct 2011 15:29:59 +0000 (15:29 +0000)]
Fix small memleak

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

12 years agoFix memleak
Jean-Baptiste Mardelle [Tue, 18 Oct 2011 14:20:28 +0000 (14:20 +0000)]
Fix memleak

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

12 years agoFix some avformat producer concurrency crashes
Jean-Baptiste Mardelle [Tue, 18 Oct 2011 12:47:22 +0000 (12:47 +0000)]
Fix some avformat producer concurrency crashes

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

12 years agoWhen missing or invalid clips, open only one dialog box instead of one for each clip
Jean-Baptiste Mardelle [Fri, 14 Oct 2011 21:40:08 +0000 (21:40 +0000)]
When missing or invalid clips, open only one dialog box instead of one for each clip

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

12 years agoTell MLT the maximum number of threads we might need for avformat producer
Jean-Baptiste Mardelle [Fri, 14 Oct 2011 19:55:06 +0000 (19:55 +0000)]
Tell MLT the maximum number of threads we might need for avformat producer

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

12 years agosmall optimizations, make sure we use cached thumbs when loading a doc
Jean-Baptiste Mardelle [Fri, 14 Oct 2011 17:31:39 +0000 (17:31 +0000)]
small optimizations, make sure we use cached thumbs when loading a doc

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

12 years agoFix audio thumbs runtime warning
Jean-Baptiste Mardelle [Thu, 13 Oct 2011 21:50:24 +0000 (21:50 +0000)]
Fix audio thumbs runtime warning

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

12 years agoSmall thumbs optimization
Jean-Baptiste Mardelle [Thu, 13 Oct 2011 17:16:20 +0000 (17:16 +0000)]
Small thumbs optimization

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

12 years agoCleanup ffmpeg proxy creation progress parsing
Jean-Baptiste Mardelle [Thu, 13 Oct 2011 16:20:36 +0000 (16:20 +0000)]
Cleanup ffmpeg proxy creation progress parsing

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

12 years agominor change in thumbnails
Jean-Baptiste Mardelle [Thu, 13 Oct 2011 14:42:18 +0000 (14:42 +0000)]
minor change in thumbnails

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

12 years agoRewrote thread handling, should improve ui responsiveness
Jean-Baptiste Mardelle [Thu, 13 Oct 2011 13:30:46 +0000 (13:30 +0000)]
Rewrote thread handling, should improve ui responsiveness

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

12 years agoFix regression introduced in last commit
Jean-Baptiste Mardelle [Thu, 13 Oct 2011 00:47:29 +0000 (00:47 +0000)]
Fix regression introduced in last commit

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

12 years agoDisplay proxy creation progress in project tree
Jean-Baptiste Mardelle [Thu, 13 Oct 2011 00:30:36 +0000 (00:30 +0000)]
Display proxy creation progress in project tree

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

12 years agoShow progressbar when transcoding clips
Jean-Baptiste Mardelle [Wed, 12 Oct 2011 23:44:56 +0000 (23:44 +0000)]
Show progressbar when transcoding clips

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

12 years agoAnother attempt to secure thumbs creation
Jean-Baptiste Mardelle [Wed, 12 Oct 2011 21:47:47 +0000 (21:47 +0000)]
Another attempt to secure thumbs creation

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

12 years agoremove useless locks
Jean-Baptiste Mardelle [Wed, 12 Oct 2011 21:10:44 +0000 (21:10 +0000)]
remove useless locks

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

12 years agoFix possible concurrency issue in thumbs
Jean-Baptiste Mardelle [Wed, 12 Oct 2011 20:59:00 +0000 (20:59 +0000)]
Fix possible concurrency issue in thumbs

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

12 years agoFix crash when closing doc / app while proxy are generated
Jean-Baptiste Mardelle [Wed, 12 Oct 2011 20:38:42 +0000 (20:38 +0000)]
Fix crash when closing doc / app while proxy are generated

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

12 years agoSmall cleanup in title widget layout
Jean-Baptiste Mardelle [Sun, 9 Oct 2011 09:26:16 +0000 (09:26 +0000)]
Small cleanup in title widget layout

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

12 years agoCleanup color selection widget
Jean-Baptiste Mardelle [Sat, 8 Oct 2011 19:01:34 +0000 (19:01 +0000)]
Cleanup color selection widget

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

12 years agoCleanup widget for color parameter:
Till Theato [Fri, 7 Oct 2011 21:59:33 +0000 (21:59 +0000)]
Cleanup widget for color parameter:
* Use less space (only one line)
* Make it easier to pick the average color of an area: Hold down mouse button and then move the mouse to outline a rectangle

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

12 years agoCleanup dvgrab group capture
Jean-Baptiste Mardelle [Fri, 7 Oct 2011 10:59:07 +0000 (10:59 +0000)]
Cleanup dvgrab group capture

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

12 years agoFix name of dvgrab captured file:
Jean-Baptiste Mardelle [Fri, 7 Oct 2011 10:22:47 +0000 (10:22 +0000)]
Fix name of dvgrab captured file:
http://kdenlive.org/mantis/view.php?id=2344

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

12 years agoSet unique log file for x264 encoding:
Jean-Baptiste Mardelle [Thu, 6 Oct 2011 23:22:10 +0000 (23:22 +0000)]
Set unique log file for x264 encoding:
http://kdenlive.org/mantis/view.php?id=2338

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

12 years agoFix timeline drawing offset and compiler warning
Jean-Baptiste Mardelle [Wed, 5 Oct 2011 21:34:32 +0000 (21:34 +0000)]
Fix timeline drawing offset and compiler warning

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

12 years agoFix timeline drawing pixel offset and remove deprecated use of matrix in QPainter
Jean-Baptiste Mardelle [Wed, 5 Oct 2011 21:06:30 +0000 (21:06 +0000)]
Fix timeline drawing pixel offset and remove deprecated use of matrix in QPainter

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

12 years agoFix compiler warning
Jean-Baptiste Mardelle [Wed, 5 Oct 2011 19:28:29 +0000 (19:28 +0000)]
Fix compiler warning

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

12 years agorenderer: Remove inconsistent m_isBlocked variable, improve latency when pausing...
Jean-Baptiste Mardelle [Mon, 3 Oct 2011 10:50:08 +0000 (10:50 +0000)]
renderer: Remove inconsistent m_isBlocked variable, improve latency when pausing monitor by stopping consumer instead of simply setting playback speed to 0:
http://kdenlive.org/mantis/view.php?id=2293

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