Go to file
Sergey Sharybin 97808449e6 Fix #29321: Video does not display, gets frozen or flickers
Unfortunately, error was caused by own attempt to deal with some kind of broken
videos when was investigating crashes in sequencer. Issue discovered that time
was related on values stored in timecode index and using them as signed data type
later.

Trying to use unsigned value here leads to signed/unsigned check failures.

Prefer just to pre-process that kind of videos i've been trying to deal with
rather than making more global changes during BCON3.
2011-11-18 20:55:06 +00:00
build_files exclude addons_contrib for release builds for scons/osx too 2011-11-18 05:14:13 +00:00
doc tab -> spaces 2011-11-18 04:55:43 +00:00
extern Camera tracking: forbid focal length=0 and small code cleanup 2011-11-16 10:00:02 +00:00
intern Cycles: try to avoid NaN pixels with oren nayar. Also small cmake code cleanup. 2011-11-18 15:39:40 +00:00
release Rename bgpic.add() to bgpic.new() to correspond others collections like 2011-11-18 14:28:45 +00:00
source Fix #29321: Video does not display, gets frozen or flickers 2011-11-18 20:55:06 +00:00
CMakeLists.txt rename cmake WITH_OCEANSIM --> WITH_MOD_OCEANSIM and tag CYCLES_CUDA_BINARIES_ARCH as advanced. 2011-11-13 14:16:43 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile allow passing vars to cmake from our makefile 2011-11-13 14:29:17 +00:00
SConstruct exclude addons_contrib/ for release builds. 2011-11-17 19:43:59 +00:00