Joar Wandborg
d684af2766
Merge remote-tracking branch 'joar/media-fixes'
2012-04-09 20:36:50 +02:00
Joar Wandborg
196a518132
Media processing, transcoding, display fixes
...
- 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.
2012-04-09 16:28:46 +02:00
Jef van Schendel
ab299ba449
Add MediaGoblin video player skin by chron0
2012-04-08 21:53:17 +02:00
Jef van Schendel
98853c63fd
JS: fix first part of #422 ; make items in drop-down acutally work
2012-04-01 18:06:49 +02:00
Jef van Schendel
339105fa36
CSS: change padding-left to margin-left
2012-04-01 17:25:50 +02:00
Jef van Schendel
e4898f43fd
CSS: change comment margins
2012-04-01 17:25:25 +02:00
Jef van Schendel
55dbaa9b77
HTML/CSS: comment style changes
2012-04-01 17:22:37 +02:00
Jef van Schendel
2d65b47360
CSS: remove background
2012-04-01 17:07:52 +02:00
Jef van Schendel
30a89a5704
Logo margin fix
2012-04-01 17:04:50 +02:00
Jef van Schendel
d297d8e834
Add dropdown to header
2012-04-01 16:02:23 +02:00
Jef van Schendel
e79d69739e
Revert changes from last commit; I am an idiot
2012-03-31 16:55:35 +02:00
Jef van Schendel
18dbdf07ba
Switch over content to new layout/text; slight css edits
2012-03-31 16:48:06 +02:00
Jef van Schendel
c5a9ecf247
Increase bottom margin header
2012-03-31 14:25:37 +02:00
Jef van Schendel
d317d9d690
Small CSS changes to header
2012-03-31 14:10:58 +02:00
Joar Wandborg
97e40b5285
Seeking works in firefox
...
- Added support for indicating multiple buffered
ranges (Firefox)
- Added volume slider (Chromium)
- Replaced stop button with faux pause button
- Added 'ended' event handler
2012-03-29 16:06:36 +02:00
Joar Wandborg
deea3f6661
Merge remote-tracking branch 'joar/audio+sniffing'
...
Conflicts:
mediagoblin/media_types/image/processing.py
mediagoblin/media_types/video/__init__.py
mediagoblin/media_types/video/processing.py
mediagoblin/tests/test_submission.py
2012-03-27 12:05:09 +02:00
Jef van Schendel
ebb24e4fd1
Add comment in JavaScript file about duplicating the password field
2012-03-26 20:23:49 +02:00
Jef van Schendel
7ccf418185
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
2012-03-25 21:34:00 +02:00
Jakob Kramer
952b97d5a0
set username default server-side
2012-03-25 21:51:09 +02:00
Jef van Schendel
afcb08553e
Header style change
2012-03-25 21:33:52 +02:00
Jakob Kramer
6c49799deb
Fill username automatically in (Forget Password)
...
Fill the username automatically in the "Forget Password" form
if the user already entered his username on the login page
2012-03-24 17:39:52 +01:00
Jakob Kramer
e8be1d7af5
Allow arrow keys in input fields and textareas
...
If you pressed an arrow key in a textarea before, the next/previous media
was opened.
2012-03-24 14:49:43 +01:00
Joar Wandborg
a9d84d4cb7
Faster sniffing
...
- 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.
2012-03-22 01:27:19 +01:00
Jef van Schendel
4c417c59b3
Small styling change for sidebar data
2012-03-17 22:56:25 +01:00
Sacha De'Angeli
560e22e7d2
adding the video.js wrapper
2012-03-12 19:44:55 -05:00
Jef van Schendel
fcc0f4e81d
Slight change to thumbnail gallery style
2012-03-11 00:03:50 +01:00
Jef van Schendel
74743bed0a
Push another half-fix for portrait thumbnails. Man, this thing is breaking all over the place.
2012-03-07 16:29:02 +01:00
Jef van Schendel
2b7b701019
Sort-of fixes so the header does not collapse anymore. Header needs redesigning.
2012-03-07 16:24:23 +01:00
Jef van Schendel
8860fd0708
Header doesn't need a height
2012-03-07 16:17:21 +01:00
Jef van Schendel
c4370069ec
Actually decrease thumbnail size instead of just their containers
2012-03-07 16:11:24 +01:00
Jef van Schendel
b01a3b9386
Revert thumbnail gallery change: switch back to tables
2012-03-06 00:35:55 +01:00
Jef van Schendel
fe53180359
Fix merge conflict in prev_next.html
2012-03-06 00:31:34 +01:00
Jef van Schendel
1213b8260a
Stop failing if there is no previous/next to go to
2012-03-05 19:27:26 +01:00
Jef van Schendel
5cacba2395
Merge branch 'keyboard_nav'
2012-03-05 19:21:59 +01:00
Jef van Schendel
141f14e27e
Add sidebar again
2012-03-04 19:13:47 +01:00
Jef van Schendel
822d37176e
Merge branch 'newlayout' into newlayout-stage
2012-03-04 19:05:41 +01:00
Christopher Allan Webber
f4459ecfd8
Go go mediagoblin favico symmetry
2012-03-01 17:30:07 -06:00
Jef van Schendel
ee9a0e3c78
Forgot to add these layout changes. Everything should work now.
2012-02-21 18:09:38 +01:00
Jef van Schendel
aa8804719c
Resolve merge conflicts
2012-02-21 17:43:05 +01:00
Jef van Schendel
6c2e57304c
Responsive thumbnail gallery time
2012-02-18 14:46:12 +01:00
Jef van Schendel
3d44c01ad6
Enlarge navigation buttons when mobile
2012-02-15 18:47:34 +01:00
Jef van Schendel
f4cbe074fa
Simplify and fix button styles; add larger button styles for mobile
2012-02-15 17:30:32 +01:00
Jef van Schendel
b6a686913f
Removed cancel_link class; slight changes to button_form style
2012-02-15 17:15:42 +01:00
Jef van Schendel
643278243c
Add left and right arrow keys navigation (add new JS file, link it from media.html; add new navigation_right class to right button)
2012-02-14 16:59:31 +01:00
Jef van Schendel
23f87661f0
Center small images by default
2012-02-14 16:42:54 +01:00
Jef van Schendel
00996b9255
Remove form background images; replace them with regular border styles
2012-02-14 16:34:03 +01:00
Christopher Allan Webber
38816c6607
Revert "Layout overhaul time!"
...
This reverts a whole bunch of commits, fb1dc4f5 thru 92e8ca79, where
an experimental new layout was played with. Unfortunately, this
layout broke the look and feel of master, even though it was going in
the right direction for mobile stuff. Jef said he'll do things in a
branch!
2012-02-13 21:31:11 -06:00
Jef van Schendel
92e8ca790b
Wait, scratch that. This commit uses a better way.
2012-02-12 21:02:02 +01:00
Jef van Schendel
f2ca3ad6ac
Add navigation button styles for mobile
2012-02-12 21:00:20 +01:00
Jef van Schendel
b0ed64aa12
Fix comment input field width/padding; change some text; remove weird #form_comment duplicate rules; move Edit/Delete buttons next to title
2012-02-12 20:47:25 +01:00