aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/media_types/video
Commit message (Expand)AuthorAgeFilesLines
* Fix some unused imports and local variables.Ben Sturmfels2021-09-231-2/+0
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-234-16/+16
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-2/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-056-36/+35
* Prevent warning when importing GstPbutils.Ben Sturmfels2019-11-011-0/+1
* Fix saving original of the videoBoris Bobrov2018-07-131-0/+1
* simplify an if and fix string formattingBoris Bobrov2018-07-131-3/+2
* Merge branch 'transcoding_progress'Boris Bobrov2018-07-125-47/+202
|\
| * Fixes for small bugsBoris Bobrov2018-07-123-16/+25
| * Merge branch 'multiple-qualities-frontend' into 'transcoding_progress'Vijeth Aradhya2017-08-292-7/+4
| |\
| | * Change complimentary_task to complementary_tasvijeth-aradhya2017-08-291-2/+2
| | * Remove self.entry in VideoTranscodervijeth-aradhya2017-08-272-5/+2
| * | Add main_transcoding_progress to ProgressCallbackvijeth-aradhya2017-08-221-1/+5
| |/
| * Small changes to fixing transcode percentagevijeth-aradhya2017-08-112-10/+8
| * Change entry.title to entry.id in loggingvijeth-aradhya2017-08-101-3/+3
| * Fix percentage reportingvijeth-aradhya2017-08-102-3/+20
| * Add unicode to accomodate title of MediaEntryvijeth-aradhya2017-08-081-3/+3
| * Replace print statements to loggingvijeth-aradhya2017-08-051-25/+18
| * Add property to media_fetch_ordervijeth-aradhya2017-07-031-1/+10
| * 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-171-13/+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-131-32/+69
| * Few more changes to celery priority taskingvijeth-aradhya2017-06-121-11/+16
| * Add priority to the celery tasksvijeth-aradhya2017-06-121-13/+27
| * Add additional celery config settingsvijeth-aradhya2017-06-111-1/+4
| * 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 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
* | Process videos with incorrect date tags [#5409]Andrew Browning2018-04-081-4/+7
* | Prevent video plugin from processing svg [#934]Andrew Browning2018-04-041-0/+10
|/
* 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
* Video 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
* 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
* Merge branch 'stable'Boris Bobrov2015-12-211-1/+3
|\
| * Work around pbutils import warning bug (5066)Boris Bobrov2015-12-211-1/+3
| * Fix Issue 5375 Deprecated function in video thumbayleph2015-12-201-1/+1
| * Change all unicode() calls with six.text_type().Berker Peksag2015-06-251-3/+5
| * Fix typo.Berker Peksag2015-06-251-1/+1