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
2013-11-30Woo Hoo. First git commit.Alexandr Kuznetsov
2013-11-20Fix IRC reported by elubie: windows crash with audio animationJörg Müller
2013-11-12Fix for [#37362] Audio strips sometimes are evaluated incorrectly.Joerg Mueller
2013-11-08Fix for [#37293] Audio does not Scrub, plays fully insteadJoerg Mueller
2013-08-15Adding a new state for sound handles in audaspace: stopped.Joerg Mueller
2013-07-20edit to r58425, BLI_math is available here, better not copy,paste from linear...Campbell Barton
2013-07-03update doxygen congfig and tweaks to warnings when running doxygen.Campbell Barton
2013-06-20Fix for [#35230] CPU freeze at playback after cutting/deleting/duplicating au...Joerg Mueller
2013-05-07Supress error message if dlopen for jack.so failedSergey Sharybin
2013-04-19Bring back support of FFmpeg >= 0.7Sergey Sharybin
2013-04-11code cleanup: unused vars, make other vars static.Campbell Barton
2013-04-02Bugfix for [#34845] FFmpeg: .wav file playback crashes Blender since r55693Joerg Mueller
2013-04-01Audaspace: adding support for ffmpeg planar formats, breaks support for older...Joerg Mueller
2013-03-27Fix #33518: Jack sync doesn't work in 2.64, 2.64 or 2.65 stable versionsSergey Sharybin
2013-03-22code cleanup: unused defines, shadowing and unintended enum-as-variable.Campbell Barton
2013-03-08code cleanup: 0 --> NULLCampbell Barton
2013-02-28Fix/workaround for newer FFmpeg 1.1.3 and MP3 decoderSergey Sharybin
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2013-01-12Patch #33837: ffmpeg1.1 and libav9.1 compatibility updateSergey Sharybin
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-11cmake wouldn't build since it was missing files added in r52858.Campbell Barton
2012-12-10Audaspace:Joerg Mueller
2012-12-02Silent a bunch of gcc warnings (usually dummy, but noisy!).Bastien Montagne
2012-11-12code cleanup: spelling,Campbell Barton
2012-11-05Update CMake rules for audaspaceSergey Sharybin
2012-11-05Audaspace:Joerg Mueller
2012-11-04code cleanup: double promotionsCampbell Barton
2012-11-03Preparation to use boost::shared_ptr.Joerg Mueller
2012-10-25Audaspace:Joerg Mueller
2012-10-25Audaspace:Joerg Mueller
2012-10-25Audaspace:Joerg Mueller
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