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-09-28code cleanup: correct spellingCampbell Barton
2012-09-20style cleanupCampbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-16style cleanupCampbell Barton
2012-09-16code cleanup: quiet warnings for gcc's -Wundef, -Wmissing-declarationsCampbell Barton
2012-09-15style cleanupCampbell Barton
2012-09-06code clenup: comments and some style edits on ghost/osx (odd indentation)Campbell Barton
2012-08-01style cleanup: whitespace, also add '?' to save over popup since it wasnt tot...Campbell Barton
2012-07-05code cleanup: remove Python.h include from blenkernel.Campbell Barton
2012-06-18Reduce amount of deprecated symbols used from FFmpegSergey Sharybin
2012-06-17code cleanup: includes, also correct some py example typosCampbell Barton
2012-05-14Make blender compilable by gcc-4.7 and strict compilation flags:Sergey Sharybin
2012-05-05Patch [#31240] Fix audaspace deadlockJoerg Mueller
2012-05-05Fixes forJoerg Mueller
2012-04-28Hopefully a fix for [#31097] glibc error when playing sound using BGEJoerg Mueller
2012-04-28Audio:Joerg Mueller
2012-04-24revert 45924, not a very clean solution, especially for external libraries an...Antony Riakiotakis
2012-04-24Remove mingw-w64 errors from loss of precision by converting 64bit pointers t...Antony Riakiotakis
2012-04-24Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with sligh...Antony Riakiotakis
2012-03-21Fix for [#30499] video sequencer crashes when moving around within a sequence.Joerg Mueller
2012-02-17patch [#30227] Various MSVC (32-bit) Warning and Typo FixesCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-14Fix for [#30171] "Audio Muted" Does Not Mute AudioJoerg Mueller
2011-12-22split >120 length lines (mostly if statements)Campbell Barton
2011-12-14Fix for Jens commit, otherwise OSX will crash without Jack as soon as audio a...Joerg Mueller
2011-12-14Cleanup for 42622 using struct stat instead boostJens Verwiebe
2011-12-14OSX: Add a framework-check for Jack to avoid crashesJens Verwiebe
2011-12-13OSX: proper scons config and linking weak for jackOSX and errorhandlingJens Verwiebe
2011-11-14Fix for uninitialized usage of spos in AUD_LinearResampleReader::readSergey Sharybin
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-08Remove redundant .remove()Nathan Letwory
2011-11-08Fix compile after audaspace file source.remove..Jens Verwiebe
2011-11-08Don't compile AUD_JOSResampleReaderCoeff.cpp twice (it's included in AUD_JOSR...Sergey Sharybin
2011-11-05misc doc editsCampbell Barton
2011-11-03use Py_TYPE macro (no functional changes)Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Fix for an unhandled exception. Campbell: please include in 2.60a.Joerg Mueller
2011-10-20Fix for 7.1 audio export being misscalculated...Joerg Mueller
2011-10-14Fix for [#28916] 2.6 RC2 - Bake Sound to FCurve CrashJoerg Mueller
2011-10-14Fixing [#28907] Frozen playback.Joerg Mueller
2011-10-10Sequencer audio waveform drawing fix, now assured to be within the strip bounds.Joerg Mueller
2011-10-02Missed some stoff when removing libsamplerate.Joerg Mueller
2011-10-02Typo fix. nexYon commit caused bit-loss in the word incs.Nathan Letwory
2011-10-02* Removing libsamplerate from build systemsJoerg Mueller
2011-09-28Bugfix for wrong playback reported by Sergey Sharybin in IRC.Joerg Mueller
2011-09-27py apiCampbell Barton
2011-09-20pep8 update & some minor cmake edits.Campbell Barton
2011-09-19cleanup endian handlingCampbell Barton
2011-09-11Audio:Joerg Mueller
2011-08-31typo fix: end of lines ;; --> ;Campbell Barton