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-08Merge branch 'blender-v3.4-release'Sergey Sharybin
2022-11-08Fix deprecation warnings about printf() on macOSSergey Sharybin
2022-11-07Fix support for building with ffmpeg < 5.0Sebastian Parborg
2022-11-03Fix deprecation warnings in FFmpeg related codeSergey Sharybin
2022-11-01Cleanup: spelling in commentsCampbell Barton
2022-10-29Cleanup: use STREQ macroCampbell Barton
2022-10-22Video rendering: FFMpeg AV1 codec encoding supportStephen Seo
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-07-15Cleanup: Use const pointers for ImageSaveOptions and ImageFormatDataJesse Yurkovich
2022-03-09Cleanup: use ELEM macroCampbell Barton
2022-02-22Cleanup: quiet warnings for FFMPEG before 5.0Campbell Barton
2022-02-22Revert "Cleanup: quiet const cast warning"Campbell Barton
2022-02-21Cleanup: quiet const cast warningCampbell Barton
2022-02-18Merge branch 'blender-v3.1-release'Sebastian Parborg
2022-02-18VSE: Refactor our code to be compatible with ffmpeg 5.0Sebastian Parborg
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-01Fix T93856: VP9 lossless render missing alphaRichard Antalik
2022-01-14Cleanup: Fix warning when compiling without AudaspaceJulian Eisel
2021-12-14Fix T91005: Autosplit produces unusable filesRichard Antalik
2021-08-24FFMPEG: Fix building with older versions that need FFMPEG_USE_DURATION_WORKAR...Sebastian Parborg
2021-08-16VSE: Fix "off by one" error when encoding audioSebastian Parborg
2021-08-16VSE: Flush audio encode after finishing video exportSebastian Parborg
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-06-10Cleanup: move endian values from BKE_global into BLI_endian_definesCampbell Barton
2021-06-03Cleanup: make formatJacques Lucke
2021-06-02FFmpeg: Fix H264 lossless render not losslessRichard Antalik
2021-06-01Cleanup: spelling in commentsCampbell Barton
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-10Cleanup: unused variable warningCampbell Barton
2021-05-07Cleanup: Remove deprecated variables and functions calls from our ffmpeg codeSebastian Parborg
2021-05-07Fix: No sound is exported with ffmpeg 4.4Sebastian Parborg
2021-03-26FFmpeg: improve threading settingsRichard Antalik
2021-02-15FFmpeg: Improve multi-threading settingsSergey Sharybin
2020-10-19Fix T68343: Rendered video plays at 600fpsRichard Antalik
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-05-22Fix T74443: No render in VP9 lossless modePhilipp Oeser
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-13Cleanup: pass const args (mostly Scene & RenderData)Campbell Barton
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-08-01FFmpeg pixel format conversion improvementsSybren A. Stüvel
2019-07-31Fix Visual Studio compatibility in writeffmpeg.cSybren A. Stüvel
2019-07-31FFmpeg: Added writing of WebM containersSybren A. Stüvel
2019-07-31FFmpeg: Added support for writing alpha values in WebM/VP9 videoSybren A. Stüvel
2019-07-31Cleanup: Simplification of `BKE_ffmpeg_alpha_channel_is_supported()`Sybren A. Stüvel
2019-07-02Fix T53058: Crash when rendering to Quicktime RLE codecSybren A. Stüvel
2019-06-30Fixed compiler warningSybren A. Stüvel