aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/processing.py
Commit message (Collapse)AuthorAgeFilesLines
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
|
* Dot-Notation for MediaEntry.stateElrond2012-01-041-1/+1
|
* Dot-Notation for MediaEntry.media_typeElrond2011-12-051-2/+2
|
* Fixes for video branchJoar Wandborg2011-11-221-1/+1
| | | | | - Removed superfluous code from media_types.image - Updated lazy_pass_to_ugettext imports
* Fixes after merging video branch into masterJoar Wandborg2011-11-211-0/+143
- Removed debug output from init/celery - Moved process_media/__init__ to processing.py - Centralized the processing.ProcessMedia task class - Updated media managers to reference the processing function instead of the ProcessMedia instance - Updated new-style image processing to previous, newer old-style image processing - Updated video transcoding - Changed method in progress output, sometimes message.structure['percent'] raises KeyError