aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/media_types
Commit message (Expand)AuthorAgeFilesLines
* image_mediadata: Add exif_all columnElrond2012-03-231-0/+2
* Add copyright header to image/models.pyElrond2012-03-231-0/+17
* More standard media_data model for ascii.Elrond2012-03-201-3/+3
* Import "Base" from base instead of models.Elrond2012-03-203-3/+3
* 500 error because of subscripting instead of using attributesJakob Kramer2012-03-181-2/+2
* Make mediagoblin SQL models all use a consistent table naming schemeChristopher Allan Webber2012-03-173-6/+6
* Fix uploading of images (sql: media_data, exif).Elrond2012-03-151-4/+7
* Add gps_altitude and gps_direction to image media_data.Elrond2012-03-141-0/+2
* Change image processing to create new .gps_*.Elrond2012-03-141-1/+5
* Better media_data sql table for images.Elrond2012-03-121-5/+6
* Added m4v to list of media types and a comment stating we shouldChristopher Allan Webber2012-03-121-1/+3
* Video media_data: Change layout in the mongo worldElrond2012-03-011-3/+3
* SQL: Improve video media_data tableElrond2012-03-011-5/+6
* Updates so that dbupdate command worksChristopher Allan Webber2012-02-186-3/+108
* Merge branch 'master' into sqlmigrateChristopher Allan Webber2012-02-189-39/+43
|\
| * Fully qualify the import of asciitoimageChristopher Allan Webber2012-02-081-1/+1
| * ASCII media support - FixesJoar Wandborg2012-02-042-5/+7
| * ASCII art support - FixesJoar Wandborg2012-02-022-23/+25
| * Added extensions 'asc' and 'nfo' to ASCII media typeJoar Wandborg2012-02-021-1/+1
| * It's 2012 all up in hereChristopher Allan Webber2012-02-029-9/+9
* | Big ol' start of the SQL migrations system.Christopher Allan Webber2012-01-292-0/+33
|/
* Acts on feedback from ChrisJoar Wandborg2012-01-251-4/+6
* EXIF fixesJoar Wandborg2012-01-251-104/+9
* Removed link to EXIF.py in media_types.imageJoar Wandborg2012-01-251-1/+0
* EXIF extraction, geolocation map, image rotationJoar Wandborg2012-01-251-19/+142
* Installed EXIF.py in extlibs/Joar Wandborg2012-01-251-0/+1
* Dot-Notation for MediaEntry.queued_media_fileElrond2012-01-042-3/+3
* Dot-Notation for MediaEntry.media_filesElrond2012-01-041-3/+3
* Fixed submission error handling and broken testsJoar Wandborg2011-12-311-1/+1
* ASCII media type support & fix a bug in file submission error handlingJoar Wandborg2011-12-315-8/+305
* Merge remote branch 'joar/b681-comments_from_reviewing_video'Elrond2011-12-133-12/+22
|\
| * Bug 681 - Comments from reviewing the new video mergeJoar Wandborg2011-12-063-12/+22
* | Merge branch 'sql/dot-notation'Elrond2011-12-121-1/+1
|\ \
| * | Dot-Notation for MediaEntry.media_dataElrond2011-12-051-1/+1
* | | Allow administrators to disable keeping the original. That's the new default!Christopher Allan Webber2011-12-121-14/+15
|/ /
* / Raise a slightly useful exception when we can't find the media type.Christopher Allan Webber2011-12-031-0/+4
|/
* Merge remote branch 'remotes/inconexo/588_lowercase_extension'Elrond2011-11-261-2/+5
* Load multiple media types based on the media_types section of the config fileChristopher Allan Webber2011-11-251-11/+3
* Fixes for video branchJoar Wandborg2011-11-223-46/+4
* Video support is disabled by default, set enable_video to true to enableJoar Wandborg2011-11-221-2/+5
* Fixes after merging video branch into masterJoar Wandborg2011-11-215-145/+51
* Refractored GStreamer element linkingJoar Wandborg2011-11-211-21/+22
* Stashing changesJoar Wandborg2011-11-213-55/+21
* Fixed video transcodingJoar Wandborg2011-11-161-212/+1
* Committing some futile attempts to make GStreamer transcode the audio properly.Joar Wandborg2011-11-151-7/+38
* moved from videoscale => ffvideoscale *and* put queus before video and audio ...Joar Wandborg2011-11-151-5/+13
* Minor fixesJoar Wandborg2011-11-012-2/+5
* Added new thumbnailer, renamed old.Joar Wandborg2011-10-272-194/+474
* Image media exceptionsJoar Wandborg2011-10-151-29/+2
* Video transcoding is now gstreamer directly instead of through aristaJoar Wandborg2011-10-142-86/+130