aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/media_types
Commit message (Expand)AuthorAgeFilesLines
* Fix some unused imports and local variables.Ben Sturmfels2021-09-232-16/+9
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-2316-37/+37
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-055-10/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-0522-117/+115
* Reinstate audio spectrograms on Python 3 [#5610].Fernando Gutierrez2021-03-034-422/+302
* Revert "Use audio icon when spectrogram fails. Add note to doc:media-types."Ben Sturmfels2020-04-281-34/+17
* Revert "Fix Jorge's audio upload workaround in Python 3."Ben Sturmfels2020-04-281-2/+2
* Remove spectrograms from Python 2 also [#5594].Ben Sturmfels2020-04-281-6/+7
* Fix Jorge's audio upload workaround in Python 3.Ben Sturmfels2020-04-071-2/+2
* Note possible future steps for Python 3 audio thumbnailing.Ben Sturmfels2020-04-021-0/+4
* Use audio icon when spectrogram fails. Add note to doc:media-types.Jorge2020-04-021-17/+34
* Fix audio thumbnailing once and for all.Ben Sturmfels2020-04-011-3/+24
* 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-126-47/+203
|\
| * 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
| |/
| * Merge branch 'master' into 'multiple-qualities-frontend'Vijeth Aradhya2017-08-143-5/+7
| |\
| * | 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-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 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
* | | | Revert "Revert "Import messages in blog views""Boris Bobrov2018-07-121-1/+1
* | | | Merge remote-tracking branch 'gsoc2016/Subtitle-1'Boris Bobrov2018-07-101-1/+1
|\ \ \ \
| * | | | Revert "Import messages in blog views"saksham11152016-07-191-1/+1
* | | | | Fix server crash on blog about page [#5572]Andrew Browning2018-07-081-1/+3