aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/media_types
Commit message (Expand)AuthorAgeFilesLines
* Collection changes and migration for federationJessica Tallon2015-10-071-17/+9
* Fix some unit tests and bugsJessica Tallon2015-08-241-4/+4
* Change codebase to query or create correct User modelJessica Tallon2015-07-311-3/+7
* Change all unicode() calls with six.text_type().Berker Peksag2015-06-252-4/+8
* Fix typo.Berker Peksag2015-06-251-1/+1
* Fix more print statements. Refs #5331Berker Peksag2015-06-251-1/+3
* Fix print statements to be python3 compatible. Refs #5331Sebastian Spaeth2015-06-251-2/+2
* Use of deprecated frombytes when processing videos causes the task to failChristopher Allan Webber2015-05-221-1/+1
* Move check that metadata exists earlierBoris Bobrov2015-04-231-4/+4
* fixed 5068Boris Bobrov2015-04-221-2/+2
* Proper handling of tags in skip_transcodeBoris Bobrov2015-03-201-6/+6
* Prevent exception on transcoding failure (bug 460)Boris Bobrov2015-03-202-15/+22
* wtforms.fields.TextField was deprecatedJakob Kramer2015-03-121-14/+13
* Patch from breton: fix #5053 (gmg addmedia broken in 0.8.0)Christopher Allan Webber2015-03-051-1/+2
* init GStreamer on demand onlyBoris Bobrov2015-02-251-5/+7
* Missing codecs processing with gst 1.4Boris Bobrov2015-02-181-3/+14
* added missing import to video transcodingBoris Bobrov2015-02-161-0/+2
* Added multiple a-v streams handlingBoris Bobrov2015-02-165-76/+153
* Add new hook for two-step media type checkingBoris Bobrov2015-02-164-49/+119
* Port of audio to GStreamer 1.0Boris Bobrov2015-02-163-117/+77
* Porting video to GStreamer 1.0Boris Bobrov2015-02-164-272/+208
* Rewrite thumbnailerBoris Bobrov2015-02-152-330/+72
* Fix #1053 - Add height and width attributes and MetadataProcess taskJessica Tallon2014-12-111-7/+65
* Fix #1010 - Typos in mediagoblin/media_types/image/migrations.pyJessica Tallon2014-10-271-3/+3
* Merge branch 'location'Jessica Tallon2014-10-093-6/+58
|\
| * Add location model and migrationsJessica Tallon2014-10-093-6/+58
* | Fix #919 - Use class names in super call not self.__class__Jessica Tallon2014-09-307-8/+8
* | Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-1610-25/+161
|\ \
| * | Raw image mediatype had a non-unicode logging callOdin Hørthe Omdal2014-09-071-2/+2
| * | Handle cr2 files through the raw_image media typeChristopher Allan Webber2014-09-062-2/+2
| |/
| * Make blog_post_listing easier to readJessica Tallon2014-08-191-1/+1
| * List blogs by URL user rather than request userayleph2014-08-191-1/+1
| * Updated video thumbnail pipeline to use decodebin2ayleph2014-08-011-1/+1
| * Fix #927 - Clean up federation code after Elrond's reviewJessica Tallon2014-07-301-35/+0
| * Remove the option about whether or not spectrograms are created. They always...Christopher Allan Webber2014-07-252-14/+5
| * Add more tests for federation APIsJessica Tallon2014-07-221-4/+11
| * Fix image upload problem in APIJessica Tallon2014-07-221-1/+1
| * Add .jpe file extension recognitionJessica Tallon2014-07-221-1/+1
| * Refactors api uploading to media managersxray72242014-07-221-1/+27
| * Explicitly *do not* handle NEF files via the video media type.Christopher Allan Webber2014-07-171-0/+9
| * Implement Raw Image media type pluginOdin Hørthe Omdal2014-07-164-2/+140
| * Fix bad copy/paste in skip_transcoding code (Fix by Beuc, Brett Smith)Christopher Allan Webber2014-07-101-2/+2
| * metadata here should really be stored_metadata.Christopher Allan Webber2014-06-061-1/+1
* | Fix unicode error in pdf media typeChristopher Allan Webber2014-09-121-1/+1
* | Fix another tests.Berker Peksag2014-08-071-0/+1
* | Use new-style class.Berker Peksag2014-06-251-1/+1
* | The file() builtin has been removed in Python 3. Use open() instead.Berker Peksag2014-06-072-4/+4
* | Use six.text_type instead of unicode().Berker Peksag2014-06-023-13/+19
* | Continue to port GMG codebase.Berker Peksag2014-05-082-3/+4
|/
* fixes to blog url generationBoris Bobrov2014-03-115-17/+27