aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/media_types
Commit message (Expand)AuthorAgeFilesLines
* Implement copy_original and _keep_bestvijeth-aradhya2017-06-252-10/+38
* Use tuple as default return type of workflow()vijeth-aradhya2017-06-211-5/+2
* Add choice of video resolutions for instance ownervijeth-aradhya2017-06-202-12/+28
* Render webm_480 as default if webm_video is absentvijeth-aradhya2017-06-172-1/+9
* Simple hack to handle main workflow problemvijeth-aradhya2017-06-177-43/+8
* Add complimentary_tasks to the celery groupvijeth-aradhya2017-06-131-10/+7
* Individual resolution transcoding fixesvijeth-aradhya2017-06-131-7/+5
* Celery Priority testing with debug statementsvijeth-aradhya2017-06-137-44/+75
* Few more changes to celery priority taskingvijeth-aradhya2017-06-121-11/+16
* Add priority to the celery tasksvijeth-aradhya2017-06-127-19/+39
* Add additional celery config settingsvijeth-aradhya2017-06-111-1/+4
* Merge branch 'master' into 'multiple-qualities-backend'Vijeth Aradhya2017-06-101-1/+1
|\
| * Add space between words in blog messageAndrew Browning2017-06-061-1/+1
* | Add main_task, complimentary_task and cleanupvijeth-aradhya2017-06-091-0/+25
* | Modify CommonVideoPrcoessor to accomodate mulitple qualitiesvijeth-aradhya2017-06-091-47/+37
* | Add workflow method to other media ProcessingManagersvijeth-aradhya2017-06-056-0/+31
* | Add workflow method to VideoProcessingManagervijeth-aradhya2017-06-051-0/+6
* | media_types/video/processing.py: Move store_metadatavijeth-aradhya2017-06-021-11/+11
* | media_types/video/util.py: Add accepted resolutionsvijeth-aradhya2017-05-311-0/+9
|/
* Use GLib instead of GObjectBoris Bobrov2016-07-251-4/+4
* Prevent erroring out in some cases of checking video metadataChristopher Allan Webber2016-07-141-1/+1
* Import messages in blog viewsAndrew Browning2016-04-031-1/+1
* Fix #5451 - add_message inconsistenciesAndrew Browning2016-04-021-16/+32
* Fix the blog_delete page for admins.宋文武2016-04-021-1/+1
* 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