aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/media_types
Commit message (Expand)AuthorAgeFilesLines
* Blog media type initial migration.Christopher Allan Webber2016-03-261-0/+59
* PDF media type initial migration.Christopher Allan Webber2016-03-261-0/+46
* STL media type initial migration.Christopher Allan Webber2016-03-261-0/+40
* Ascii media type initial migration.Christopher Allan Webber2016-03-261-0/+33
* Video media type initial migration.Christopher Allan Webber2016-03-261-0/+36
* Audio media type initial migration.Christopher Allan Webber2016-03-261-0/+32
* Image media type initial migration.Christopher Allan Webber2016-03-261-0/+36
* Check all tags for existence before using themBoris Bobrov2016-03-091-8/+15
* Check tags for existence before using themBoris Bobrov2016-03-081-0/+5
* Fix #5440 - Typo in blog viewsAndrew Browning2016-03-061-1/+1
* 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