]> git.sesse.net Git - kdenlive/history - src/projecttree/meltjob.cpp
Cleaning code style of Definitions.
[kdenlive] / src / projecttree / meltjob.cpp
2014-01-12 Jean-Nicolas ArtaudCleaning code style of Definitions.
2013-12-15 Montel LaurentUse KLocalizedString (for i18n only, in kf5 it will...
2013-05-15 Montel Laurentincludemocs
2013-05-13 Montel LaurentUse const'ref, change if(foo) delete foo => delete...
2013-05-12 Montel Laurentconst'ify
2013-02-11 Jean-Baptiste MardelleFix Coverity #980712
2012-12-26 Jean-Baptiste MardelleFix stabilize clip not finishing
2012-12-19 Jean-Baptiste MardelleFix scene detection jobs not running concurrently and...
2012-12-16 Jean-Baptiste MardelleFix crash on scene cut analysis: http://kdenlive.org...
2012-11-19 Ed RogalskyMerge branch 'master' into bugfix/jogshuttle
2012-11-19 Jean-Baptiste MardelleFix possible crash on invalid filter in clip jobs
2012-11-10 Jean-Baptiste MardelleMerge branch 'pkey'
2012-11-10 Jean-Baptiste MardelleMerge branch 'feature/pkey' of git://anongit.kde.org...
2012-11-07 Jean-Baptiste MardelleSpeed up automatic scene detection (still very slow...
2012-11-06 Ed RogalskyMerge branch 'master' into feature/pkey
2012-11-05 Jean-Baptiste MardelleAllow to analyse only a zone of a clip
2012-10-25 Ed RogalskyMerge branch 'master' into feature/pkey
2012-10-24 Jean-Baptiste MardelleCleanup filter jobs
2012-10-21 Jean-Baptiste MardelleCleanup data processing framework
2012-10-20 Jean-Baptiste MardellePrepare for clip extra data (reusable analysis data)
2012-10-19 Jean-Baptiste MardelleAdd automatic scene split (requires MLT patch): http...
2012-09-24 Jean-Baptiste MardelleCleanup & fix melt job (like video stab) not keeping...
2012-09-22 Jean-Baptiste MardelleMake sure we have a tractor in stabilized clips .mlt...
2012-09-07 Jean-Baptiste Mardelle* Fix stabilized clips not loading:
2012-09-02 Mikko Rapelimeltjob.cpp: initialize addClipToProject
2012-07-23 Jean-Baptiste Mardellemeltjob.cpp: initialize m_showFrameEvent [Coverity...
2012-07-23 Jean-Baptiste MardelleUse const & with foreach loops where possible [krazy...
2012-07-23 Jean-Baptiste MardelleUse char for single character [krazy 1-44] by Mikko...
2012-07-23 Jean-Baptiste MardelleMerge branch 'master' of git://anongit.kde.org/kdenlive
2012-07-23 Jean-Baptiste MardelleEnd files with new line [krazy 37/37] by Mikko Rapeli
2012-03-19 Jean-Baptiste MardelleMerge branch 'master' into effectstack
2012-02-15 Simon A. EugsterMerge branch 'next' into audioAlign
2012-01-22 Jean-Baptiste MardelleShow job info in clip tooltip
2012-01-22 Jean-Baptiste MardelleTurn Stabilize filter in to a clip job
2011-12-29 Jean-Baptiste MardelleIntroduce MLT clip analysis, can now be used for gettin...
2011-12-29 Jean-Baptiste MardelleImprovements to the clip jobs framework