Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-17ImBuf: Assert when read/write gets relative pathsCampbell Barton
2015-05-18Cleanup: use const for Imbuf file typesCampbell Barton
2015-04-06Multi-View and Stereo 3DDalai Felinto
2014-08-07Cleanup: Remove special code for Visual Studio 2008.Thomas Dinges
2014-05-28Fix T40157: Loading movies larger than 4GB in size failsSergey Sharybin
2014-05-01Code cleanup: remove defines no longer needed on windowsCampbell Barton
2014-04-30Correct issue with IMB_ispic returning boolCampbell Barton
2014-04-22BLI_open: check returned value for `-1` instead of `< 0`Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-21Fix T39186: Matroska audio support (mka, mkv without video stream)Sergey Sharybin
2014-03-09Cleanup some useless/unneeded #ifdefs for MSVC2013.Juergen Herrmann
2014-02-17Code cleanup: unused/warningsCampbell Barton
2014-02-03Image/Animation loading, remove user-pref extension check.Campbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-30Code cleanup: add BLI_testextensie_n, replacing multuple calls to BLI_testext...Campbell Barton
2014-01-28libavformat API usage: use avformat_close_input() instead of av_close_input_f...Anton Khirnov
2013-11-01Fix [#37290] Movie files filtering does not show *.ts files.Bastien Montagne
2013-11-01FIX: [#37199] .ogg file is not recognized as a movie in File BrowserAndrea Weikert
2013-10-31Add .webm to the list of extensions recognized as videoAndrea Weikert
2013-10-11adding WITH_IMAGE_OPENIMAGEIO and removing the PSD build optionDalai Felinto
2013-10-09Photoshop PSD supportDalai Felinto
2013-07-25add missing va_end() calls.Campbell Barton
2013-07-13fix for 2 bugs in animation playbackCampbell Barton
2013-06-25Fix #35824: finding missing files not working correct for filepaths with specialBrecht Van Lommel
2013-04-30Bug fix #35143Ton Roosendaal
2013-04-29Fix for --debug-ffmpeg not giving enough informationSergey Sharybin
2013-03-04patch [#34103] use booleans for extensions testing.Campbell Barton
2013-01-12Patch #33837: ffmpeg1.1 and libav9.1 compatibility updateSergey Sharybin
2012-11-23ifdef'd gcc diagnostic pragma's to quiet msvc and others.Campbell Barton
2012-11-19* Fix Windows compile. #ifdef _MSC_VER was misspelled. Thomas Dinges
2012-11-19Improved FFmpeg error reports when audio stream failed to be allocatedSergey Sharybin
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-08add option to build without blenders default avi codec.Campbell Barton
2012-10-08quiet invalid warning in ffmpeg_log_callback with -Wmissing-format-attribute.Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-03Fix for logging FFmpeg messagesSergey Sharybin
2012-08-27File format fixesSergey Sharybin
2012-08-26Some FFmpeg changesSergey Sharybin
2012-08-13code cleanup: includes for imbuf, also remove double promotion.Campbell Barton
2012-06-18Reduce amount of deprecated symbols used from FFmpegSergey Sharybin
2012-05-20code cleanup:Campbell Barton
2012-05-16style cleanup: imbufCampbell Barton
2012-05-02Fixes opening video files on Windows. [#30752]Alexander Kuznetsov
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-23code cleanup: remove unused definesCampbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-04-21style cleanupCampbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-30Added new command-line arguments --debug-ffmpeg and --debug-libmv toSergey Sharybin