aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/media_types
Commit message (Expand)AuthorAgeFilesLines
* Little refactoring for images: media_files.Elrond2013-04-031-8/+2
* Merge remote-tracking branch 'aeva/671_fix_stl'Christopher Allan Webber2013-03-251-0/+3
|\
| * Ascii stl files now should have their whitespace stripped when parsing.Aeva Ntsc2013-03-251-0/+1
| * Fixed a bug that had binary stls be handled by the ascii stl parser.Aeva Ntsc2013-03-241-0/+2
* | Updated VideoThumbnailerMarkII, removed oldJoar Wandborg2013-03-241-307/+41
|/
* Fixing dates when uploaded in a video to a mediagoblin instance.Christopher Allan Webber2013-03-111-1/+32
* Making a fix so that video codec name switched from "vp8 video" to "vp8"Christopher Allan Webber2013-03-061-3/+10
* Removing an unnecessary video writeChristopher Allan Webber2013-03-041-3/+0
* Another elrond suggestion: only init orig_metadata if there's anything in the...Christopher Allan Webber2013-03-031-2/+4
* Per Elrond's suggestions moving DEFAULT_WEBM_TYPE to media managerChristopher Allan Webber2013-03-032-3/+3
* Extrapolate type= based on the video metadata that we have, if we can.Christopher Allan Webber2013-03-032-1/+29
* pdb.set_trace() in mediagoblin code is Not Allowed(TM), removing from audio codeChristopher Allan Webber2013-03-031-3/+0
* Now store metadata info from processing into the media type.Christopher Allan Webber2013-03-033-0/+62
* Huge amount of work to (mostly) allow .ogg (and maybe other) formats to skip ...Christopher Allan Webber2013-03-022-2/+10
* If we're not transcoding, copy this file directly over to ['original']Christopher Allan Webber2013-03-011-6/+17
* Merge branch 'master' into joar-skip_transcodingChristopher Allan Webber2013-03-0112-44/+89
|\
| * Allow media managers without sniff_handlerJoar Wandborg2013-02-271-1/+2
| * Tuned logging and added comments to 511 fixJoar Wandborg2013-02-101-3/+22
| * Fixed issue #511.pythonsnake2013-02-101-4/+12
| * Merge remote-tracking branch 'refs/remotes/elrond/sql/media_data'Christopher Allan Webber2013-02-095-5/+10
| |\
| | * Turn media.{backref_nam} from a list to a scalar.Elrond2013-02-015-5/+10
| * | Kill monkeypatching of ProcessingState.Elrond2013-02-085-13/+14
| * | Also refactor "copy original into public storage".Elrond2013-02-082-7/+2
| * | Use ProcessingState for video.Elrond2013-02-081-7/+7
| * | Implement ProcessingState class and use for imagesElrond2013-02-081-9/+7
| |/
| * Made pil_filters a PIL_FILTERS (global)Joar Wandborg2013-01-221-8/+8
| * Made the image sampling filter configurableJoar Wandborg2013-01-221-1/+19
* | Added option to skip transcodingJoar Wandborg2013-01-223-20/+103
|/
* Do not read complete videos in RAM (#419)Sebastian Spaeth2013-01-161-41/+21
* Switch over media processor to use the get_workbench decorator (#565)Sebastian Spaeth2013-01-165-29/+37
* Make the workbench destroy itself for video processing also.Christopher Allan Webber2013-01-161-0/+3
* Merge remote-tracking branch 'refs/remotes/spaetz/561_use_workbench_not_tempf...Christopher Allan Webber2013-01-162-8/+10
|\
| * Audio and video should use workbench instead of tempfiles (#561)Sebastian Spaeth2013-01-082-8/+10
* | Fixing import to mediagoblin.db.base in stl modelsChristopher Allan Webber2013-01-081-1/+1
|/
* Don't read full image media into RAM on copying (#419)Sebastian Spaeth2013-01-081-10/+3
* Mv db.sql.base to db.baseSebastian Spaeth2013-01-074-4/+4
* Move mediagoblin.db.sql.extratypes to mediagoblin.db.extratypesSebastian Spaeth2013-01-071-1/+1
* (SQL) Media types: Refactor backrefnames.Elrond2012-12-245-5/+20
* Only log output and write progress to db if it has changedSebastian Spaeth2012-12-191-7/+9
* We don't need to save entries during processing... also adding comments expla...Christopher Allan Webber2012-12-122-5/+0
* make media_manager a property of MediaEntry in mixin.pySebastian Spaeth2012-12-041-19/+0
* Switch stl processing over to using the workbenchChristopher Allan Webber2012-12-031-11/+16
* Correcting minor typo in exception string: Empyt->EmptyChristopher Allan Webber2012-12-031-1/+1
* Removing unused conversions subdirChristopher Allan Webber2012-12-031-4/+0
* Moving blender render files to be accessed via pkg_resourcesChristopher Allan Webber2012-12-033-11/+112
* Fixed the binary stl loader.Aeva Ntsc2012-12-031-26/+5
* Added a table to store the file extension of a model.Aeva Ntsc2012-12-032-1/+4
* Added preview rendering for a bunch of different shots.Aeva Ntsc2012-12-031-2/+66
* Catching ValueError when trying to use ObjModel on binary stl files.Aeva Ntsc2012-12-031-0/+2
* Added the stl/obj mediatype.Aeva Ntsc2012-12-035-0/+348