index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
media_types
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not read complete videos in RAM (#419)
Sebastian Spaeth
2013-01-16
1
-41
/
+21
*
Switch over media processor to use the get_workbench decorator (#565)
Sebastian Spaeth
2013-01-16
5
-29
/
+37
*
Make the workbench destroy itself for video processing also.
Christopher Allan Webber
2013-01-16
1
-0
/
+3
*
Merge remote-tracking branch 'refs/remotes/spaetz/561_use_workbench_not_tempf...
Christopher Allan Webber
2013-01-16
2
-8
/
+10
|
\
|
*
Audio and video should use workbench instead of tempfiles (#561)
Sebastian Spaeth
2013-01-08
2
-8
/
+10
*
|
Fixing import to mediagoblin.db.base in stl models
Christopher Allan Webber
2013-01-08
1
-1
/
+1
|
/
*
Don't read full image media into RAM on copying (#419)
Sebastian Spaeth
2013-01-08
1
-10
/
+3
*
Mv db.sql.base to db.base
Sebastian Spaeth
2013-01-07
4
-4
/
+4
*
Move mediagoblin.db.sql.extratypes to mediagoblin.db.extratypes
Sebastian Spaeth
2013-01-07
1
-1
/
+1
*
(SQL) Media types: Refactor backrefnames.
Elrond
2012-12-24
5
-5
/
+20
*
Only log output and write progress to db if it has changed
Sebastian Spaeth
2012-12-19
1
-7
/
+9
*
We don't need to save entries during processing... also adding comments expla...
Christopher Allan Webber
2012-12-12
2
-5
/
+0
*
make media_manager a property of MediaEntry in mixin.py
Sebastian Spaeth
2012-12-04
1
-19
/
+0
*
Switch stl processing over to using the workbench
Christopher Allan Webber
2012-12-03
1
-11
/
+16
*
Correcting minor typo in exception string: Empyt->Empty
Christopher Allan Webber
2012-12-03
1
-1
/
+1
*
Removing unused conversions subdir
Christopher Allan Webber
2012-12-03
1
-4
/
+0
*
Moving blender render files to be accessed via pkg_resources
Christopher Allan Webber
2012-12-03
3
-11
/
+112
*
Fixed the binary stl loader.
Aeva Ntsc
2012-12-03
1
-26
/
+5
*
Added a table to store the file extension of a model.
Aeva Ntsc
2012-12-03
2
-1
/
+4
*
Added preview rendering for a bunch of different shots.
Aeva Ntsc
2012-12-03
1
-2
/
+66
*
Catching ValueError when trying to use ObjModel on binary stl files.
Aeva Ntsc
2012-12-03
1
-0
/
+2
*
Added the stl/obj mediatype.
Aeva Ntsc
2012-12-03
5
-0
/
+348
*
Simplify/Robustify the thumbnail URL usage in templates
Sebastian Spaeth
2012-11-15
1
-1
/
+1
*
Added VideoThumbnailerMarkII
Joar Wandborg
2012-10-02
2
-8
/
+301
*
Switch from webob.Request to werkzeug.wrappers.Request
Joar Wandborg
2012-09-29
2
-2
/
+359
*
Removed logging entry from sniff_handler
Joar Wandborg
2012-09-22
1
-5
/
+0
*
Audio support now creates OGG instead of WAV
Joar Wandborg
2012-08-12
1
-3
/
+4
*
Panel improvements
Joar Wandborg
2012-07-11
4
-6
/
+12
*
Minor improvements to the processing panel
Joar Wandborg
2012-07-10
1
-1
/
+10
*
Merge branch 'master' into 201207-testfixes
Brett Smith
2012-07-08
1
-1
/
+1
|
\
|
*
Removed .ogg extension from audio MEDIA_MANAGER.
Joar Wandborg
2012-07-06
1
-1
/
+1
*
|
Prevent non-Unicode SQLAlchemy warnings in most submission tests.
Brett Smith
2012-07-08
1
-3
/
+3
|
/
*
Fixed EXIF longitude bug
Joar Wandborg
2012-06-23
1
-1
/
+2
*
Fix problems from pyflakes output
Will Kahn-Greene
2012-06-03
1
-1
/
+1
*
added support for original audio download; rename
Jakob Kramer
2012-05-20
1
-10
/
+24
*
Removed commented out pdb.set_trace
Joar Wandborg
2012-04-09
1
-1
/
+0
*
Media processing, transcoding, display fixes
Joar Wandborg
2012-04-09
5
-43
/
+66
*
Added pygst.require('0.10') since it's absence breaks stuff
Joar Wandborg
2012-03-30
1
-0
/
+2
*
Cleaned up media_types.video.transcoders
Joar Wandborg
2012-03-29
1
-4
/
+4
*
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
Joar Wandborg
2012-03-29
3
-2
/
+54
|
\
|
*
Audio: And add empty migrations.
Elrond
2012-03-29
1
-0
/
+17
|
*
Audio: Add models and disable media_data.
Elrond
2012-03-29
2
-2
/
+37
*
|
Cleanded up video imports, removed PyGTK dependency
Joar Wandborg
2012-03-29
2
-38
/
+30
|
/
*
411: Add relationship and backrefs to media_data tables.
Elrond
2012-03-28
3
-2
/
+12
*
Changed audio.* Image* imports
Joar Wandborg
2012-03-27
1
-1
/
+1
*
Merge remote-tracking branch 'joar/audio+sniffing'
Joar Wandborg
2012-03-27
13
-72
/
+595
|
\
|
*
Media type refractors, pep8, lint
Joar Wandborg
2012-03-26
6
-24
/
+34
|
*
Faster sniffing
Joar Wandborg
2012-03-22
2
-25
/
+33
|
*
Replaced 'not foo == None' with 'foo is not None' in ascii sniffing too
Joar Wandborg
2012-03-08
1
-1
/
+1
|
*
Clean up the workbench after audio processing
Joar Wandborg
2012-03-08
1
-0
/
+3
[next]