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
2017-09-18Fix T52813: Audaspace: Leak when loading factory settingsDalai Felinto
2017-08-18Fix building w/o AudaspaceCampbell Barton
2017-08-18Audaspace: Moving audaspace 1.3 into extern.Jörg Müller
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-02-15Bring rendering back (update all references to SETLOPPER)Dalai Felinto
2017-02-08Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2017-02-06Fix memory leak when building without audaspaceSergey Sharybin
2017-01-06Fix: Audio plays back incorrectly after rendering to a video fileJörg Müller
2016-12-27Fix T50240: Rendering crashes when synced to JACK TransportJörg Müller
2016-11-09Fix: setting an audio callback before audio device initialization.Jörg Müller
2016-10-14Fix T49657: Audio backend "Jack" should be named "JACK".Bastien Montagne
2016-07-21Fix missing datablocks types in id_make_local.Bastien Montagne
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-01-08Koro request: add 'active layer' and 'selected' options to view3D' paste oper...Bastien Montagne
2015-12-27Fix T47064: Change Audio defaults to 48 kHzJörg Müller
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-10-06Cleanup: use BLI_path_basenameCampbell Barton
2015-10-06RNA: Add check_existing arg to other load() funcsCampbell Barton
2015-07-29Cleanup: styleCampbell Barton
2015-07-28Audaspace: fixing a memory access violation in the audio device list.Lukas Stockner
2015-07-28Audaspace: building without audaspace.Jörg Müller
2015-07-28Audaspace: support the device list returned by the new audaspace library.Jörg Müller
2015-07-28Audaspace: fixing problems for the merge to master suggested by Campbell and ...Jörg Müller
2015-07-28Audaspace: name fixes and external library update.Jörg Müller
2015-07-28Audaspace: external audaspace library update.Jörg Müller
2015-07-28Audaspace: use standalone library.Jörg Müller
2015-07-28Audaspace: preparing to use standalone library.Jörg Müller
2015-05-15Scene audio naming cleanup:Antony Riakiotakis
2015-05-02Sound now returns even if file fails to loadCampbell Barton
2015-03-26Fix compiling after sound changesJens Verwiebe
2015-03-26Fix building with audaspace disabled after 828c85aSergey Sharybin
2015-03-26Missed those last commitAntony Riakiotakis
2015-03-26sound module: Append functions with BKE (makes it easier to make themAntony Riakiotakis
2015-03-05Audio library, early exit when animation is foundAntony Riakiotakis
2015-01-28Based on Sergey's suggestion, use spinlocks for threaded loading ofAntony Riakiotakis
2015-01-24Cleanup: styleCampbell Barton
2015-01-15Prevent waveform drawing from continually retrying bad filesNicholas Bishop
2015-01-15Remove 'locked' parameter from sound_read_waveform()Nicholas Bishop
2014-11-24Politically correct terrible consequencer changesAntony Riakiotakis
2014-05-21Fix T40280: sequencer sound strips with an end at a negative time kept playingJörg Müller
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-04-15Fix T39607: Audio not in synch when the blend file loads.Jörg Müller
2014-04-15Fix T39607: Audio not in synch when the blend file loads.Bastien Montagne
2014-04-15Some style cleanup in sound area.Bastien Montagne
2014-03-11Fix T39083: speakers were evaluated multiple times when used in setsCampbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2013-08-20Fix [#36351] Changing the Frame Rate value doesnt adjust audio strip length.Bastien Montagne
2013-08-13Moved NAN_FLT define to BLI_math, this may come in useful.Lukas Toenne