The Icon Bar: The Playpen: The first RISC OS DVD player and it's FREE
|
The first RISC OS DVD player and it's FREE |
|
adrianl (20:19 17/8/2006) Phlamethrower (20:25 17/8/2006) Hertzsprung (22:44 19/8/2006) adrianl (23:04 19/8/2006)
|
|
Adrian Lees |
Message #78840, posted by adrianl at 20:19, 17/8/2006 |
Member
Posts: 1637
|
Since there's been a little more interest in DVD/high-performance video playback lately, I've decided to release my DVD player at no charge for the good of the platform.
So, here goes:
procedure find item if (google "item"+"RISC OS" ) if (version > current_version(item)) return true return false end
procedure make item save item starttask mask item repeat sleep until task quit end
bill_of_materials := { DMA_enabled_ADFS, DeCSS_module, VOB_file_parser, Optimised_MPV_decoder, AC3_player, DTS_player, union { NVidia_YUV_overlay, NVidia_Motion_Compensation, } UI_code, low_latency_memory_bus, bill_of_materials };
repeat changed <= false foreach i in bill_of_materials service i if (find i) make i changed <= true fi end if changed starttask self exit end until false
Just convert that to compilable code and you can start enjoying DVD playback on RISC OS this very day.
Enjoy!
[Edited by adrianl at 21:21, 17/8/2006] |
|
[ Log in to reply ] |
|
Jeffrey Lee |
Message #78842, posted by Phlamethrower at 20:25, 17/8/2006, in reply to message #78840 |
Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot stuff
Posts: 15100
|
W00t! |
|
[ Log in to reply ] |
|
James Shaw |
Message #78894, posted by Hertzsprung at 22:44, 19/8/2006, in reply to message #78842 |
Ghost-like
Posts: 1746
|
|
|
[ Log in to reply ] |
|
Adrian Lees |
Message #78895, posted by adrianl at 23:04, 19/8/2006, in reply to message #78894 |
Member
Posts: 1637
|
Oh wow, look, a flying pig!
Maybe even Cino is possible then |
|
[ Log in to reply ] |
|
|
The Icon Bar: The Playpen: The first RISC OS DVD player and it's FREE |