aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/process_media/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fixes after merging video branch into masterJoar Wandborg2011-11-211-195/+0
* Merge branch 'video_gstreamer-only'Joar Wandborg2011-11-211-0/+3
|\
| * Stashing changesJoar Wandborg2011-11-211-0/+3
* | Made the image processing use intermediary conversion file.Christopher Allan Webber2011-11-201-8/+22
* | Dot-Notation for "_id"Elrond2011-11-151-2/+2
* | Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-131-8/+10
|\ \
| * | Whitespace and formatting cleanup.Nathan Yergler2011-10-011-8/+10
| |/
* | Final step for non-force-conversion to jpegChristopher Allan Webber2011-11-121-9/+6
* | Don't force-convert resized images to JPEG.Christopher Allan Webber2011-11-121-2/+2
|/
* Feature #571 - Closing storage objects - Removed closing(), renamedJoar Wandborg2011-09-051-14/+5
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-011-1/+1
* Made a wrapper for cloudfiles.storage_object.ObjectJoar Wandborg2011-09-011-2/+2
* Converting multi-line-string-comment to a real comment.Christopher Allan Webber2011-08-131-5/+3
* @task decorator no longer used! Removing that import.Christopher Allan Webber2011-08-131-1/+13
* Capture and properly handle errors.Christopher Allan Webber2011-08-131-22/+32
* Proper handling of processor failures, working as hoped!Christopher Allan Webber2011-08-131-11/+65
* Create processing errors and raise BadMediaFail on failure to load the imageChristopher Allan Webber2011-08-121-1/+7
* Feature 477 - Support Cloud Files public storageJoar Wandborg2011-08-041-3/+10
* Merge remote branch 'remotes/jwandborg/feature_400-resize_images_to_fit_page'Christopher Allan Webber2011-07-161-13/+20
|\
| * Feature #400 - Resize images to fit on page - AdditionsJoar Wandborg2011-07-031-13/+20
* | Set the jpeg quality at 90 for now...Christopher Allan Webber2011-07-041-2/+2
* | Not happy with 180x135, switching back to 180x180Christopher Allan Webber2011-07-041-1/+1
* | New thumbnail size is apparently 180x135.Christopher Allan Webber2011-07-031-1/+1
|/
* Feature #400 - Resize images to fit on pageJoar Wandborg2011-07-031-11/+25
* Merge remote branch 'remotes/elrond/dev/workbench_class'Christopher Allan Webber2011-06-141-3/+3
|\
| * Move destroy_workbench to Workbench classElrond2011-06-141-1/+1
| * Create a Workbench class and use it everywhere.Elrond2011-06-131-2/+2
* | Merge remote branch 'remotes/elrond/idea/simple_proc_media_clean'Christopher Allan Webber2011-06-121-8/+10
|\ \ | |/ |/|
| * Refactor filename generation in the public storeElrond2011-06-081-8/+10
* | ensure color mode compatibility when making image thumbnailscfdv2011-06-121-0/+3
* | First import of mg_globals as mgg, partly because I just wanted it toChristopher Allan Webber2011-06-121-11/+11
* | mediagoblin.globals->mediagoblin.mg_globalsChristopher Allan Webber2011-06-121-1/+1
* | possibly_localize_file->localized_file... a bit less terribly long.Christopher Allan Webber2011-06-111-1/+1
* | Switch process_media over to using the workbench.Christopher Allan Webber2011-06-111-2/+11
* | Import mediagoblin.globals as mg_globals so we can be sure things areChristopher Allan Webber2011-06-111-9/+10
|/
* Move ObjectId, DESCENDING to db.utilElrond2011-05-181-2/+2
* Erk, we didn't save the state right beforeChristopher Allan Webber2011-05-061-2/+2
* Process media! Successfully!Christopher Allan Webber2011-05-061-5/+20
* Add a rudimentary media processing function.Christopher Allan Webber2011-05-031-0/+50