- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
ffmpeg: restore compatibility with pre-5.0 versions
ffmpeg: restore compatibility with pre-5.0 versions
Aras Pranckevicius
deleted branch ffmpeg_threaded_conv from aras_p/blender
2023-12-15 12:36:13 +01:00
ffmpeg: multithreaded conversion from RGBA into encoding format
ffmpeg: multithreaded conversion from RGBA into encoding format
I would assume, that this may have even greater impact when used for decoding in
anim_movie.cc
I can look into that next.
VSE: reduce effects code duplication, making gaussian blur faster in the process
ImBuf: optimize IMB_transform
VSE: reduce effects code duplication, making gaussian blur faster in the process
I don't have an opinion either way. .w
for me personally is a bit easier to read than [3]
, but that's a taste/familiarity thing. And yeah I could have used .x
... .w
below too. Do you want…
VSE: reduce effects code duplication, making gaussian blur faster in the process
I think in this particular case it does not matter at all.
"inline" is a hint to the compiler, saying like "oh whenever anything calls this function, please to try to just literally paste the…
a0640ce8d5
PLY: extend test coverage for #116022
460439acba
Fix #116022: Binary PLY import fails if first data byte is 0x0A or 0x0D
ply-Import fails if first byte of binary vertex coordinates is equal to 0x0a or 0x0d