]> git.sesse.net Git - kdenlive/history - src/renderwidget.cpp
fix coverity 1134133 (dead code)
[kdenlive] / src / renderwidget.cpp
2013-12-29 Vincent PINONfix coverity 1134133 (dead code)
2013-06-01 Montel LaurentConst'ref. Fix include/forward class
2013-05-31 Montel LaurentMinor optimization
2013-05-28 Montel LaurentFix indent. Const'ref. Optimization. Clean up code
2013-05-15 Montel Laurentincludemocs
2013-05-14 Montel LaurentBetter to use ++i than i++ (minor optimization)
2013-05-14 Montel Laurentconst'ref.
2013-05-12 Montel Laurentconst ref
2013-05-12 Montel Laurentconst'ify
2013-05-12 Montel LaurentConst'ify, use isEmpty()
2013-05-07 Montel Laurentnormalize signal/slots
2013-04-01 Jean-Baptiste MardelleRemove space from filename start / end in render dialog...
2013-03-31 Jean-Baptiste MardelleMake audio / video bitrate easily configurable in custo...
2013-02-23 Jean-Baptiste MardelleFix metadata not properly set for project: http://kdenl...
2013-02-09 Jean-Baptiste MardelleAllow retrieval of metadata created by Magic Lantern...
2013-02-09 Jean-Baptiste MardelleSmall cleanup in render widget, fix error message ...
2013-01-03 Jean-Baptiste MardelleWorkaround crash caused by KMessageWidget bug
2012-12-30 Jean-Baptiste MardelleFix render dialog popping up after clicking on new...
2012-12-30 Jean-Baptiste MardelleMake it easier to save render scripts with custom names...
2012-12-10 Jean-Baptiste MardelleFix crash on rendering with some project profiles:http...
2012-11-10 Jean-Baptiste MardelleMerge branch 'feature/pkey' of git://anongit.kde.org...
2012-11-03 Ed RogalskyMerge branch 'master' into feature/pkey
2012-10-31 Jean-Baptiste MardelleRewrote DVD creation, should now support correctly...
2012-10-25 Ed RogalskyMerge branch 'master' into feature/pkey
2012-10-22 Jean-Baptiste MardelleProject tree sub-clips and clip properties dialog thumb...
2012-10-05 Jean-Baptiste MardelleAllow user to bypass available codec detection
2012-09-24 Jean-Baptiste MardelleStart rendering on return pressed: http://kdenlive...
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-06-19 Jean-Baptiste MardelleFix script rendering not working in some cases (resizing)
2012-05-28 Jean-Baptiste MardelleFix wrong locale when rendering:
2012-05-10 Jean-Baptiste MardelleImprove manipulation of small items in timeline (Don...
2012-04-19 Simon A. EugsterMerge branch 'audioAlign'
2012-04-16 Jean-Baptiste MardelleFix script rendering with space in script name
2012-04-13 Simon A. EugsterMerge branch 'master' into audioAlign
2012-03-19 Jean-Baptiste MardelleMerge branch 'master' into effectstack
2012-03-14 Jean-Baptiste MardelleDo not hide render profile list when there is only...
2012-02-15 Simon A. EugsterMerge branch 'next' into audioAlign
2012-01-23 Jean-Baptiste MardelleMLT now supports rendering to another framerate, so...
2012-01-13 Jean-Baptiste MardelleMerge branch 'master' of git://anongit.kde.org/kdenlive
2012-01-08 Jean-Baptiste MardelleMerge branch 'master' of git://anongit.kde.org/kdenlive
2012-01-08 Jean-Baptiste MardelleFix rendering sometimes not starting (conflict between...
2012-01-03 Jean-Baptiste MardelleInitial support for project metadata (that can be embed...
2011-12-24 Jean-Baptiste MardelleCleanup UI for render job list
2011-12-16 Jean-Baptiste MardelleMake renderjobs code a bit easier to read, fix detectio...
2011-12-11 Marco GittlerMerge branch 'master' into stabilize
2011-12-06 Jean-Baptiste MardelleMake render widget a few pixels smaller
2011-12-06 Jean-Baptiste MardelleMake sure icons have small size with non KDE window...
2011-12-04 Jean-Baptiste Mardelle* Fix crash when deleting clip and audio thumb was...
2011-11-22 Marco GittlerMerge branch 'stabilize' of git.kde.org:kdenlive into...
2011-11-19 Jean-Baptiste MardelleMerge branch 'master' into next
2011-11-19 Jean-Baptiste MardelleInform user when no render profile is available (usuall...
2011-10-31 Jean-Baptiste MardelleFix crash when clicking the render button
2011-10-30 Jean-Baptiste MardelleFix detection of missing codecs in render dialog, use...
2011-10-02 Jean-Baptiste MardelleShow rendering progress in the correct Kdenlive instance:
2011-09-25 Jean-Baptiste MardelleFix bitrate broken when editing profile or making it...
2011-09-22 Jean-Baptiste MardelleUpdate render widget layout
2011-09-21 Jean-Baptiste MardelleUser can now select audio bitrate in a list, fix creati...
2011-09-14 Till TheatoDisable threads option for rendering Flash.
2011-09-10 Jean-Baptiste Mardellecppcheck fixes, patch by Mikko Rapeli [24/27]
2011-09-09 Jean-Baptiste MardelleSmall ui cleanup + possible crash fix in renderwidget
2011-09-09 Jean-Baptiste MardelleFix rendering of documents that have a locale different...
2011-08-28 Till TheatoRevert commit 5845. The consumer producer does not...
2011-08-28 Till TheatoStop using 'mlt_profile' in render profiles. Instead...
2011-08-27 Dan DennedyMake render NTSC/PAL standard more strict.
2011-08-10 Till Theatorender widget: Enable entering of custom bitrate when...
2011-07-24 Till TheatoFix a couple of compile warnings because of unused...
2011-07-14 Jean-Baptiste MardelleRequired changes to make Kdenlive work with some locale...
2011-06-28 Till TheatoRefactor representation of 2pass in profiles.
2011-06-27 Till TheatoAllow to use JScript in render profile parameter values.
2011-06-13 Till TheatoFix render profiles containing a 'profile' parameter...
2011-06-06 Jean-Baptiste MardelleFix calculation of profiles frame rate, remove useless...
2011-06-06 Jean-Baptiste MardelleDo not allow rendering to a frame rate different than...
2011-05-24 Till TheatoProperly disable bitrate combobox
2011-05-19 Till Theatorender dialog: select and edit bitrates using a combo...
2011-05-19 Till TheatoMake 2 pass option available to custom profiles
2011-05-19 Till TheatoRender dialog: control 2 pass option with a checkbox.
2011-04-30 Jean-Baptiste MardelleFix encoding problem in renderer:
2011-03-22 Jean-Baptiste MardelleFix bug with space in render file name:
2011-03-22 Jean-Baptiste MardelleFix playing rendered file by double click in job queue...
2011-03-10 Till TheatoAllow to select between timecode (hh:mm:ss:ff) and...
2011-02-18 Dan DennedyAdd mlt and encoder threads to render dialog.
2011-02-12 Jean-Baptiste MardelleProxy settings is now configurable per project
2011-01-17 Jean-Baptiste MardelleFirst step for implementation of proxy editing (for...
2010-12-29 Jean-Baptiste MardelleFix small display issue in render widget
2010-12-18 Till TheatoIf exporting to script: Use variables for the location...
2010-12-18 Jean-Baptiste MardelleFix scripts with special chars in render name:
2010-12-16 Jean-Baptiste MardelleImprove visual feedback in render dialog when clips...
2010-10-19 Jean-Baptiste MardelleProgress on stopmotion widget (make it possible to...
2010-10-11 Yuri Chornoivanadd context to some messages
2010-09-19 Jean-Baptiste MardelleAsk to change profile if first clip does not match...
2010-09-14 Jean-Baptiste MardelleFix color of warning message in render widget
2010-07-26 Jean-Baptiste MardelleRemember render settings for project (zone, guides...
2010-07-26 Jean-Baptiste MardelleRemember render settings for project (zone, guides):
2010-07-26 Jean-Baptiste MardelleImprove the export audio automatic setting:
2010-07-25 Jean-Baptiste Mardelleautomatically select if we should export audio or not:
2010-07-12 Simon A. Eugster* Vectorscope added
2010-06-28 Till TheatoFix scaling options in render dialog being activated...
2010-06-25 Jean-Baptiste MardelleAllow to preserve aspect ratio in render dialog resize...
2010-06-18 Dan DennedyPrefer the better quality Vorbis encoder, libvorbis...
next