Blender Git Commit Log

Git Commits -> Revision df782b1

Revision df782b1 by Peter Schlaile (master)
June 4, 2006, 18:05 (GMT)
==Sequencer & ffmpeg==
Bugfixes:
- hddaudio now allocates it's decode buffer + AVCODEC_MAX_AUDIO_FRAME_SIZE
safety interval. (The former code expected all decoded audio frames to
be the same size which can hurt under some circumstances e.g. VBR files)
- writeffmpeg: some pointers where not initialized on start and after
deletion not set to null. Could segfault randomly on error conditions.
- drawseq: use startdisp and enddisp to decide, if a strip should be drawn.
(Just extend strips first or last frame beyond screen dimensions in
the previous version and watch the strip disappear)

Commit Details:

Full Hash: df782b1122087b60a7eb9c40f5df7e48a6615f6f
SVN Revision: 7604
Parent Commit: 42c5725
Lines Changed: +11, -9

3 Modified Paths:

/source/blender/blenkernel/intern/writeffmpeg.c (+5, -4) (Diff)
/source/blender/src/drawseq.c (+4, -4) (Diff)
/source/blender/src/hddaudio.c (+2, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021