forked from aligrudi/fbff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
14 lines (14 loc) · 704 Bytes
/
ChangeLog
File metadata and controls
14 lines (14 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
13 Jun 2019
* add -F option for fit-to-screen while maintaining aspect ratio, no caption, just border
* add -d option to flip video upside down
* -f option for fullscreen uses no border
* add fb_open call for w,h,window flags after fb_init
12 Jun 2019
* wait until display initialized before starting audio
* use miniaudio for portable OSX/Linux audio, remove Linux OSS
* increased audio buffer to 8192, rewind fails if audio packets larger than buffer size!?
* add L loop cmd
8 Jun 2019
* add seperate width and height zoom factors for fullscreen and -w/-h
* add -w# and -h# options for video sizing
* initial port to Nano-X, revised sources and fb_ api for simpler multiple platform support