Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Seeking works in firefox | Joar Wandborg | 2012-03-29 | 1 | -6/+37 |
| | | | | | | | | - Added support for indicating multiple buffered ranges (Firefox) - Added volume slider (Chromium) - Replaced stop button with faux pause button - Added 'ended' event handler | ||||
* | Faster sniffing | Joar Wandborg | 2012-03-22 | 1 | -0/+53 |
- Sniffing now goes through the old extension-based filter before doing it the bitsniffing way. - Refractored get_media_type_and_manager(filename). - Removed ogg extension from video accepted extensions, audio will take care of that. - Added custom audio player, still WIP,but working. - Added test for sniffing. This only tests for the mediagoblin.media_types.image type, as that is the only one enabled from start. |