mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-09 19:10:48 +00:00
f63325db60
Unify ffmpeg/oiio/null implementations, where possible. This effectively required placing all three in the same file, which meant they're all now C++. Update FFmpeg implemenation to be C++-usable. Implement ncvisual_rotate_cw() and ncvisual_rotate_ccw() #515. Move most of tetris over to Visual from Plane #558. Add bgra_to_rgba(), necessary for creating ncvisual from BGRA memory. Implement ncvisual_from_rgba() and ncvisual_from_bgra() #557. Add unit tests on ncvisual rotation. |
||
---|---|---|
.. | ||
cell.cpp | ||
channel.cpp | ||
direct.cpp | ||
egcpool.cpp | ||
fade.cpp | ||
fds.cpp | ||
fills.cpp | ||
input.cpp | ||
internal.cpp | ||
main.cpp | ||
main.h | ||
menu.cpp | ||
metric.cpp | ||
ncplane.cpp | ||
notcurses.cpp | ||
palette.cpp | ||
plot.cpp | ||
reel.cpp | ||
resize.cpp | ||
rotate.cpp | ||
scrolling.cpp | ||
selector.cpp | ||
visual.cpp | ||
wide.cpp | ||
zaxis.cpp |