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
2020-04-07Cleanup: BLI_path.h function renamingCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: Prepare for sorted headers on windowsRay Molenkamp
2019-09-19Cleanup: rename anim::duration to anim::duration_in_framesSybren A. Stüvel
2019-09-19Fix T68091: Adding a corrupt video crashes/confuses BlenderSybren A. Stüvel
2019-09-19Use FFmpeg's own `av_guess_frame_rate()` function instead of guessing ourselvesSybren A. Stüvel
2019-09-19Cleanup: don't index the same array multiple timesSybren A. Stüvel
2019-06-17Cleanup: comment spellingCampbell Barton
2019-05-31Cleanup: style, use braces in source/Campbell Barton
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-23Cleanup: style, use braces for imbufCampbell Barton
2019-04-21Cleanup: comments (long lines) in imbufCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-25Cleanup: pass const image data to IMB_ibImageFromMemoryCampbell Barton
2019-03-15Cleanup: indentation, wrappingCampbell Barton
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-03Cleanup: preprocessor indentationCampbell Barton
2018-09-03Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-07-17Fix T56003: Opening image files as movies in VSE crashes.Bastien Montagne
2018-06-17Cleanup: trailing space for imbuf moduleCampbell Barton
2018-04-05Load metadata from video files and expose via RNASybren A. Stüvel
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
2018-03-09Fix T53857: Incorrect framerate for videos imported from OBSSergey Sharybin
2018-01-26IMB: Add asserts that returned fps and fps base are strictly positives.Bastien Montagne
2018-01-26Fix T53003: IMB: Invalid framerate handling due to short integer overflow.Bastien Montagne
2017-09-22Remove quicktime supportAaron Carlisle
2017-09-14Fix T52739: Crash loading corrupted video filesSergey Sharybin
2017-05-27Remove MinGW supportAaron Carlisle
2016-10-12FFmpeg: Fix off by one error in number of detected frames in matroska containerSergey Sharybin
2016-03-18Fix T47806: Blender animation player stop working correctly with XVID codecSergey Sharybin
2016-03-17ImBuf: Some tweaks to FFmpeg frame free policySergey Sharybin
2016-03-15ImBuf: Use proper function to free FFmpeg framesSergey Sharybin
2016-03-15Fix T47724: VSE crops video if horizontal resolution isn't divisible by 8Sergey Sharybin
2016-03-15Fix T47724: VSE crops video if horizontal resolution isn't divisible by 8Sergey Sharybin
2016-03-10Fix T47724: VSE crops video if horizontal resolution isn't divisible by 8Sergey Sharybin
2016-02-20ImBuf: Solve re-definition warningsSergey Sharybin
2016-02-16Make Blender compilable with FFmpeg-3.0Sergey Sharybin
2016-02-03Imbuf: remove libredcodeCampbell Barton
2016-01-28FFmpeg: Experiment with use of nb_frames from a stream when knownSergey Sharybin
2016-01-28cleanup: spelling / typosMike Erwin
2015-06-17Cleanup: duplicate includesCampbell Barton
2015-06-17ImBuf: Assert when read/write gets relative pathsCampbell Barton
2015-06-12Fix for building without ffmpegCampbell Barton
2015-06-12Merge all changes to blenderplayer from gooseberry branch:Antony Riakiotakis
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-02-04Port fix from gooseberry that doesn't load the full res file if a proxyAntony Riakiotakis