Fixes some typo's and removes unused imports
[mediagoblin.git] / mediagoblin / media_types /
2013-07-14 xray7224Merge branch 'master' of git://gitorious.org/mediagobli...
2013-07-12 Christopher Allan... Switching the hook 'get_media_manager' to a more "direc...
2013-07-12 Christopher Allan... Merge branch 'rodney757-media_plugins'
2013-07-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-07-10 Christopher Allan... Merge branch 'release-0.4.1'
2013-07-10 Christopher Allan... Fixing bug that effectively broke document support...
2013-07-02 Rodney Ewingadded a warning for old media types
2013-07-02 Rodney Ewingconverted video media_type to plugin
2013-07-02 Rodney Ewingconverted stl media_type to plugin
2013-07-02 Rodney Ewingconverted pdf media_type to plugin
2013-07-02 Rodney Ewingconverted audio media_type to plugin
2013-07-02 Rodney Ewingtypo in image supported_filetypes
2013-07-02 Rodney Ewingconverted ascii media_type to plugin
2013-07-02 Rodney Ewingfixed some typos and enabled media_type plugins in...
2013-07-02 Rodney Ewingremoved sniff_handler from Imange Media Manager class
2013-07-02 Rodney Ewingremoved CompatMediaManager() since all core media_types...
2013-07-02 Rodney Ewingmodified gmg to use plugin media_types and converted...
2013-06-25 Rodney EwingMerge remote-tracking branch 'upstream/master' into...
2013-06-22 Christopher Allan... Merge remote-tracking branch 'refs/remotes/joar/notific...
2013-06-09 Joar WandborgNew notifications
2013-05-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/merge-reques...
2013-05-12 Christopher Allan... Merge branch 'master' into 623_context_hooks
2013-05-11 Christopher Allan... Moving the get_original_date method over to the MediaMa...
2013-05-11 Christopher Allan... Merge remote-tracking branch 'refs/remotes/tryggvib...
2013-05-11 Christopher Allan... Merge remote-tracking branch 'gabithume/146_debug_message'
2013-05-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/dthompson...
2013-05-10 Christopher Allan... Merge remote-tracking branch 'refs/remotes/merge-reques...
2013-05-02 ElrondFix typo in new stl MEDIA_MANAGER.
2013-04-30 ElrondFix media manager reference in video.
2013-04-30 Praveen KumarMake all media types use the new MediaManager classes.
2013-04-27 ElrondRewrite resize_image to use proc_state.store_public.
2013-04-27 Elrondimage resizing: Refactor some decisions into resize_tool.
2013-04-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/npigeon...
2013-04-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/rodney757...
2013-04-24 Elrondresize_image: Change calling style a bit.
2013-04-21 Elrondresize_image: Refactor config loading a small bit.
2013-04-20 Christopher Allan... Merge remote-tracking branch 'remotes/npigeon/ticket...
2013-04-20 dunkypimage quality can be set in config file
2013-04-17 Elrondstl:blender_render() - Remove useless arg_string.
2013-04-17 ElrondTurning image's media manager into a new style class.
2013-04-17 ElrondAdd sniff_handler method to mediamanagers.
2013-04-17 ElrondAdd MediaManagerBase class.
2013-04-17 ElrondMediaManager: Use .foo instead of ['foo'].
2013-04-17 ElrondFirst step towards a MediaManager class: Compat one.
2013-04-17 Alon LevyPIL: Support systems with Pillow and without
2013-04-17 Alon Levypdf/processing.py: don't use check_output, only in...
2013-04-15 Christopher Allan... Removing unused imports and an unused media_files dict...
2013-04-15 Alon Levyadd pdf media type
2013-04-13 Nathan YerglerMerge remote-tracking branch 'joar-github/oauth/refresh...
2013-04-10 Christopher Allan... Merge branch '637_friendlier_hooks'
2013-04-09 ElrondMerge remote-tracking branch 'brett/itsdangerous'
2013-04-08 ElrondMerge remote-tracking branch 'cwebber/254_delete_queue_...
2013-04-03 ElrondLittle refactoring for images: media_files.
2013-03-25 Christopher Allan... Merge remote-tracking branch 'aeva/671_fix_stl'
2013-03-25 Aeva NtscAscii stl files now should have their whitespace stripp...
2013-03-24 Aeva NtscFixed a bug that had binary stls be handled by the...
2013-03-24 Christopher Allan... Merge remote-tracking branch 'jdshu/649_use_form_data_f...
2013-03-24 Joar WandborgUpdated VideoThumbnailerMarkII, removed old
2013-03-11 Christopher Allan... Fixing dates when uploaded in a video to a mediagoblin...
2013-03-06 Christopher Allan... Making a fix so that video codec name switched from...
2013-03-04 Christopher Allan... Merge branch 'master' into 419_cherrypick_large_uploads
2013-03-04 Christopher Allan... Removing an unnecessary video write
2013-03-04 Christopher Allan... Merge branch 'joar-skip_transcoding'
2013-03-03 Christopher Allan... Another elrond suggestion: only init orig_metadata...
2013-03-03 Christopher Allan... Per Elrond's suggestions moving DEFAULT_WEBM_TYPE to...
2013-03-03 Christopher Allan... Extrapolate type= based on the video metadata that...
2013-03-03 Christopher Allan... pdb.set_trace() in mediagoblin code is Not Allowed...
2013-03-03 Christopher Allan... Now store metadata info from processing into the media...
2013-03-03 Joar WandborgRemoved debugging exception
2013-03-03 Joar WandborgUpdated raven plugin
2013-03-03 Christopher Allan... Huge amount of work to (mostly) allow .ogg (and maybe...
2013-03-01 Christopher Allan... If we're not transcoding, copy this file directly over...
2013-03-01 Christopher Allan... Merge branch 'master' into joar-skip_transcoding
2013-02-26 Joar WandborgAllow media managers without sniff_handler
2013-02-24 Christopher Allan... Merge remote-tracking branch 'refs/remotes/pythonsnake...
2013-02-24 Christopher Allan... Merge remote-tracking branch 'refs/remotes/pythonsnake...
2013-02-21 Christopher Allan... Merge remote-tracking branch 'aleksej/632_config_spec_c...
2013-02-21 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/WIP...
2013-02-19 ElrondMerge remote-tracking branch 'pythonsnake/537_version'
2013-02-10 Joar WandborgTuned logging and added comments to 511 fix
2013-02-10 pythonsnakeFixed issue #511.
2013-02-09 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/sql...
2013-02-08 ElrondKill monkeypatching of ProcessingState.
2013-02-08 ElrondAlso refactor "copy original into public storage".
2013-02-08 ElrondUse ProcessingState for video.
2013-02-08 ElrondImplement ProcessingState class and use for images
2013-02-01 ElrondTurn media.{backref_nam} from a list to a scalar.
2013-01-25 Christopher Allan... Merge branch '216_cwebber_style_unique_slugs'
2013-01-22 Joar WandborgMade pil_filters a PIL_FILTERS (global)
2013-01-22 Joar WandborgMade the image sampling filter configurable
2013-01-22 Joar WandborgAdded option to skip transcoding
2013-01-22 Sebastian SpaethConvert media processing backends to delete the queue...
2013-01-22 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/521_l...
2013-01-20 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/436_c...
2013-01-17 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2013-01-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/565_w...
2013-01-17 Christopher Allan... Merge remote-tracking branch 'refs/remotes/origin/533...
2013-01-17 Christopher Allan... Merge commit '9408938' from 565_workbench_cleanup ...
2013-01-17 Sebastian SpaethMerge branch '540_User_delete_deletes_related_entries'
2013-01-16 Sebastian SpaethDo not read complete videos in RAM (#419)
next