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
2020-04-06Fix T74111: Animation Playback Delayed With Time Remapping And AV-SyncSebastian Parborg
2020-03-29Cleanup: strict-prototypes warningCampbell Barton
2020-03-28Cleanup: Removing unused parameter.Jörg Müller
2020-03-27Cleanup: Silence warningsDalai Felinto
2020-03-23Fix T72632: Blender crashes using Jack with AV Sync enabled (repeatable)Jörg Müller
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-13Cleanup: pass const args (mostly Scene & RenderData)Campbell Barton
2020-03-08Cleanup: Sound: Move to IDTypeInfo and remove unused BKE API.Bastien Montagne
2020-03-04Refactor ID make local to use a single flag parameter.Bastien Montagne
2020-03-04Cleanup: ID make local: remove `id_in_bmain` argument.Bastien Montagne
2020-03-04Cleanup: Rename 'make local' functions to new scheme.Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-01-22Fix T69921: VSE - Waveforms unnecessary redrawn on offset changeRichard Antalik
2019-10-23Fix T70845: Crash when switching scene of scene strip.Richard Antalik
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-08Fix T66431: SE - Audio Caching crashSergey Sharybin
2019-07-07Cleanup: use BKE_packedfile prefix for function namesCampbell Barton
2019-06-17Fix T65651: Crash when changing audio strip source fileSergey Sharybin
2019-06-17Cleanup: comment, RNA spellingCampbell Barton
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-06-12Cleanup: unused varsCampbell Barton
2019-06-11Sound: Fix queries of sound infoSergey Sharybin
2019-06-07Fix T65613: Memory leak in Audaspace with 3D soundJörg Müller
2019-06-07Sound: Fix 3D sound coming from scene stripsSergey Sharybin
2019-06-07Sequencer: Fix missing sound from nested scene stripsSergey Sharybin
2019-06-07Sound: Use dependency graph instead of bmainSergey Sharybin
2019-06-05Sound: Port to a copy-on-write conceptSergey Sharybin
2019-05-31Cleanup: style, use braces in source/Campbell Barton
2019-05-30Fix T65231: Null audio device and AV Sync halts playbackJörg Müller
2019-05-07Sound: Revert all the recent changes to soundSergey Sharybin
2019-05-06Sound: Port more cases to be a part of dependency graphSergey Sharybin
2019-05-05Sound: add stubs to build without audaspaceCampbell Barton
2019-05-04Sound: Make sure spin lock is initialized for new sound datablocksSergey Sharybin
2019-05-04Fix T64144: Crash when displaying audio waveforms in VSESergey Sharybin
2019-05-04Cleanup: unused varsCampbell Barton
2019-05-03Fix crash in background rendering after recent sound changesBrecht Van Lommel
2019-05-03Sound: Fix for being unable to jump to a frame during playback with A/V syncSergey Sharybin
2019-05-03Sound: Make sound handles only be in evaluated datablocksSergey Sharybin
2019-05-03Sound: Move evaluation to dependency graphSergey Sharybin
2019-05-03Sound: Delay opening handlers for until really neededSergey Sharybin
2019-05-01Cleanup: Redundant struct specifierSergey Sharybin
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: re-run (#if 0 caused noise)Campbell Barton
2019-04-17ClangFormat: format '#if 0' codeCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05Cleanup: typo in comment.Bastien Montagne