aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/media_types
Commit message (Expand)AuthorAgeFilesLines
* Cleanup image common processorRodney Ewing2013-08-161-15/+0
* added resizer for stl mediaRodney Ewing2013-08-161-0/+51
* Added initial stl processorRodney Ewing2013-08-161-107/+191
* add reprocess_manager to __init__Rodney Ewing2013-08-161-2/+2
* Use workbench for temp files, refactor _set_pdf_filename, and correct importsRodney Ewing2013-08-161-19/+28
* added pdf ResizerRodney Ewing2013-08-161-1/+52
* Added pdf Initial processorRodney Ewing2013-08-161-46/+137
* added file argument to video resizer and added ascii resizerRodney Ewing2013-08-162-2/+54
* Added initial processor for ascii mediaRodney Ewing2013-08-161-95/+142
* added video transcoderRodney Ewing2013-08-162-13/+72
* Added thumbnail resizer for videoRodney Ewing2013-08-161-0/+36
* use type=float for audio vorbis qualityRodney Ewing2013-08-161-0/+1
* Added Initial processor for videoRodney Ewing2013-08-162-104/+180
* added audio reprocessing transcoderRodney Ewing2013-08-161-1/+37
* just use the default quality when creating a thumbnail or spectrogramRodney Ewing2013-08-161-15/+9
* add audio thumbnail and spectrogram resizerRodney Ewing2013-08-161-0/+64
* fetch spectrogram for thumbnail creation, create spectrogram if not foundRodney Ewing2013-08-161-9/+17
* forgot nargs=2Rodney Ewing2013-08-161-0/+1
* audio processing code cleanupRodney Ewing2013-08-161-136/+6
* should store file as webm_audio instead of mediumRodney Ewing2013-08-161-2/+2
* media:thumb not medium:thumb :)Rodney Ewing2013-08-161-2/+2
* use name_builder with store_public, not create_pub_filepathRodney Ewing2013-08-161-18/+19
* common_setup() must be the first processing stepRodney Ewing2013-08-161-1/+2
* Audio Initial ProcessorRodney Ewing2013-08-162-6/+200
* remove old codeRodney Ewing2013-08-161-1/+0
* add bulk_run, thumbs, and initial sub_commandsRodney Ewing2013-08-161-4/+8
* Add image resizer and some cleanup of old codeRodney Ewing2013-08-162-185/+56
* Fix (by Rodney Ewing) for processing, specifically the way resize_tool was be...Christopher Allan Webber2013-08-161-5/+2
* Don't forget to run copy_original()! That's critical!Christopher Allan Webber2013-08-161-0/+1
* A couple of fixes to stupid things I did while coding this. And it WORKS!Christopher Allan Webber2013-08-161-9/+19
* Theoretically the last steps to get reprocessing working for initial & imagesChristopher Allan Webber2013-08-161-15/+45
* Factored the get_orig_filename from processing state and put it to use.Christopher Allan Webber2013-08-161-2/+10
* Marking the initial steps for processingChristopher Allan Webber2013-08-161-0/+18
* Should be enough to get to the point where you can actually initialize a proc...Christopher Allan Webber2013-08-161-2/+4
* Steps toward working "run" reprocessing command.Christopher Allan Webber2013-08-161-1/+1
* `gmg reprocess available --action-help` now tells you processor arguments!Christopher Allan Webber2013-08-161-6/+8
* "initial" reprocessing subcommand now works!Christopher Allan Webber2013-08-162-4/+66
* More progress towards the new reprocessing infrastructure: args updatingChristopher Allan Webber2013-08-161-2/+2
* fix storage paramater in get_orig_filename(), fix __init__ for ProceessImage,...Rodney Ewing2013-08-162-13/+15
* Refactor processing/reprocessing functions into ProcessImage classRodney Ewing2013-08-162-101/+111
* forgot to change to a class from a function after the refactorRodney Ewing2013-08-162-3/+3
* change get_queued_filename to get_orig_filename and modified functionRodney Ewing2013-08-161-1/+1
* added comments and did a little refactoring. not sure if it is actually any c...Rodney Ewing2013-08-162-64/+74
* very rough working version of image reprocessingRodney Ewing2013-08-162-20/+15
* added image reprocessingRodney Ewing2013-08-162-36/+105
* added a check_eligible function to image reprocessingRodney Ewing2013-08-161-1/+19
* added a parser for the image media_type reprocessingRodney Ewing2013-08-161-0/+18
* end of day commitRodney Ewing2013-08-161-0/+17
* Use the workbench for video processing.Rodney Ewing2013-08-071-56/+54
* Why isn't .ogg in this list? A comment explains... it's detected by sniffing!Christopher Allan Webber2013-07-291-0/+3