Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-15Fix for clip proxies builder reloading original footage framesSergey Sharybin
2014-11-29Cleanup: unused headersCampbell Barton
2014-10-31Fix T42277: Apply track's mask on displaying preview not workingSergey Sharybin
2014-09-25GHash: use bool for comparison (simplify compare)Campbell Barton
2014-05-01Code cleanup: remove defines no longer needed on windowsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-22BLI_open: check returned value for `-1` instead of `< 0`Campbell Barton
2014-04-17Support multiple distortion models, including a new division modelSergey Sharybin
2014-04-10Speedup track preview widget for byte imagesSergey Sharybin
2014-04-03Code cleanup: styleCampbell Barton
2014-04-02Fix T39545: "Track selected markers", does not stop at end of videoSergey Sharybin
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-31Code cleanup: use bool/true/false in movieclip.cSergey Sharybin
2014-03-06Fixes for proxies color spaceSergey Sharybin
2014-02-04Fix T38440: Segmentation fault in Movie Clip EditorAlex Babahin
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-02-03Fixed a possible access to null pointer reference.Sergey Sharybin
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2013-12-12Code cleanup: indent preprocessor directives inside #ifdefSergey Sharybin
2013-10-03set mempool debug in the game-engine-player too. also remove redundant mempoo...Campbell Barton
2013-08-04more consistent use of checks of BLI_open(), check 'fd < 0' rather then -1. p...Campbell Barton
2013-08-04add missing NULL checks from BKE_constraint_get_typeinfo(), so constraints fr...Campbell Barton
2013-07-24fix [#36262] Paste strip with video or sound content from another file crashe...Campbell Barton
2013-07-13fix bad uses of sizeof() with memory allocation.Campbell Barton
2013-05-09Changes to footage information panelSergey Sharybin
2013-04-08Camera stabilization fixes and improvementsSergey Sharybin
2013-04-04Changes to cache invalidation policy for movie clipsSergey Sharybin
2013-04-04Clip editor prefetch changesSergey Sharybin
2013-03-25Better handing of frames below actual sequence rangeSergey Sharybin
2013-03-20Prefetching for movie clipsSergey Sharybin
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-15Further improvement for multi-threaded proxiesSergey Sharybin
2013-03-15Multi-threaded frame calculation for movie clip proxiesSergey Sharybin
2013-03-15Skip doing frame undistortion if it's not needed for proxies.Sergey Sharybin
2013-02-28Fix own regression in commit from today -- missing NULL checkSergey Sharybin
2013-02-28Fix sequencer crash when pasteing strips after creating new fileSergey Sharybin
2013-02-28Fix memory leak when loading multilayer EXR as movie clipSergey Sharybin
2013-02-18Force movie clips always use default alpha mode, before this straightSergey Sharybin
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2012-12-23Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from b...Bastien Montagne
2012-11-07Fixed crashes when motion tracks are zero-sizedSergey Sharybin
2012-11-05Change a way how image sequence/movie source is detecting for movie clipSergey Sharybin
2012-10-18Fix #32896: No compositor tree update with image input color space changeSergey Sharybin
2012-10-15Forget this in svn rev51336Sergey Sharybin
2012-10-01Fix #32686: MovieClip background initialisaton errorSergey Sharybin
2012-10-01fix for some errors when unlinking.Campbell Barton
2012-09-24- Corrected movie clip length computationSergey Sharybin
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-13fix [#31946] Masking doesn't respect pixel ratioCampbell Barton