Search   Feed   Browse   Add
Feed items 1 - 2 of 2 for March 2008

Bluish Coder

Programming Languages, Martial Arts and Computers. The Weblog of Chris Double.

Building the Firefox video element backends - March 13, 2008

The git repository has multiple branches which means a little more git usage is needed to get at the Ogg (and soon, GStreamer) backends.When you clone or pull from the repository you'll automatically pick up the commits for the new branches. You can see these branches with 'git branch -r':$ git clone git:double.co.nzgitvideo.git$ cd video$ git branch -r originHEAD originmaster originoggBy default the 'master' branch has a checked out working tree. Building this produces <video element...
http://www.bluishcoder.co.nz/2008/03/building-firefox-video-element-backends.html

Refactoring of Firefox HTML video element patch - March 12, 2008

I've making some changes to the patch implementing the HTML <video element for Firefox. Previously the patch attached to the bug contained the implementation of the video element and a Theora backend implemented using liboggplay. This required pulling in a large amount of third party library code making it more difficult to get reviews for the patch and to get feedback on the changes required for the video element itself. To hopefully fix this I'm changing bug 382267 to only include the...
http://www.bluishcoder.co.nz/2008/03/refactoring-of-firefox-html-video.html
Available Archives
- January (4 items)
- February (3 items)
- March (2 items)
- April (7 items)
- May (3 items)
- June (1 item)
- July (3 items)
- August (1 item)
- September (1 item)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact