blender/source/gameengine/VideoTexture
Sergey Sharybin aab01c86cf Patch #33837: ffmpeg1.1 and libav9.1 compatibility update
Patch makes it possible to compile blender with recent ffmpeg
and libav libraries, mainly by getting rid of deprecated API.

Original patch by Campbell Barton with own modifications to
support compilation with older ffmpeg versions.

This patch could break compatibility of FFV1 videos playing
back in older players, mainly because of alpha support changes.
Preserving compatibility with such players became a headache
and think it's high time to get rid of workarounds here.
2013-01-12 12:51:10 +00:00
..
BlendType.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
blendVideoTex.cpp code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
CMakeLists.txt Make blender compilable by gcc-4.7 and strict compilation flags: 2012-05-14 13:31:38 +00:00
Common.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
Exception.cpp code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
Exception.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
FilterBase.cpp code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
FilterBase.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
FilterBlueScreen.cpp py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
FilterBlueScreen.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
FilterColor.cpp py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
FilterColor.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
FilterNormal.cpp py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
FilterNormal.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
FilterSource.cpp code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
FilterSource.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
ImageBase.cpp code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
ImageBase.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
ImageBuff.cpp code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
ImageBuff.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
ImageMix.cpp code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
ImageMix.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
ImageRender.cpp py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
ImageRender.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
ImageViewport.cpp py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
ImageViewport.h py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
PyTypeList.cpp code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
PyTypeList.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
SConscript Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00
Texture.cpp code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
Texture.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
VideoBase.cpp py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
VideoBase.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
VideoFFmpeg.cpp Patch #33837: ffmpeg1.1 and libav9.1 compatibility update 2013-01-12 12:51:10 +00:00
VideoFFmpeg.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00