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
2012-10-08fix for crash in the sequencer if the video file fails to load (missing NULL ...Campbell Barton
2012-10-04Fix #32755: Stripes in Metastrip can not be moved on other channel with mouse...Sergey Sharybin
2012-10-04style cleanup: comment blocksCampbell Barton
2012-09-26Fix #32091: Crop and offset coordinates changes proxy render settings on imag...Sergey Sharybin
2012-09-25code cleanup: make naming more consistentSergey Sharybin
2012-09-24- Corrected movie clip length computationSergey Sharybin
2012-09-24Sequencer: movie clip float buffers should be converted to internal sequencer...Sergey Sharybin
2012-09-24Fix crash on sequencer when movie clip fails to load frameSergey Sharybin
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-14Sequencer: clear cache and animation buffers for strips outside of cursor whe...Sergey Sharybin
2012-09-14fix for 2 crashes freeing masksCampbell Barton
2012-09-13Sequencer: add missed cache invalidationSergey Sharybin
2012-09-06make freeing sequencer strip without cache an option only exposed within sequ...Campbell Barton
2012-09-06fix for crash in sequencer introduced with recent cache addition,Campbell Barton
2012-09-04Sequencer: remove strip's color balance in favor of modifiersSergey Sharybin
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-27Sequencer: proper cache invalidation when deleting sequencesSergey Sharybin
2012-08-25fix for type mismatch with SWAP() macro.Campbell Barton
2012-08-22Sequencer: fix for incorrect proxies rendering after some recent refactorSergey Sharybin
2012-08-20Sequencer: skip adding ImBuf to cache when it failed to renderSergey Sharybin
2012-08-20Sequencer: Python API for sequence modifiersSergey Sharybin
2012-08-19Sequencer: per-sequence modifier stack for color gradingSergey Sharybin
2012-08-18Typo fix: BKE_sequwnce_get_by_name -> BKE_sequence_get_by_nameJoshua Leung
2012-08-13draw ugly red bands on a sequence strip when its data cant be found (mask, cl...Campbell Barton
2012-08-13fix for missing NULL checks when sequence-strip pointers become NULL because ...Campbell Barton
2012-08-12Resolve issues with color balance not updating properly in sequencerSergey Sharybin
2012-08-12Correction to one of previous commitsSergey Sharybin
2012-08-12Sequencer: free cache used by sequence when removing stripSergey Sharybin
2012-08-11Sequencer: support for masked color balanceSergey Sharybin
2012-08-11Code cleanup and minor change to CMake's colalda detection to makeSergey Sharybin
2012-08-10Fix building with audaspace disabledSergey Sharybin
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-08Sequencer: corrections to sequence cache invalidationSergey Sharybin
2012-08-08Sequencer: initial implementation of multithreaded effectsSergey Sharybin
2012-08-08Sequencer: do not invalidate sequences which are not blending with bottom mac...Sergey Sharybin
2012-08-08Style cleanup: whitespaceSergey Sharybin
2012-08-08Sequencer: initial support of refreshing only changed sequencesSergey Sharybin
2012-08-08Code cleanup: make some more functions more meaningful nameSergey Sharybin
2012-08-08Code cleanup: BKE_ prefix for public sequencer functionsSergey Sharybin
2012-08-08Code cleanup: remove redundant struct and some space cleanupSergey Sharybin
2012-08-08Code cleanup: remove unused functionsSergey Sharybin
2012-08-08Style cleanup: white spaceSergey Sharybin
2012-08-08Code cleanup: mark functions as static, ifdef 0 some unused functionsSergey Sharybin
2012-08-07Made image buffer threaded processor generic function,Sergey Sharybin
2012-08-07Made color balance in sequencer multi-threadedSergey Sharybin
2012-08-05code cleanup: remove redundant calls to CTX_data_main()Campbell Barton
2012-08-04style cleanupCampbell Barton
2012-07-31use the same rasterizer as the compositor for the sequencer.Campbell Barton
2012-07-29add inline functions for max/min ints, good to use when the arguments are fun...Campbell Barton
2012-07-24generalize mask poll functions and sequencer mask code.Campbell Barton