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-10Rebase on mastertemp-license-header-spdxCampbell Barton
2022-01-28Fix T93328: Movie seeking doesn't work.Richard 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-11Fix T93588: some videos loaded flipped over Y axis on macOS ArmBrecht Van Lommel
2021-11-15VSE: Use early out for aplha over blendingRichard Antalik
2021-11-15Fix T91405: Block artefacts in WEBM videoRichard Antalik
2021-10-06Cleanup: spelling in commentsCampbell Barton
2021-10-05Cleanup: Make anim_getnew in the VSE less confusingSebastian Parborg
2021-09-18Audaspace: added audio file streams functionality.Jörg Müller
2021-08-16Fix T87967: M2T video seeking is brokenRichard Antalik
2021-08-16VSE: Fix audaspace not reading ffmpeg files with start offset correctlySebastian Parborg
2021-08-16VSE: Fix seeking issues.Sebastian Parborg
2021-08-16VSE: Fix video strip duration calculationSebastian Parborg
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-14Fix: VSE seeking with proxy strips would fail on certain framesSebastian Parborg
2021-06-11Fix: VSE search in mpegts files would failSebastian Parborg
2021-06-11Fix: VSE indexer seeking not working correctlySebastian Parborg
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-02Fix T57397: Movies are blurred after sws_scaleRichard Antalik
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-30Cleanup: quiet shadow variable warningCampbell Barton
2021-04-29Fix macOS arm crash in scaling images with ffmpegBrecht Van Lommel
2021-04-01Fix condition for ffmpeg seek workaroundRichard Antalik
2021-04-01Fix freezed proxy framesRichard Antalik
2021-03-30Cleanup: clang-tidy warning.Jeroen Bakker
2021-03-30Fix T86944: Incorrect seeking in some moviesRichard Antalik
2021-03-26FFmpeg: improve threading settingsRichard Antalik
2021-03-26FFMPEG: refactor seekingRichard Antalik
2021-03-02FFmpeg: Improve scrubbing performanceRichard Antalik
2021-02-15FFmpeg: Improve multi-threading settingsSergey Sharybin
2021-02-05Fix integer types in ImBuf leading to warningsSergey Sharybin
2021-01-12Cleanup: replace 'long long' with int64_t in imbuf indexerCampbell Barton
2020-12-16VSE: Improve motion-picture workflowRichard Antalik
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-08-08Cleanup: remove redundant return parenthesisCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-07-21Fix T78867: Crash related to viewing video filesSergey Sharybin
2020-07-16Cleanup: undeclared function warning, unused argumentCampbell Barton
2020-07-13VSE: Python API, allow creation of VSE Movie strips with missing fileSybren A. Stüvel
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