aboutsummaryrefslogtreecommitdiffstats
path: root/extlib
Commit message (Collapse)AuthorAgeFilesLines
* Added html5slider to support range inputs in FirefoxJoar Wandborg2012-04-181-0/+268
|
* Changed audio.* Image* importsJoar Wandborg2012-03-271-1/+1
| | | | | | | | | | | | so that they no longer import from PIL explicitly. This is due to explicit PIL.Image* imports failing on a Ubuntu machine within virtualenv. PIL is a mystery I have yet to find the energy to unravel. The 'implicit' approach works both for the affected machine and my local machine and I've seen it more often out in the wild, so I'm assuming it is the right way.
* Merge remote-tracking branch 'joar/audio+sniffing'Joar Wandborg2012-03-271-0/+616
|\ | | | | | | | | | | | | | | Conflicts: mediagoblin/media_types/image/processing.py mediagoblin/media_types/video/__init__.py mediagoblin/media_types/video/processing.py mediagoblin/tests/test_submission.py
| * Audio thumbnailing & spectrograms, media plugins use sniffingJoar Wandborg2012-02-281-0/+616
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added extlib/freesound/audioprocessing.py * config_spec * Added create_spectrogram setting * Added media:medium and media:thumb max_{width,height} settings * Added sniffing logic to - audio.processing:sniff_handler - video.processing:sniff_handler * Changed audio.processing:sniff_handler logic * Added audio thumbnailing functionality to audio.processing (works only with create_spectrogram enabled) * Refractored contexts in audio.processing * Added audio.transcoders:AudioThumbnailer Used for creating spectrograms and spectrogram thumbnails - Wadsworth's Constant, we meet again :) * audio.transcoders:AudioTranscoder - Added mux_string kwarg - Delete self.pipeline on self.halt() * Changed str.format formatting in image.processing:sniff_handler Had {1} without an {0}, changed to {0} * Refractored VideoTranscoder to use transcode() for transcoding instead of __init__() * Added discover() method to video.transcoders:VideoTranscoder * Added spectrogram display to media_displays/audio.html * Updated test_submission to reflect changes in media plugin delegation
* | adding the video.js wrapperSacha De'Angeli2012-03-127-0/+4216
|/
* Fix copyright statements; add LICENSE for EXIF.pyWill Kahn-Greene2012-02-081-0/+1
|
* Adding previously erroneously gitignored extlib/leaflet/{lib,dist,build}/ filesJoar Wandborg2012-01-2718-0/+4231
|
* Installed EXIF.py in extlibs/Joar Wandborg2012-01-251-0/+1767
|
* Installed leaflet in extlibJoar Wandborg2012-01-2595-0/+5755
|
* * Rename mediagoblin_header, mediagoblin_body, mediagoblin_footer, ↵Jef van Schendel2012-01-052-0/+23
| | | | | | | mediagoblin_header_right, mediagoblin_logo * Add html5shiv for older browsers * Small size fix (940px instead of 960pgx)
* Fix merge conflictsJef van Schendel2012-01-056-809/+49
|\
| * Move reset.css to extlib and symlink itJef van Schendel2011-12-181-0/+49
| |
| * Remove 960.gs stylesheets, add Eric Meyer's reset.cssJef van Schendel2011-12-185-809/+0
| |
* | ASCII media type support & fix a bug in file submission error handlingJoar Wandborg2011-12-316-0/+6919
|/ | | | | | | | | | | | | | | * Added ASCII media processing * Added ASCII media display * Added ASCII media type Rebased from Joar Wandborg's ascii art branch (squashed to remove the commits borrowing code of dubious license) Fixed a bug in file submission error handling: - Moved file-extension condition out of loop (what did it do there?) - Updated file submission tests - Changed error handling in file submission, should now report more than absolutely necessary.
* First push with jQuery libraryJef van Schendel2011-12-022-0/+24
|
* Adding MIT.txt to the 960.gs extlib/ checkout.Christopher Allan Webber2011-09-101-0/+20
| | | | | Free software developers! You don't already have 80000 copies of these license texts in your distro, let's give you 50 more.
* Using Local Fonts instead of Remote Fonts linked to Google.Christopher Allan Webber2011-09-105-0/+97
| | | | Thanks to Shawn Kahn for help on / original version of this patch!
* Renaming "StatusNet" -> MediaGoblin in the extlib policyChristopher Allan Webber2011-07-311-1/+1
|
* 270. Moves 960.gs stuff to extlib/ per policyWill Kahn-Greene2011-07-304-0/+789
| | | | | This adds the README.txt from the tarball for 960.gs and also moves the files and fixes the symlinks.
* 270, 459. extlib policy, JS -> lgpl, ...Will Kahn-Greene2011-07-301-0/+71
* adds README to extlib/ * changes javascript to lgpl * also fixes the agplv3 text so that it says "agplv3 or later" * moves license files into licenses/ * adds lgplv3 license