aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static/css/audio.css
Commit message (Collapse)AuthorAgeFilesLines
* Media processing, transcoding, display fixesJoar Wandborg2012-04-091-1/+1
| | | | | | | | | | | | | | | | | | - Added configurable options - Video - vp8_quality - vp8_threads - vorbis_quality - Audio - spectrogram_fft_size - ASCII - thumbnail_font - Cleaned up ascii.asciitoimage - Cleaned up video.transcoders - Changed default video quality settings to better quality - Changed default audio spectrogram solution to the double. - Added a hacky notice for Firefox users instead of the broken range input.
* 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.