Blender Git Commit Log

Git Commits -> Revision a672ab5

Revision a672ab5 by Joerg Mueller (master)
August 9, 2011, 14:10 (GMT)
3D Audio GSoC:
Improved waveform drawing in the sequencer.

* Drawing the waveform of a sequencer strip is now independent from whether the sound is cached or not.
* Improved drawing of the waveform in the sequencer (especially speed!).
* Making it possible to vertically zoom more in the sequencer to better see the waveform for lipsync.
* Fixed a bug which crashed blender on loading a sound file via ffmpeg.

Commit Details:

Full Hash: a672ab5e737202bede956a88357a96cf2728df15
SVN Revision: 39211
Parent Commit: 13249b9
Lines Changed: +154, -40

12 Modified Paths:

/intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp (+1, -0) (Diff)
/intern/audaspace/intern/AUD_C-API.cpp (+20, -18) (Diff)
/intern/audaspace/intern/AUD_C-API.h (+1, -1) (Diff)
/release/scripts/startup/bl_ui/space_sequencer.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_sound.h (+11, -1) (Diff)
/source/blender/blenkernel/intern/sound.c (+30, -5) (Diff)
/source/blender/blenloader/intern/readfile.c (+31, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+47, -14) (Diff)
/source/blender/editors/space_sequencer/space_sequencer.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_sound_types.h (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+5, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021