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
*
Use the workbench for video processing.
Rodney Ewing
2013-08-07
1
-56
/
+54
*
Why isn't .ogg in this list? A comment explains... it's detected by sniffing!
Christopher Allan Webber
2013-07-29
1
-0
/
+3
*
Switching the hook 'get_media_manager' to a more "directed" tuple-hook
Christopher Allan Webber
2013-07-12
7
-37
/
+8
*
Merge branch 'rodney757-media_plugins'
Christopher Allan Webber
2013-07-12
14
-107
/
+218
|
\
|
*
added a warning for old media types
Rodney Ewing
2013-07-02
1
-0
/
+27
|
*
converted video media_type to plugin
Rodney Ewing
2013-07-02
2
-10
/
+33
|
*
converted stl media_type to plugin
Rodney Ewing
2013-07-02
2
-5
/
+27
|
*
converted pdf media_type to plugin
Rodney Ewing
2013-07-02
2
-6
/
+29
|
*
converted audio media_type to plugin
Rodney Ewing
2013-07-02
2
-6
/
+29
|
*
typo in image supported_filetypes
Rodney Ewing
2013-07-02
1
-1
/
+1
|
*
converted ascii media_type to plugin
Rodney Ewing
2013-07-02
2
-6
/
+29
|
*
fixed some typos and enabled media_type plugins in tests
Rodney Ewing
2013-07-02
1
-3
/
+3
|
*
removed sniff_handler from Imange Media Manager class
Rodney Ewing
2013-07-02
1
-1
/
+0
|
*
removed CompatMediaManager() since all core media_types are classes
Rodney Ewing
2013-07-02
1
-30
/
+0
|
*
modified gmg to use plugin media_types and converted image media_type to new ...
Rodney Ewing
2013-07-02
3
-43
/
+44
*
|
Merge branch 'release-0.4.1'
Christopher Allan Webber
2013-07-10
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fixing bug that effectively broke document support in 0.4.0.. how embarassing :(
Christopher Allan Webber
2013-07-10
1
-2
/
+2
*
|
New notifications
Joar Wandborg
2013-06-09
2
-1
/
+7
|
/
*
Moving the get_original_date method over to the MediaManager.
Christopher Allan Webber
2013-05-11
2
-17
/
+23
*
Merge remote-tracking branch 'refs/remotes/tryggvib/532-exif-creation-date'
Christopher Allan Webber
2013-05-11
1
-0
/
+17
|
\
|
*
Documented the get_original_date method
Tryggvi Björgvinsson
2012-11-25
1
-0
/
+5
|
*
Moved exif date transformation logic from template to image data model (as a ...
Tryggvi Björgvinsson
2012-11-25
1
-0
/
+12
*
|
Fix typo in new stl MEDIA_MANAGER.
Elrond
2013-05-02
1
-1
/
+1
*
|
Fix media manager reference in video.
Elrond
2013-04-30
1
-1
/
+1
*
|
Make all media types use the new MediaManager classes.
Praveen Kumar
2013-04-30
5
-44
/
+59
*
|
Rewrite resize_image to use proc_state.store_public.
Elrond
2013-04-27
1
-10
/
+7
*
|
image resizing: Refactor some decisions into resize_tool.
Elrond
2013-04-27
1
-29
/
+38
*
|
resize_image: Change calling style a bit.
Elrond
2013-04-24
1
-5
/
+4
*
|
resize_image: Refactor config loading a small bit.
Elrond
2013-04-21
1
-7
/
+4
*
|
image quality can be set in config file
dunkyp
2013-04-20
1
-1
/
+3
*
|
stl:blender_render() - Remove useless arg_string.
Elrond
2013-04-17
1
-2
/
+0
*
|
Turning image's media manager into a new style class.
Elrond
2013-04-17
1
-11
/
+11
*
|
Add sniff_handler method to mediamanagers.
Elrond
2013-04-17
1
-2
/
+11
*
|
Add MediaManagerBase class.
Elrond
2013-04-17
1
-0
/
+16
*
|
MediaManager: Use .foo instead of ['foo'].
Elrond
2013-04-17
1
-4
/
+5
*
|
First step towards a MediaManager class: Compat one.
Elrond
2013-04-17
1
-2
/
+29
*
|
PIL: Support systems with Pillow and without
Alon Levy
2013-04-17
6
-9
/
+29
*
|
pdf/processing.py: don't use check_output, only in python>=2.7
Alon Levy
2013-04-17
1
-9
/
+14
*
|
Removing unused imports and an unused media_files dict reference
Christopher Allan Webber
2013-04-15
1
-4
/
+0
*
|
add pdf media type
Alon Levy
2013-04-15
4
-0
/
+380
*
|
Merge remote-tracking branch 'cwebber/254_delete_queue_directories'
Elrond
2013-04-08
3
-4
/
+20
|
\
\
|
*
|
Convert media processing backends to delete the queue directory (#254)
Sebastian Spaeth
2013-01-22
5
-7
/
+33
*
|
|
Little refactoring for images: media_files.
Elrond
2013-04-03
1
-8
/
+2
*
|
|
Merge remote-tracking branch 'aeva/671_fix_stl'
Christopher Allan Webber
2013-03-25
1
-0
/
+3
|
\
\
\
|
*
|
|
Ascii stl files now should have their whitespace stripped when parsing.
Aeva Ntsc
2013-03-25
1
-0
/
+1
|
*
|
|
Fixed a bug that had binary stls be handled by the ascii stl parser.
Aeva Ntsc
2013-03-24
1
-0
/
+2
*
|
|
|
Updated VideoThumbnailerMarkII, removed old
Joar Wandborg
2013-03-24
1
-307
/
+41
|
/
/
/
*
|
|
Fixing dates when uploaded in a video to a mediagoblin instance.
Christopher Allan Webber
2013-03-11
1
-1
/
+32
*
|
|
Making a fix so that video codec name switched from "vp8 video" to "vp8"
Christopher Allan Webber
2013-03-06
1
-3
/
+10
*
|
|
Removing an unnecessary video write
Christopher Allan Webber
2013-03-04
1
-3
/
+0
[next]