]> git.sesse.net Git - kdenlive/history - src/kthumb.cpp
Various changes for getting an OpenGL context (almost) everywhere it is needed.
[kdenlive] / src / kthumb.cpp
2014-03-13 Steinar H. GundersonVarious changes for getting an OpenGL context (almost...
2014-02-14 Vincent PINONfix BUG#3167 crash when updating video thumbs (need...
2013-05-28 Montel LaurentFix indent. Const'ref. Optimization. Clean up code
2013-05-23 Montel Laurentconst'ify + fix indent + minor optimization
2013-05-14 Montel LaurentBetter to use ++i than i++ (minor optimization)
2013-05-12 Montel Laurentconst'ify, move static function to public not in slot...
2013-05-12 Montel LaurentUse const'ref.
2013-01-25 Jean-Baptiste MardelleFix forcing some clip properties not always working...
2013-01-14 Jean-Baptiste Mardelle* Cleanup transode stabilize GUI: http://kdenlive.org...
2013-01-04 Jean-Baptiste MardelleScale audio / video thumbnails to track size. Requires...
2012-12-12 Jean-Baptiste MardelleFix thumbnails of transparent clips sometimes messed up
2012-11-14 Jean-Baptiste MardelleFix timecode widget sometimes emitting value changed...
2012-11-12 Jean-Baptiste MardelleFix compilation with Qt 4.6
2012-11-10 Jean-Baptiste MardelleMerge branch 'pkey'
2012-11-10 Jean-Baptiste MardelleMerge branch 'feature/pkey' of git://anongit.kde.org...
2012-11-10 Jean-Baptiste MardelleNicer light gray background for thumbnail when transpar...
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-09-26 Jean-Baptiste MardelleMake sure thumbnails request a width that is a multiple...
2012-09-15 Jean-Baptiste MardelleFix crash in images related to deinterlace changes...
2012-09-02 Mikko Rapelikthumb.cpp: check for division by zero
2012-07-23 Jean-Baptiste MardelleUse char for single character [krazy 1-44] by Mikko...
2012-03-19 Jean-Baptiste MardelleMerge branch 'master' into effectstack
2012-02-15 Simon A. EugsterMerge branch 'next' into audioAlign
2011-12-11 Marco GittlerMerge branch 'master' into stabilize
2011-12-04 Jean-Baptiste MardelleFix crash in thumbnails when deleting a clip
2011-11-30 Jean-Baptiste MardelleCleanup thumbnails (prefer QImage over QPixmap)
2011-11-23 Jean-Baptiste MardelleRewrite audio thumbs threading
2011-10-30 Jean-Baptiste MardelleFix crash on new project:
2011-10-28 Jean-Baptiste MardelleMake sure we only use one thread to create video thumbnails
2011-10-22 Jean-Baptiste MardelleFix some more threading crashes, almost there :)
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-10-13 Jean-Baptiste MardelleSmall thumbs optimization
2011-10-13 Jean-Baptiste MardelleRewrote thread handling, should improve ui responsiveness
2011-10-12 Jean-Baptiste MardelleAnother attempt to secure thumbs creation
2011-10-12 Jean-Baptiste Mardelleremove useless locks
2011-10-12 Jean-Baptiste MardelleFix possible concurrency issue in thumbs
2011-09-27 Jean-Baptiste Mardelle* Fix aspect ratio of thumbnails to correctly use the...
2011-07-14 Jean-Baptiste MardelleRequired changes to make Kdenlive work with some locale...
2011-07-06 Jean-Baptiste MardellePrevent crash when deleting a clip while playing:
2011-06-28 Jean-Baptiste MardelleFinally fixed the proxy crash,
2011-06-28 Jean-Baptiste MardelleRewrite generation of timeline thumbnails when zooming...
2011-06-28 Jean-Baptiste MardelleFix white thumbnails in timeline when audio only copy...
2011-05-30 Jean-Baptiste MardelleFix compilation with Qt < 4.7
2011-05-29 Jean-Baptiste Mardellesmall cleanup
2011-05-29 Jean-Baptiste Mardellecleanup
2011-05-29 Jean-Baptiste MardelleFix audio thumbs offset and crash:
2011-03-15 Jean-Baptiste MardelleIf fetched thumbnail for new clip is not interesting...
2011-03-06 Jean-Baptiste MardelleTry to fix audio thumbs crash:
2010-11-29 Jean-Baptiste Mardellecleanup
2010-11-28 Jean-Baptiste MardelleUse QtConcurrent instead of custom thread to create...
2010-11-14 Till TheatoSome smaller cleanups related to project loading
2010-09-26 Till TheatoRemove a lot more of unneeded qstrdup calls (part1...
2010-09-26 Jean-Baptiste MardelleUse ARGB32_Premultiplied for QImages, slightly faster
2010-07-26 Jean-Baptiste MardelleCheck that MLT sends correctly sized thumbnails:
2010-05-22 Jean-Baptiste MardelleIntroduce video thumbnail for each frame when zooming...
2010-04-03 Jean-Baptiste MardelleFix crash on thumb generation:
2010-03-26 Jean-Baptiste MardelleSmall fix in thumbnail creation
2009-11-01 Jean-Baptiste MardelleFix clip move in overwrite mode, fix crash in audio...
2009-10-26 Jean-Baptiste MardelleFetch timeline thumbnails in a different thread to...
2009-09-14 Jean-Baptiste MardelleUse QImage instead of QPixmap where possible, rework...
2009-08-09 Jean-Baptiste MardelleFix broken loading when document profile was different...
2009-08-09 Jean-Baptiste MardelleFix compilation warnings
2009-08-04 Dan DennedyThis cast needed by upcoming MLT commit.
2009-07-30 Jean-Baptiste MardelleFix title clip thumbnails
2009-07-22 Simon A. Eugsterreindent
2009-07-20 Marco Gittlerthumb cleanup
2009-07-04 Dan DennedyAdapt to MLT image conversion refactorization.
2009-06-19 Alberto Villaclean up reindentation
2009-06-14 Jean-Baptiste Mardellecleanup
2009-05-29 Jean-Baptiste MardelleUse project aspect ratio for clip properties dialog...
2009-05-18 Jean-Baptiste MardelleUpdate to the new MLT structure (based on patch by...
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-10 Ray Lehtiniemi[PATCH 3/6] Don't bother null checking before calling...
2009-04-10 Ray Lehtiniemi[valgrind] unfixed memleak
2009-04-08 Jean-Baptiste MardelleCleanup audio thumbnails thread handling
2009-04-08 Ray LehtiniemiEliminate some signed comparison warnings
2009-04-05 Ray LehtiniemiReformat initializer lists in all constructors.
2009-04-04 Ray LehtiniemiReindent the codebase using 'linux' bracket placement.
2009-03-11 Jean-Baptiste MardelleComment out names of unused parameters [PATCH by Ray...
2009-03-07 Jean-Baptiste Mardelle[PATCH by Ray Lehtiniemi] Fix up &&/& confusion
2009-03-04 Jean-Baptiste MardelleKrazy fixes: cleanup all headers
2009-03-03 Jean-Baptiste MardelleMore krazy code fixes
2009-01-13 Jean-Baptiste Mardelle* New config option for preview: disable B Frame decodi...
2008-12-19 Jean-Baptiste MardelleFix wrong project clip deletion, fixes:
2008-12-13 Jean-Baptiste MardelleInitial support for changing project folder
2008-12-13 Jean-Baptiste MardelleImprove profile selection in First run wizard
2008-10-31 Jean-Baptiste Mardelleforgot to commit that small change, fixes compilation
2008-10-19 Jean-Baptiste MardelleCreate audio thumbs one after another, should solve:
2008-10-04 Jean-Baptiste MardelleMany improvements to title clips (recreate when missing...
2008-09-25 Jean-Baptiste Mardelleminor fixes
2008-08-17 Jean-Baptiste MardelleRewrote the handling of timeline in QGraphicsView....
2008-08-09 Jean-Baptiste MardelleDisable (until fixed) show frame on mouse move with...
2008-08-09 Jean-Baptiste Mardellecleanup
2008-08-05 Jean-Baptiste MardelleFix timeline handling of objects (move them instead...
2008-08-03 Jean-Baptiste Mardelle* Several fixes to clip resizing & cutting
2008-07-29 Jean-Baptiste MardelleFix timeline video thumbnail aspect ratio
next