]> git.sesse.net Git - kdenlive/history - src/docclipbase.h
Fix some more threading crashes, almost there :)
[kdenlive] / src / docclipbase.h
2011-10-22 Jean-Baptiste MardelleFix some more threading crashes, almost there :)
2011-10-22 Jean-Baptiste MardelleFix regression introduced in previous commit (broken...
2011-10-22 Jean-Baptiste MardelleTry to fix the concurrency issues causing crash in...
2011-10-18 Jean-Baptiste MardelleFix some avformat producer concurrency crashes
2011-10-13 Jean-Baptiste MardelleFix audio thumbs runtime warning
2011-09-09 Jean-Baptiste Mardellecppcheck fixes, patch by Mikko Rapeli [7/27]
2011-09-09 Jean-Baptiste Mardellecppcheck fixes, patch by Mikko Rapeli [7/27]
2011-06-28 Jean-Baptiste MardelleFinally fixed the proxy crash,
2011-06-26 Jean-Baptiste MardelleFix some crashes on proxy operations
2011-06-25 Jean-Baptiste MardelleRewrite handling of missing and placeholder clips,...
2011-06-20 Jean-Baptiste MardelleFix proxy triggering duration mismatch:
2011-06-13 Jean-Baptiste MardelleFix corruption when changing project's fps
2011-05-29 Jean-Baptiste MardelleFix crash when changing project profile
2011-02-17 Jean-Baptiste MardelleBig update to the proxy clips, fixing several issues...
2011-02-12 Jean-Baptiste MardelleProxy settings is now configurable per project
2011-01-31 Jean-Baptiste MardelleProxy clip: allow to abort creation by unselecting...
2011-01-17 Jean-Baptiste MardelleFirst step for implementation of proxy editing (for...
2010-05-18 Jean-Baptiste MardelleFix audio thumbs not displayed on project opening and...
2010-04-11 Jean-Baptiste MardelleMonitor all clips for deletion, and replace with red...
2010-04-03 Jean-Baptiste MardelleFix crash on thumb generation:
2010-01-19 Jean-Baptiste Mardelleimprove reloading of placeholder clip
2010-01-19 Jean-Baptiste MardelleFix crash on clip deletion, fix issues with placeholder...
2010-01-03 Jean-Baptiste Mardelle* Allow transcoding of several clips (selected in proje...
2009-11-30 Jean-Baptiste MardelleFix compilation:
2009-11-23 Jean-Baptiste Mardelle* Fix project tree icons:
2009-10-29 Jean-Baptiste MardelleAdd subclips (dragging a zone from clip monitor to...
2009-09-16 Jean-Baptiste MardelleNew file management tab in project settings dialog...
2009-08-26 Jean-Baptiste MardelleVarious fixes to improve general stability in Qt 4.5.2
2009-06-24 Jean-Baptiste MardelleFix loading of project cached thumbs, when loading...
2009-06-14 Jean-Baptiste MardelleCorrectly replace a the producer when user does a ...
2009-06-12 Jean-Baptiste MardelleFix force aspect ratio:
2009-05-04 Jean-Baptiste Mardelleimprove document checker
2009-04-10 Ray Lehtiniemi[PATCH 2/2] Ensure that all member variables have an...
2009-04-10 Ray Lehtiniemi[PATCH 1/2] Kill a bunch of unused member variables
2009-04-08 Jean-Baptiste MardelleFix handling of invalid clips when opening a project
2009-04-04 Ray LehtiniemiReindent the codebase using 'linux' bracket placement.
2009-03-30 Jean-Baptiste MardelleFix crash when adding clip to project:
2009-03-20 Jean-Baptiste MardelleNew: allow user to modifiy a clip by saying if he wants...
2009-03-19 Jean-Baptiste MardelleFirst steps for "split audio" feature,. Don't use yet...
2009-03-11 Jean-Baptiste MardelleCleanup + small fix in dvd wizard menu page
2009-03-07 Jean-Baptiste Mardelle[PATCH by Ray Lehtiniemi] Do not return references...
2009-03-07 Jean-Baptiste Mardelle[PATCH by Ray Lehtiniemi] Do not return references...
2009-03-04 Jean-Baptiste MardelleKrazy fixes: cleanup all headers
2009-01-27 Jean-Baptiste MardelleRemember & save monitor zone for each clip:
2009-01-21 Jean-Baptiste MardelleAllow editing of clip names again (for color, titles...
2009-01-13 Jean-Baptiste MardelleForgotten file from previous commit, some fixes for...
2009-01-13 Jean-Baptiste Mardelle* New config option for preview: disable B Frame decodi...
2009-01-10 Jean-Baptiste MardelleStart implementing clip metadata (not finished yet)
2008-12-13 Jean-Baptiste MardelleInitial support for changing project folder
2008-12-13 Jean-Baptiste MardelleStart caching of project tree thumbnails for faster...
2008-11-23 Jean-Baptiste MardelleAdd recursive search when opening a document with missi...
2008-10-31 Jean-Baptiste MardelleTry to fix audio mixing bug ( http://www.kdenlive.org...
2008-10-19 Jean-Baptiste MardelleCreate audio thumbs one after another, should solve:
2008-10-14 Jean-Baptiste Mardelle* Fix crash when using razor tool while playing
2008-10-13 Jean-Baptiste MardelleFix folder names not saved
2008-08-27 Jean-Baptiste Mardelle* internal rework: switch clip id's from integer to...
2008-07-21 Jean-Baptiste Mardellestart implementing image / title transparency
2008-07-20 Jean-Baptiste Mardellesome progress on slideshow clips
2008-07-19 Jean-Baptiste MardelleMore efficient usage of MLT producers
2008-07-17 Jean-Baptiste Mardellecorrectly load / save text clips
2008-07-06 Jean-Baptiste Mardelle* NEW: find as you type feature. You can now type a...
2008-06-28 Jean-Baptiste MardelleSet thumbnail image for clip from monitor context menu
2008-05-02 Jean-Baptiste Mardelle*Re-introduce slideshow clips
2008-04-06 Jean-Baptiste MardelleTitle clips now really usable (only transparency &...
2008-03-24 Jean-Baptiste Mardelleimproved communication between project tree and docclipbase
2008-03-23 Jean-Baptiste Mardelle* more infos in clip properties dialog
2008-03-23 Jean-Baptiste MardelleClip properties dialog
2008-03-22 Jean-Baptiste Mardellefolders in project view
2008-03-21 Marco Gittleruse more forward decl. to have no unneeded recompiling
2008-03-04 Jean-Baptiste MardelleOnly create audio thumbs when they are enabled, clear...
2008-03-03 Jean-Baptiste MardelleReindent all source files
2008-03-02 Jean-Baptiste MardelleFix audio thumbs progress info when window was not...
2008-02-24 Marco Gittleraudio thumb drawn
2008-02-24 Jean-Baptiste MardelleFix the fileURL() method returning a const &, which...
2008-02-23 Marco Gittlergot first audio frames, but
2008-02-23 Marco Gittlerstart of audio thumbs
2008-02-16 Jean-Baptiste MardelleImplement clipmanager
2007-12-29 Jean-Baptiste MardelleStarting KDE4 porting