Go to file
Sergey Sharybin dd0f151ba9 Changes in FFV1 codec settings
Since FFmpeg 0.10 release FFV1 codec supports alpha channel which is getting
enabled when using PIX_FMT_RGB32 pixel format. This leads to incompatibility of
videos rendered in Blender with almost all external players (especially in OSX).

Seems that PIX_FMT_BGR0 is recommended to be used to make videos compatible with
older players which doesn't support alpha channel in FFV1.

Also added an option to switch to RGBA rendering if FFV1 codec is used and if RGBA
rendering is used FFV1 will be using PIX_FMT_RGB32 format which supports alpha channel.
2012-02-24 09:49:44 +00:00
build_files XDND support now can be disabled using WITH_GHOST_XDND=OFF with CMake and WITH_GHOST_XDND=False with SCons 2012-02-17 20:51:39 +00:00
doc remove section in gotcha's doc about matrix col/row order since this has been changed. 2012-02-17 20:41:41 +00:00
extern Somehow typo was made just before commit in previous patch. 2012-02-21 13:00:58 +00:00
intern Fix #30140: cycles multi GPU rendering with one device supporting full 2012-02-23 20:27:17 +00:00
release elsyiun theme 2012-02-23 13:08:42 +00:00
source Changes in FFV1 codec settings 2012-02-24 09:49:44 +00:00
CMakeLists.txt Fix #30270, #30265: cycles not displaying textured objects, and not rendering 2012-02-21 14:39:59 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Correct mathutils documentation, also correct some python spelling errors and add makefile target check_spelling 2012-02-08 04:37:37 +00:00
SConstruct Reverting changes made to build systems when was upgrading OpenAL. 2012-02-17 16:58:34 +00:00