Blender Git Loki
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