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
*
Should be enough to get to the point where you can actually initialize a proc...
Christopher Allan Webber
2013-08-16
1
-2
/
+4
*
Steps toward working "run" reprocessing command.
Christopher Allan Webber
2013-08-16
1
-1
/
+1
*
`gmg reprocess available --action-help` now tells you processor arguments!
Christopher Allan Webber
2013-08-16
1
-6
/
+8
*
"initial" reprocessing subcommand now works!
Christopher Allan Webber
2013-08-16
2
-4
/
+66
*
More progress towards the new reprocessing infrastructure: args updating
Christopher Allan Webber
2013-08-16
1
-2
/
+2
*
fix storage paramater in get_orig_filename(), fix __init__ for ProceessImage,...
Rodney Ewing
2013-08-16
2
-13
/
+15
*
Refactor processing/reprocessing functions into ProcessImage class
Rodney Ewing
2013-08-16
2
-101
/
+111
*
forgot to change to a class from a function after the refactor
Rodney Ewing
2013-08-16
2
-3
/
+3
*
change get_queued_filename to get_orig_filename and modified function
Rodney Ewing
2013-08-16
1
-1
/
+1
*
added comments and did a little refactoring. not sure if it is actually any c...
Rodney Ewing
2013-08-16
2
-64
/
+74
*
very rough working version of image reprocessing
Rodney Ewing
2013-08-16
2
-20
/
+15
*
added image reprocessing
Rodney Ewing
2013-08-16
2
-36
/
+105
*
added a check_eligible function to image reprocessing
Rodney Ewing
2013-08-16
1
-1
/
+19
*
added a parser for the image media_type reprocessing
Rodney Ewing
2013-08-16
1
-0
/
+18
*
end of day commit
Rodney Ewing
2013-08-16
1
-0
/
+17
*
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
[next]