log in | register | forums
Show:
Go:
Forums
Username:

Password:

User accounts
Register new account
Forgot password
Forum stats
List of members
Search the forums

Advanced search
Recent discussions
- Archive Edition 27:2 reviewed (News:)
- April 2024 News Summary (News:2)
- RISC OS 5.30 arrives (News:2)
- WROCC May 2024 meeting - Gerph talks games (News:)
- Upgrading your RISC OS system to 5.30 (News:2)
- WROCC May 2024 meeting on wednesday - Gerph talks games (News:)
- Wakefield Show 2024 in Pictures (News:4)
- uniprint upgraded to 4.50 (News:)
- PhotoDesk 3.23 released (News:)
- R-Comp reveals N.Ex.T Boxes - the successor to the i.MX6 (News:)
Latest postings RSS Feeds
RSS 2.0 | 1.0 | 0.9
Atom 0.3
Misc RDF | CDF
 
View on Mastodon
@www.iconbar.com@rss-parrot.net
Site Search
 
Article archives
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 (21:19 17/8/2006)
  Phlamethrower (21:25 17/8/2006)
    Hertzsprung (23:44 19/8/2006)
      adrianl (00:04 20/8/2006)
 
Adrian Lees Message #78840, posted by adrianl at 21: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!










:devil:


[Edited by adrianl at 21:21, 17/8/2006]
  ^[ Log in to reply ]
 
Jeffrey Lee Message #78842, posted by Phlamethrower at 21:25, 17/8/2006, in reply to message #78840
PhlamethrowerHot 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 23:44, 19/8/2006, in reply to message #78842
Hertzsprung
Ghost-like

Posts: 1746
:flyingpig:
  ^[ Log in to reply ]
 
Adrian Lees Message #78895, posted by adrianl at 00:04, 20/8/2006, in reply to message #78894
Member
Posts: 1637
:flyingpig:
Oh wow, look, a flying pig!

Maybe even Cino is possible then :P
  ^[ Log in to reply ]
 

The Icon Bar: The Playpen: The first RISC OS DVD player and it's FREE