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
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-19Cleanup: add trailing commasCampbell Barton
2018-06-17Cleanup: trailing space for imbuf moduleCampbell Barton
2018-06-17Cleanup: BLI path extension APICampbell Barton
2018-04-02Cleanup: move BKE_global include under ifdef'sCampbell Barton
2018-04-02imbuf: revert some of the changes of rBb6ba3c682dd6615e760905572a5bcd69bb4637...Ray Molenkamp
2018-04-01Cleanup: remove global headerCampbell Barton
2017-09-22Remove quicktime supportAaron Carlisle
2016-02-03Imbuf: remove libredcodeCampbell Barton
2015-07-13 Imbuf types refactor.Antony Riakiotakis
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