]> git.sesse.net Git - kdenlive/history - src/mltdevicecapture.cpp
Cleaning code style of Definitions.
[kdenlive] / src / mltdevicecapture.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-06-03 Montel LaurentConst'ref
2013-05-31 Montel LaurentConst'ref
2013-05-15 Montel Laurentincludemocs
2013-05-14 Montel LaurentBetter to use ++i than i++ (minor optimization)
2013-05-12 Montel LaurentUse const'ref.
2013-02-24 Jean-Baptiste MardelleSwitch to rgb24 instead of rbg24a when requesting frame...
2012-12-26 Jean-Baptiste MardelleWorkaround audio capture issue:http://www.kdenlive...
2012-07-23 Jean-Baptiste MardelleUse char for single character [krazy 1-44] by Mikko...
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 MardelleSome more cleanup in monitors, improve capture fullscreen
2012-03-14 Jean-Baptiste MardelleCleanup: remove duplicate monitor code, allow fullscree...
2012-03-06 Jean-Baptiste MardelleUse enum instead of string to identify monitors
2012-03-06 Jean-Baptiste MardelleFix color scopes for capture devices (webcam,..)
2012-03-06 Jean-Baptiste MardelleMerging of scopes manager by Granjow (final merge)
2012-02-15 Simon A. EugsterMerge branch 'next' into audioAlign
2012-01-22 Jean-Baptiste MardelleMerge branch 'master' of git://anongit.kde.org/kdenlive
2012-01-14 Jean-Baptiste Mardelle* Update MLT capture to use the new multi consumer...
2011-12-22 Jean-Baptiste MardelleFix small memleak in video capture
2011-12-21 Jean-Baptiste Mardelle* Play audio when previewing in v4l capture mode
2011-10-29 Jean-Baptiste MardelleDon't add useless computing when preview is disabled...
2011-09-09 Jean-Baptiste Mardellecppcheck fixes, patch by Mikko Rapeli [19/27]
2011-07-14 Jean-Baptiste MardelleRequired changes to make Kdenlive work with some locale...
2011-07-10 Dan DennedyReplace locale-dependent comma with slash in geometry...
2011-06-24 Jean-Baptiste MardelleFix several issues with project profile, including:
2011-06-18 Jean-Baptiste MardelleFix wrong rgb for stopmotion captured frames
2011-06-14 Jean-Baptiste MardelleFix real_time property of capture encoding
2011-06-12 Jean-Baptiste MardelleUse rgb instead of rgba to display capture preview
2011-06-12 Jean-Baptiste MardelleSome update for decklink capture & use mlt_threads...
2011-06-04 Jean-Baptiste MardelleCleanup capture stuff
2011-06-02 Jean-Baptiste MardelleFix buttons in capture monitor and crash when changing...
2011-06-02 Jean-Baptiste MardelleFix crash after failed capture to decklink
2011-05-29 Jean-Baptiste MardelleFix crash when changing project profile
2011-05-28 Jean-Baptiste MardelleReport dropped frame on decklink capture
2011-05-28 Jean-Baptiste MardelleSecond part of the capture rewrite. Decklink capture...
2011-05-26 Jean-Baptiste MardelleBring back overlay & effects in stopmotion widget,...
2011-05-25 Jean-Baptiste MardelleComplete rewrite of the video4linux capture to use...