You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
b7076549a3
osg-ffmpeg-videoplayer handled frame allocation incorrectly. It used a `vector<uint8_t>` as its buffer, meaning the addresses could did not respect alignment. Instead, changes it to use `AVFrame` as buffers, allocated via `av_image_alloc`. We also now only allocate the buffer once, instead of on every frame, which should improve the framerate of videos. Fixes the following crash on startup on ARM: > Invalid address alignment (signal 7) Fixes #5807 |
4 years ago | |
---|---|---|
.. | ||
CMakeLists.txt | 4 years ago | |
License.txt | 7 years ago | |
audiodecoder.cpp | 4 years ago | |
audiodecoder.hpp | 6 years ago | |
audiofactory.hpp | 8 years ago | |
videodefs.hpp | 10 years ago | |
videoplayer.cpp | 4 years ago | |
videoplayer.hpp | 8 years ago | |
videostate.cpp | 4 years ago | |
videostate.hpp | 4 years ago |