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
2022-03-01Fix crash triggered by an introduced assert.Jeroen Bakker
2022-03-01Image Engine: Performance 8 byte images.Jeroen Bakker
2022-02-18VSE: Refactor our code to be compatible with ffmpeg 5.0Sebastian Parborg
2022-02-17Images: update code to support OpenEXR 3Sebastian Parborg
2022-02-02Fix T95378: Seek problems when timecodes are usedRichard Antalik
2022-01-31Fix T95332: Crash loading older files.Jeroen Bakker
2022-01-28Fix T93328: Movie seeking doesn't work.Richard Antalik
2022-01-26Cleanup: unused variable warning, formattingCampbell Barton
2022-01-26VSE: Build proxies only for slow moviesRichard Antalik
2022-01-25VSE: Use timecodes by defaultRichard Antalik
2022-01-25Fix T94237: Glitch when copying unaligned ffmpeg bufferMichael
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Cleanup: make formatDalai Felinto
2022-01-12Fix T89542: Crash when loading certain .hdr filesJesse Yurkovich
2022-01-12Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-11Fix T93588: some videos loaded flipped over Y axis on macOS ArmBrecht Van Lommel
2022-01-10Fix T94661: Out-of-bounds memory access due to malformed DDS image fileSergey Sharybin
2022-01-07Fix T86952: Buffer overflow reading specific DDS imagesSergey Sharybin
2022-01-07Fix T94629: The IMB_flip API would fail with large imagesJesse Yurkovich
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-17Cleanup: Silenced unused var warnings.Jeroen Bakker
2021-12-16Cleanup: spellingCampbell Barton
2021-12-16Cleanup: clang-formatCampbell Barton
2021-12-15Fix compile errors on windows.Jeroen Bakker
2021-12-15Cleanup: Use pixel in stead of texels in naming.Jeroen Bakker
2021-12-15Images: 1,2,3 channel support for transform function.Jeroen Bakker
2021-12-14Cleanup: resolve parameter mis-matches in doc-stringsCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-11Fix compilation error on Windows platform.Jeroen Bakker
2021-12-10Revert recent changes to ImBuf transformHans Goudey
2021-12-10ImBuf: Extracted UV Wrapping from the Interpolation functions.Jeroen Bakker
2021-12-10Added support for large images to openexr.Jeroen Bakker
2021-12-10ImBuf: Use templating for IMB_transform.Jeroen Bakker
2021-12-10Fix crash using 32k images.Jeroen Bakker
2021-12-10Cleanup: spelling in commentsCampbell Barton
2021-12-10Fix Crash: Loading Huge Images.Jeroen Bakker
2021-12-09Cleanup: spelling in commentsCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'imbuf'Campbell Barton
2021-12-08ImBuf: Performance IMB_transform.Jeroen Bakker
2021-12-08Cleanup: moved IMB_transform to transform.cc.Jeroen Bakker
2021-12-03ImBuf: Made Wrapping and Cropping optional in IMB_transform.Jeroen Bakker
2021-11-26Clarify a confusing comment.Martijn Versteegh
2021-11-22Moviecache: Fix potential memory corruption.Jeroen Bakker
2021-11-19Cleanup: fix typos in comments and docsBrecht Van Lommel
2021-11-15VSE: Use early out for aplha over blendingRichard Antalik