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-02-21Fix T89542: Crash when loading certain .hdr filesJesse Yurkovich
2022-01-11Fix T94661: Out-of-bounds memory access due to malformed DDS image fileSergey Sharybin
2022-01-11Fix T86952: Buffer overflow reading specific DDS imagesSergey Sharybin
2022-01-11Fix T94629: The IMB_flip API would fail with large imagesJesse Yurkovich
2021-09-06Fix error scaling thumbnails to zero dimensionsCampbell Barton
2021-08-23Fix T87967: M2T video seeking is brokenRichard Antalik
2021-08-23VSE: Fix audaspace not reading ffmpeg files with start offset correctlySebastian Parborg
2021-08-23VSE: Fix seeking issues.Sebastian Parborg
2021-08-23VSE: Fix video strip duration calculationSebastian Parborg
2021-07-26Fix T70356: Scaling up 1x1 pixel image reads past buffer boundsCampbell Barton
2021-07-26Fix T89868: Crash showing thumbnail of wide-aspect imageJesse Yurkovich
2021-06-30Fix: VSE seeking with proxy strips would fail on certain framesSebastian Parborg
2021-06-30Fix: VSE search in mpegts files would failSebastian Parborg
2021-06-30Fix: VSE indexer seeking not working correctlySebastian Parborg
2021-06-30Fix: VSE timecodes being used even when turned off.Sebastian Parborg
2021-06-30Fix: Prevent small memory leak in VSE indexerSebastian Parborg
2021-06-30Fix: Wrong logic for checking if we can reuse decoded frameSebastian Parborg
2021-06-30FFmpeg: Fix seeking not returning the correct frame when not using TC indexSebastian Parborg
2021-06-30Fix T57397: Movies are blurred after sws_scaleRichard Antalik
2021-06-30FFmpeg: Update proxy settingsRichard Antalik
2021-06-30Fix T88623, T87044: Make encoded videos play correctly in VLCSebastian Parborg
2021-06-30Make encoded video fps correct with ffmpeg < 4.4Sebastian Parborg
2021-06-30Fix T87932: Failure to build movie strip proxySebastian Parborg
2021-06-30Cleanup: Remove deprecated variables and functions calls from our ffmpeg codeSebastian Parborg
2021-04-30Cleanup: quiet shadow variable warningCampbell Barton
2021-04-29Fix macOS arm crash in scaling images with ffmpegBrecht Van Lommel
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
2021-03-26FFmpeg: improve threading settingsRichard Antalik
2021-03-26FFMPEG: refactor seekingRichard Antalik
2021-03-24Cleanup: remove stdio.h header from MEM_guardedalloc.hCampbell Barton
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-03-21Cleanup: spelling, doxygen comment formattingCampbell Barton
2021-03-18Cleanup: remove MJPEG reference from error messageRichard Antalik
2021-03-16FFmpeg: Improve proxy building performanceRichard Antalik
2021-03-04Cleanup: redundant struct declarationsCampbell Barton
2021-03-02FFmpeg: Improve scrubbing performanceRichard Antalik
2021-02-22UI: Remove Blend Thumb PassepartoutHarley Acheson
2021-02-18Cleanup: sort structs, file-listsCampbell Barton
2021-02-17Fix OpenColorIO 2.0 GPU shader error in uniform assignmentBrecht Van Lommel
2021-02-17Cleanup: Abbreviate enums with 'UNSIGNED_' in the nameGermano Cavalcante