aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/media_types
Commit message (Expand)AuthorAgeFilesLines
* removed debug prints, added video iconBoris Bobrov2016-02-051-1/+1
* Display type icon in thumbnailsBoris Bobrov2016-02-051-0/+1
* Prevent `dict changed during iteration` in videoBoris Bobrov2016-02-051-1/+1
* Pass filename instead of file object when calling PIL.Image.save()宋文武2016-01-212-7/+3
* Fix issue 5366 Update blog viewsayleph2016-01-154-8/+8
* Merge branch 'stable'Boris Bobrov2015-12-212-2/+6
|\
| * Work around pbutils import warning bug (5066)Boris Bobrov2015-12-212-2/+6
| * Fix Issue 5375 Deprecated function in video thumbayleph2015-12-201-1/+1
| * 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
* | Fix typo in VideoData docstringBoris Bobrov2015-12-201-1/+1
* | Fix Issue 5375 Deprecated function in video thumbayleph2015-12-201-1/+1
* | Fix issue 983 PDF UnicodeDecodeErrorayleph2015-12-101-1/+1
* | Fix for issue 5070 gst incomplete fileayleph2015-11-191-0/+1
* | 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