aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/media_types
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify/Robustify the thumbnail URL usage in templatesSebastian Spaeth2012-11-151-1/+1
* Added VideoThumbnailerMarkIIJoar Wandborg2012-10-022-8/+301
* Switch from webob.Request to werkzeug.wrappers.RequestJoar Wandborg2012-09-292-2/+359
* Removed logging entry from sniff_handlerJoar Wandborg2012-09-221-5/+0
* Audio support now creates OGG instead of WAVJoar Wandborg2012-08-121-3/+4
* Panel improvementsJoar Wandborg2012-07-114-6/+12
* Minor improvements to the processing panelJoar Wandborg2012-07-101-1/+10
* Merge branch 'master' into 201207-testfixesBrett Smith2012-07-081-1/+1
|\
| * Removed .ogg extension from audio MEDIA_MANAGER.Joar Wandborg2012-07-061-1/+1
* | Prevent non-Unicode SQLAlchemy warnings in most submission tests.Brett Smith2012-07-081-3/+3
|/
* Fixed EXIF longitude bugJoar Wandborg2012-06-231-1/+2
* Fix problems from pyflakes outputWill Kahn-Greene2012-06-031-1/+1
* added support for original audio download; renameJakob Kramer2012-05-201-10/+24
* Removed commented out pdb.set_traceJoar Wandborg2012-04-091-1/+0
* Media processing, transcoding, display fixesJoar Wandborg2012-04-095-43/+66
* Added pygst.require('0.10') since it's absence breaks stuffJoar Wandborg2012-03-301-0/+2
* Cleaned up media_types.video.transcodersJoar Wandborg2012-03-291-4/+4
* Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinJoar Wandborg2012-03-293-2/+54
|\
| * Audio: And add empty migrations.Elrond2012-03-291-0/+17
| * Audio: Add models and disable media_data.Elrond2012-03-292-2/+37
* | Cleanded up video imports, removed PyGTK dependencyJoar Wandborg2012-03-292-38/+30
|/
* 411: Add relationship and backrefs to media_data tables.Elrond2012-03-283-2/+12
* Changed audio.* Image* importsJoar Wandborg2012-03-271-1/+1
* Merge remote-tracking branch 'joar/audio+sniffing'Joar Wandborg2012-03-2713-72/+595
|\
| * Media type refractors, pep8, lintJoar Wandborg2012-03-266-24/+34
| * Faster sniffingJoar Wandborg2012-03-222-25/+33
| * Replaced 'not foo == None' with 'foo is not None' in ascii sniffing tooJoar Wandborg2012-03-081-1/+1
| * Clean up the workbench after audio processingJoar Wandborg2012-03-081-0/+3