Blender Git Commit Log

Git Commits -> Revision 523e8e4

Revision 523e8e4 by Peter Schlaile (master)
July 19, 2010, 16:27 (GMT)
== FFMPEG ==

This is a fix for the following issues in ffmpeg movie reader:

* mpeg transport stream seeking (HDV) failed completely, since ffmpeg
doesn't want to seek by timestamp (those aren't guaranteed to be
strictly monotonic within those file formats)

We therefore seek by byte and use the bitrate in those cases.
This isn't a real fix,
I will add a seperate index building process, soon, so that we can
finally seek by timecode properly (optionally with "free run timecode"
on consumer video camcorders, stay tuned :) )

* Recent versions of ffmpeg do set the ALPHA channel to 0xff properly,
so we test the first pixel for proper ALPHA and then workaround
optionally.

Commit Details:

Full Hash: 523e8e4dc97fb1c316c229a83a66c6550620330c
SVN Revision: 30502
Parent Commit: ff83a98
Lines Changed: +160, -130

1 Modified Path:

/source/blender/imbuf/intern/anim.c (+160, -130) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021