Commit Graph

9 Commits

Author SHA1 Message Date
icex2 da3aa8a309 added loop argument for omxplayer (disappeared with the merge somehow...) 2016-04-11 19:30:40 +02:00
icex2 7d08812f01 fixed whitespaces
added looping for omxplayer to get correct behavior on IIDX double play for video playback
2016-04-11 19:26:35 +02:00
icex2 705e8acafb minor fixes:
- Video.cpp: treating warnings as errors, missing return NULL in video thread
- Makefile: added -ltinfo due to missing references
2016-04-11 19:25:04 +02:00
DragonMinded 32eb9305da Ignore stdout on all video commands too. 2016-01-31 01:01:37 +00:00
DragonMinded 53cc49af69 Add TODO where I need to make this more generalized for video. 2016-01-30 19:47:15 +00:00
DragonMinded 997993d432 Better VERBOSE_DEBUG support, remove unneeded printfs. 2016-01-30 19:41:27 +00:00
DragonMinded 425941c014 Better video interface, no longer sleeps randomly, instead waits for events and finishes immediately. 2016-01-30 19:14:16 +00:00
DragonMinded 226e5b5394 Move video playback commands to their own thread.
Twinkle didn't really care about timing, but PPP 2nd is very sensitive,
so these delays cause it to error out. Fix that by moving the DVD functions
to their own thread so they don't delay the serial thread.
2016-01-29 07:37:20 +00:00
DragonMinded 93cc758fa9 Initial commit of DVD emulator sources. 2016-01-29 03:58:07 +00:00