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
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-13Cleanup: duplicate checks, unused initializationCampbell Barton
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Fix linking code after own recent commit.Bastien Montagne
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Revert "Revert "Enhanced stats/reports for blendfile reading.""Bastien Montagne
2021-06-23Cleanup: reformat trailing comments that caused line wrappingCampbell Barton
2021-06-15BLI: use explicit task isolation, no longer part of parallel operationsBrecht Van Lommel
2021-06-14Fix: VSE seeking with proxy strips would fail on certain framesSebastian Parborg
2021-06-14Error Messages Creating Thumbnail FoldersHarley Acheson
2021-06-11Performance: Use parallel range for ImBuf scanline processor.Jeroen Bakker
2021-06-11Fix: VSE search in mpegts files would failSebastian Parborg
2021-06-11Fix: VSE indexer seeking not working correctlySebastian Parborg
2021-06-11Fix: VSE timecodes being used even when turned off.Sebastian Parborg
2021-06-11Performance: Split ImBuf sampling.Jeroen Bakker
2021-06-11Sequencer: Transform ImBuf Processor.Jeroen Bakker
2021-06-10Cleanup: move endian values from BKE_global into BLI_endian_definesCampbell Barton
2021-06-09Fix: Prevent small memory leak in VSE indexerSebastian Parborg
2021-06-08BLI: support disabling task isolation in task poolJacques Lucke
2021-06-07Fix: Wrong logic for checking if we can reuse decoded frameSebastian Parborg
2021-06-05FFmpeg: Fix seeking not returning the correct frame when not using TC indexSebastian Parborg
2021-06-03Cleanup: spelling in comments, correct outdated commentsCampbell Barton
2021-06-02Fix T57397: Movies are blurred after sws_scaleRichard Antalik
2021-06-02FFmpeg: Update proxy settingsRichard Antalik
2021-05-31Fix T88623, T87044: Make encoded videos play correctly in VLCSebastian Parborg
2021-05-28Make encoded video fps correct with ffmpeg < 4.4Sebastian Parborg
2021-05-28Fix T87932: Failure to build movie strip proxySebastian Parborg
2021-05-27Fix incorrect BLI_snprintf usageCampbell Barton
2021-05-21Cleanup: spellingLeon Zandman
2021-05-07Cleanup: Remove deprecated variables and functions calls from our ffmpeg codeSebastian Parborg
2021-05-03Cleanup: spellingCampbell Barton
2021-04-30Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-30Cleanup: quiet shadow variable warningCampbell Barton
2021-04-29Merge branch 'blender-v2.93-release'Brecht Van Lommel
2021-04-29Fix macOS arm crash in scaling images with ffmpegBrecht Van Lommel
2021-04-26Cleanup: remove use of deprecated uint32, utin16 typesCampbell Barton
2021-04-14FFmpeg: Adjust default proxy settingsRichard Antalik
2021-04-13Fix T71960: Malformed .bmp files lead to crashJesse Y
2021-04-08Cleanup: modernize-use-equals-defaultJacques Lucke
2021-04-08Cleanup: enable modernize-use-equals-default checkJacques Lucke
2021-04-01Fix condition for ffmpeg seek workaroundRichard Antalik
2021-04-01Fix freezed proxy framesRichard Antalik
2021-03-31Cleanup: use early return for imbuf image loader functionsCampbell Barton
2021-03-30Cleanup: clang-tidy warning.Jeroen Bakker
2021-03-30Fix T86944: Incorrect seeking in some moviesRichard Antalik
2021-03-29Cleanup: clang-format.Jeroen Bakker
2021-03-29Fix: Cryptomatte Metadata Trimmed to 1024.Jeroen Bakker