Commit Graph

30 Commits

Author SHA1 Message Date
Jennifer Taylor 0fd32ab13e Add explicit public domain license file. 2023-09-04 20:13:00 +00:00
Shaun Taylor 02895947b8 Merge pull request #1 from icex2/master
Minor fixes to compile.
Add loop argument to make doubles play work properly.
2016-04-11 19:48:57 -07:00
icex2 da3aa8a309 added loop argument for omxplayer (disappeared with the merge somehow...) 2016-04-11 19:30:40 +02:00
icex2 411f5cbb2d Merge branch 'master' of https://github.com/icex2/serialdvdemu 2016-04-11 19:27:42 +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
icex2 2325916cbb minor fixes:
- Video.cpp: treating warnings as errors, missing return NULL in video thread
- Makefile: added -ltinfo due to missing references
2016-02-08 14:26:27 +01:00
DragonMinded f4991cbb97 Mount video directory read-only. 2016-02-02 05:22:42 +00:00
DragonMinded 0e1c03c7af Check in JLIP testing utility. 2016-02-02 05:17:11 +00:00
DragonMinded ad4fc34cb1 Load/save JLIP ID so that it can be changed and survive reboots. 2016-02-02 05:11:26 +00:00
DragonMinded 32eb9305da Ignore stdout on all video commands too. 2016-01-31 01:01:37 +00:00
DragonMinded 48af6598fa Use curses library to blank the screen when videos aren't playing. 2016-01-30 20:03:14 +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 c55a8408af Better readme with more assumptions written down. 2016-01-30 19:44:43 +00:00
DragonMinded 7cbda6d3a4 Ignore compiled binary. 2016-01-30 19:44:31 +00:00
DragonMinded 997993d432 Better VERBOSE_DEBUG support, remove unneeded printfs. 2016-01-30 19:41:27 +00:00
DragonMinded 1a6f7391ec Fix comments. 2016-01-30 19:41:06 +00:00
DragonMinded d3025e2406 Make startup scripts user-agnostic. 2016-01-30 19:23:54 +00:00
DragonMinded d964d95061 No longer need random delay thanks to better video interface. 2016-01-30 19:14:41 +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 d4c2ffce68 Update exec_shell command to return the exit code. 2016-01-30 19:13:42 +00:00
DragonMinded ee63cb41d2 Updated scripts directory with new scripts. 2016-01-30 19:12:53 +00:00
DragonMinded 0a4172f6f9 Add gitignore to ignore VIM files. 2016-01-30 19:12:22 +00:00
DragonMinded 48b210a8ef Implement Toshiba SB-D100 serial protocol as best I know. This seems to play nicely with PPP 2nd. 2016-01-29 07:39:03 +00:00
DragonMinded 25244166d5 Miscelaneous fixes to serial stuff.
Add 4800 baud option.
Fix parity select.
Fix purge command to not loop forever.
2016-01-29 07:38:18 +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 01b0311492 Fix windows line endings. 2016-01-29 07:36:24 +00:00
DragonMinded b6fc50936a Add control script necessary for interface. 2016-01-29 04:09:32 +00:00
Shaun Taylor 5c405b7e10 Create Readme 2016-01-28 20:08:12 -08:00
DragonMinded 93cc758fa9 Initial commit of DVD emulator sources. 2016-01-29 03:58:07 +00:00