aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static/css/audio.css
Commit message (Collapse)AuthorAgeFilesLines
* Seeking works in firefoxJoar Wandborg2012-03-291-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 sniffingJoar Wandborg2012-03-221-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.