remove the list from response.vary. not sure why I was getting an error using openid...
[mediagoblin.git] / mediagoblin / media_types / video /
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-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-04-30 ElrondFix media manager reference in video.
2013-04-30 Praveen KumarMake all media types use the new MediaManager classes.
2013-04-26 Christopher Allan... Merge remote-tracking branch 'refs/remotes/npigeon...
2013-04-20 Christopher Allan... Merge remote-tracking branch 'remotes/npigeon/ticket...
2013-04-17 Alon LevyPIL: Support systems with Pillow and without
2013-04-09 ElrondMerge remote-tracking branch 'brett/itsdangerous'
2013-04-08 ElrondMerge remote-tracking branch 'cwebber/254_delete_queue_...
2013-03-25 Christopher Allan... Merge remote-tracking branch 'aeva/671_fix_stl'
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... 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-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-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 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)
2013-01-16 Sebastian SpaethSwitch over media processor to use the get_workbench...
2013-01-16 Christopher Allan... Make the workbench destroy itself for video processing...
2013-01-16 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/561_u...
2013-01-08 Sebastian SpaethAudio and video should use workbench instead of tempfil...
2013-01-07 Sebastian SpaethMv db.sql.base to db.base
2012-12-25 Sebastian SpaethMerge branch '512_bump_video_js'
2012-12-24 Elrond(SQL) Media types: Refactor backrefnames.
2012-12-21 Sebastian SpaethMerge branch '577_denoise_video_transcoding'
2012-12-20 Mike LinksvayerMerge branch 'master' of git://gitorious.org/mediagobli...
2012-12-19 Sebastian SpaethOnly log output and write progress to db if it has...
2012-12-12 Christopher Allan... We don't need to save entries during processing......
2012-11-13 Christopher Allan... Merge remote-tracking branch 'refs/remotes/spaetz/trac_...
2012-10-02 Joar WandborgAdded VideoThumbnailerMarkII
2012-07-10 Joar WandborgPanel improvements
2012-07-10 Joar WandborgMinor improvements to the processing panel
2012-06-10 Joar WandborgMerge remote-tracking branch 'is_derek/bug405_email_not...
2012-04-09 Joar WandborgRemoved commented out pdb.set_trace
2012-04-09 Joar WandborgMerge remote-tracking branch 'joar/media-fixes'
2012-04-09 Joar WandborgMedia processing, transcoding, display fixes
2012-04-01 Christopher Allan... Merge remote-tracking branch 'refs/remotes/elrond/sql...
2012-03-30 Joar WandborgAdded pygst.require('0.10') since it's absence breaks...
2012-03-29 Joar WandborgCleaned up media_types.video.transcoders
2012-03-29 Joar WandborgMerge branch 'master' of gitorious.org:mediagoblin...
2012-03-29 Joar WandborgCleanded up video imports, removed PyGTK dependency
2012-03-29 Joar WandborgMerge branch 'master' of gitorious.org:mediagoblin...
2012-03-28 Elrond411: Add relationship and backrefs to media_data tables.
2012-03-27 Joar WandborgMerge remote-tracking branch 'joar/audio+sniffing'
2012-03-26 Christopher Allan... Merge remote-tracking branch 'remotes/slikdigit/bassam'
2012-03-26 Christopher Allan... Merge remote-tracking branch 'remotes/bretts/bug261...
2012-03-26 Brett SmithMerge remote branch 'origin/master' into bug261-resized...
2012-03-26 Brett SmithRename to FilenameBuilder, with a main method named...
2012-03-26 Joar WandborgMedia type refractors, pep8, lint
2012-03-25 Brett SmithRefactor video processing to use FilenameMunger.
2012-03-22 Joar WandborgFaster sniffing
2012-03-21 Christopher Allan... Merge remote-tracking branch 'refs/remotes/brett/bug270...
2012-03-20 ElrondImport "Base" from base instead of models.
2012-03-18 Christopher Allan... Merge branch 'master' into derek-moore-bug405_email_not...
2012-03-17 Christopher Allan... Merge remote-tracking branch 'brett/bug264-delete-comme...
2012-03-17 Christopher Allan... Make mediagoblin SQL models all use a consistent table...
2012-03-12 Christopher Allan... Added m4v to list of media types and a comment stating...
2012-03-07 Joar WandborgRemoved diaper patterns from audio/video sniffers,...
2012-03-05 Jef van SchendelMerge branch 'keyboard_nav'
2012-03-04 Jef van SchendelMerge branch 'newlayout' into newlayout-stage
2012-03-03 ElrondMerge branch 'media_data_start'
2012-03-01 ElrondVideo media_data: Change layout in the mongo world
2012-03-01 ElrondSQL: Improve video media_data table
next