Go to file
Sergey Sharybin 5a3540f4d8 Fixes for #26837: MPEG Preseek does not work for some h264 files.
- Display running job template in all sequencer modes
  It was displayed only for sequencer mode without preview.
- Fixed proxy rebuild progress indicator
  It was alsways zero because of incorrect rounding.
- Fixed timecode saving on windows (and probably some other platforms)
  It was caused by incorrect opening file for writting -- it should
  be opened in binary format "wb". This error caused incorrect
  movie duration detection on windows.
- Fixed movie resolution detection for some movies.
  In file attached to report, Blender detected resolution 1920x1088
  instead of 1920x1080. Not sure if this fix is correct or it's
  issue in FFmpeg, but it's something what mplayer using: store
  width/height before running avcodec_open().
- Fixed frame number calculation when building timecodes.
  It was rounding error caused some frames be positioned incorrect
  in several cases (that each 6th frame rendered as next frame
  from report).
2011-10-12 12:49:45 +00:00
build_files modify pacman file not to compile templates & presets. 2011-10-04 23:00:38 +00:00
doc fix [#28873] Blenders Python API Sphinx Build Script give exceptions 2011-10-11 23:27:01 +00:00
extern Whitespace clean-up 2011-09-30 12:24:17 +00:00
intern Sequencer audio waveform drawing fix, now assured to be within the strip bounds. 2011-10-10 14:59:13 +00:00
po rna source files are not needed in POTFILE.in, and small fix on readme 2011-10-11 06:24:11 +00:00
release Fixes for #26837: MPEG Preseek does not work for some h264 files. 2011-10-12 12:49:45 +00:00
source Fixes for #26837: MPEG Preseek does not work for some h264 files. 2011-10-12 12:49:45 +00:00
CMakeLists.txt * Removing libsamplerate from build systems 2011-10-02 17:09:39 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile fix for crash generating messages.txt, I wasn't getting this crash because I had 'WITH_PYTHON_SAFETY' enabled which was using different iterators (which dont crash), now there on by default. 2011-09-30 07:47:45 +00:00
SConstruct scons flags were being set carelessly - CCFLAGS is like setting CFLAGS and CXXFLAGS - in a few cases this was being set redundantly. 2011-10-05 23:35:03 +00:00