Blender Git Loki

Git Commits -> Revision 9827a3e

Revision 9827a3e by Joerg Mueller (master)
February 7, 2010, 23:41 (GMT)
2.5 Audio:

- recode of the whole sequencer audio handling
- encode audio flag removed, instead you choose None as audio codec, added None for video codec too
- ffmpeg formats/codecs: enabled: theora, ogg, vorbis; added: matroska, flac (not working, who can fix?), mp3, wav
- sequencer wave drawing
- volume animation (now also working when mixing down to a file!)
- made sequencer strip position and length values unanimatable

Commit Details:

Full Hash: 9827a3e9eac70f68db6dc16d03016c51b7ece3f0
SVN Revision: 26693
Parent Commit: 2f72b91
Lines Changed: +1101, -507

4 Added Paths:

/intern/audaspace/intern/AUD_SequencerFactory.cpp (+109, -0) (View)
/intern/audaspace/intern/AUD_SequencerFactory.h (+77, -0) (View)
/intern/audaspace/intern/AUD_SequencerReader.cpp (+245, -0) (View)
/intern/audaspace/intern/AUD_SequencerReader.h (+102, -0) (View)

33 Modified Paths:

/intern/audaspace/FX/AUD_LoopReader.cpp (+9, -0) (Diff)
/intern/audaspace/FX/AUD_LoopReader.h (+5, -0) (Diff)
/intern/audaspace/intern/AUD_C-API.cpp (+104, -5) (Diff)
/intern/audaspace/intern/AUD_C-API.h (+26, -3) (Diff)
/intern/audaspace/intern/AUD_Mixer.cpp (+9, -3) (Diff)
/intern/audaspace/intern/AUD_Mixer.h (+8, -1) (Diff)
/intern/audaspace/intern/AUD_SoftwareDevice.cpp (+1, -8) (Diff)
/intern/audaspace/intern/AUD_Space.h (+5, -1) (Diff)
/intern/audaspace/OpenAL/AUD_OpenALDevice.cpp (+7, -6) (Diff)
/release/scripts/ui/properties_render.py (+4, -4) (Diff)
/source/blender/blenkernel/BKE_sequencer.h (+4, -4) (Diff)
/source/blender/blenkernel/BKE_sound.h (+18, -9) (Diff)
/source/blender/blenkernel/BKE_writeffmpeg.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/scene.c (+7, -0) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+35, -55) (Diff)
/source/blender/blenkernel/intern/sound.c (+86, -207) (Diff)
/source/blender/blenkernel/intern/writeffmpeg.c (+87, -83) (Diff)
/source/blender/blenloader/intern/readfile.c (+14, -4) (Diff)
/source/blender/editors/animation/anim_ops.c (+1, -1) (Diff)
/source/blender/editors/screen/screen_ops.c (+10, -4) (Diff)
/source/blender/editors/sound/sound_ops.c (+2, -2) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+1, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_add.c (+4, -4) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+37, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+36, -38) (Diff)
/source/blender/editors/transform/transform_conversions.c (+7, -7) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+3, -2) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+3, -1) (Diff)
/source/blender/makesdna/DNA_sound_types.h (+6, -19) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+12, -21) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+13, -11) (Diff)
/source/gameengine/Converter/KX_ConvertActuators.cpp (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_SoundActuator.cpp (+1, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021