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-11-04Cleanup: pass const view_area in sequencer functionsCampbell Barton
2022-09-26Cleanup: remove redundant parenthesisCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-06-29VSE: Improved Retiming systemRichard Antalik
2022-06-14Cleanup: redundant function callsCampbell Barton
2022-06-07Fix T98621: Image does not update when tweaking strip propertiesRichard Antalik
2022-06-02VSE: Make time operations self-containedRichard Antalik
2022-04-11Cleanup: malformed C-style comment blocks, spellingCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Cleanup: copyright in headers, spelling in commentsCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'sequencer'Campbell Barton
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-07Cleanup: Move VSE disk cache code into own fileRichard Antalik
2021-09-21VSE strip thumbnailsAditya Y Jeppu
2021-08-21Use Zstandard compression for the sequencer cacheLukas Stockner
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-06-10Cleanup: move endian values from BKE_global into BLI_endian_definesCampbell Barton
2021-05-31Cleanup: Replace fseek() calls with BLI_fseek()Harley Acheson
2021-05-18Fix build warningRichard Antalik
2021-05-12VSE: Fix disk cache potentially overwriting blend fileRichard Antalik
2021-04-22Fix T87090: VSE scrubbing locks up blenderRichard Antalik
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-01-25VSE: Remove skip_disk_cache argumentRichard Antalik
2021-01-13Cleanup: spellingCampbell Barton
2021-01-10Fix sequencer disk cache not writing dataRichard Antalik
2020-12-22VSE: handle IO errors when reading disk cache header and versionSybren A. Stüvel
2020-12-20VSE: Remove cost calculation from cacheRichard Antalik
2020-12-20VSE: Fix incorrect cache memory usage calculationRichard Antalik
2020-12-19Cleanup: Split SEQ_sequencer.h fileRichard Antalik
2020-12-19Cleanup: Rename BKE_sequencer functionsRichard Antalik
2020-11-16Cleanup: split sequencer.c fileRichard Antalik
2020-11-06Cleanup: rename time related variablesRichard Antalik
2020-11-06Cleanup: Clang-Tidy warningsSergey Sharybin
2020-11-05VSE: cache performance optimizationRichard Antalik
2020-11-01Rename BKE_sequencer.hRichard Antalik
2020-10-26Split BKE_sequencer.h intern/extern definitionsRichard Antalik
2020-10-05Move sequencer sources from blenkernelRichard Antalik