Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Modify video.html to add video-resolution-switcher plugin | vijeth-aradhya | 2017-07-23 | 1 | -27/+14 | |
| | | | ||||||
| * | | Add change-video-resolution.js to start video-resolution-switcher plugin | vijeth-aradhya | 2017-07-23 | 1 | -0/+27 | |
| | | | ||||||
| * | | Add video-resolution-switcher (video.js plugin) v0.4.2 | vijeth-aradhya | 2017-07-23 | 2 | -0/+2 | |
| | | | ||||||
| * | | Change video.js version to v5.20.1 | vijeth-aradhya | 2017-07-23 | 2 | -2/+2 | |
| | | | ||||||
| * | | Revert "Modify video template to accomodate multiple resolutions" | vijeth-aradhya | 2017-07-23 | 1 | -14/+27 | |
| | | | | | | | | | | | | This reverts commit f6ba0e561bfb62991d70a4c002edf142d9d7540c. | |||||
| * | | Revert "Add change-video-resolution.js to start the plugin" | vijeth-aradhya | 2017-07-23 | 1 | -43/+0 | |
| | | | | | | | | | | | | This reverts commit e44c4569c7f7ac4b0b1c8470f38f7f1d09dd00f8. | |||||
| * | | Revert "Modify video-js link folder and change version" | vijeth-aradhya | 2017-07-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | This reverts commit 0e49df65fea13b15c5566f2ee44842feaeaaccd0. | |||||
| * | | Revert "Add video-resolution-switcher (v0.4.2) plugin" | vijeth-aradhya | 2017-07-23 | 16 | -1181/+0 | |
| | | | | | | | | | | | | This reverts commit 19d7c450706df1aae74003fcfcfa03d17ebd6f54. | |||||
| * | | Add video-resolution-switcher (v0.4.2) plugin | vijeth-aradhya | 2017-07-18 | 16 | -0/+1181 | |
| | | | ||||||
| * | | Modify video-js link folder and change version | vijeth-aradhya | 2017-07-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add change-video-resolution.js to start the plugin | vijeth-aradhya | 2017-07-16 | 1 | -0/+43 | |
| | | | ||||||
| * | | Modify video template to accomodate multiple resolutions | vijeth-aradhya | 2017-07-16 | 1 | -27/+14 | |
| | | | | | | | | | | | | | | | | | | Add required JS/CSS plugin files. Add JS file to fire up the plugin. Modify video tag accordingly. | |||||
| * | | Add get_all_media() in MediaEntryMixin | vijeth-aradhya | 2017-07-16 | 1 | -0/+27 | |
| | | | | | | | | | | | | | | | Returns all available qualties of a media with it's dimensions and resolution label. | |||||
| * | | Add property to media_fetch_order | vijeth-aradhya | 2017-07-03 | 1 | -1/+10 | |
| | | | | | | | | | | | | | | | Due to configurable resolution settings, this change is necessary to set the default resolution and the others. | |||||
| * | | Fix test_accepted_resolutions | vijeth-aradhya | 2017-06-27 | 1 | -6/+7 | |
| | | | | | | | | | | | | Add {'webm': (640, 640)} | |||||
| * | | Implement copy_original and _keep_best | vijeth-aradhya | 2017-06-25 | 2 | -10/+38 | |
| | | | | | | | | | | | | | | | _keep_best is changed to keep_best now, and is added in processing_cleanup. webm is added to ACCEPTED_RESOLUTIONS. | |||||
| * | | Test whether video is transcoded to all resolutions | vijeth-aradhya | 2017-06-25 | 1 | -3/+11 | |
| | | | | | | | | | | | | | | | | | | After `self.check_normal_upload`, query the database and check whether the video got transcoded to all the required resolutions. | |||||
| * | | Test accepted_files and accepted_resolutions | vijeth-aradhya | 2017-06-25 | 2 | -1/+22 | |
| | | | ||||||
| * | | Add test_chord for TestSubmissionVideo | vijeth-aradhya | 2017-06-25 | 1 | -8/+74 | |
| | | | | | | | | | | | | | | | Testing the arguments passed to celery.chord when a video is submitted. | |||||
| * | | Add VideoProcessingManager.workflow() tests | vijeth-aradhya | 2017-06-25 | 1 | -0/+69 | |
| | | | | | | | | | | | | Testing workflow method including its return data. | |||||
| * | | Use tuple as default return type of workflow() | vijeth-aradhya | 2017-06-21 | 2 | -5/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | If None, then schedule the old Celery call, else the format is group and a single task in the tuple. Hence, Celery chord would be ideal to use. Closes #4 | |||||
| * | | Add choice of video resolutions for instance owner | vijeth-aradhya | 2017-06-20 | 2 | -12/+28 | |
| | | | | | | | | | | | | | | | | | | | | | The instance owner can choose from the list of available resolutions. ['144p', '240p', '360p', '480p', '720p', '1080p'] Also, the default resolution is now set to 480p and the instance owner can choose the default resolution from that list as well. | |||||
| * | | Render webm_480 as default if webm_video is absent | vijeth-aradhya | 2017-06-17 | 3 | -4/+11 | |
| | | | | | | | | | | | | | | | | | | | | | Currently, webm_video is still the higher priority in media_fetch_oder as older versions should not be broken. So, webm_480p (main_task) will be rendered by default for newer versions. All tests pass at this point. | |||||
| * | | Fix test_celery_setup error | vijeth-aradhya | 2017-06-17 | 1 | -2/+3 | |
| | | | | | | | | | | | | Add mediagoblin.media_types.video.processing as a task module. | |||||
| * | | Simple hack to handle main workflow problem | vijeth-aradhya | 2017-06-17 | 9 | -47/+15 | |
| | | | | | | | | | | | | | | | | | | | | | Remove redundunt workflow methods from the other media type's processing.py. Fixes #1 | |||||
| * | | Celery concurrency is set to one | vijeth-aradhya | 2017-06-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add complimentary_tasks to the celery group | vijeth-aradhya | 2017-06-13 | 1 | -10/+7 | |
| | | | | | | | | | | | | | | | Add a couple of complimentary_tasks to check if priority is working or not. | |||||
| * | | Individual resolution transcoding fixes | vijeth-aradhya | 2017-06-13 | 2 | -8/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Few minor changes which fix the errors. Although, the user still cannot view the video since the front end part needs to changed. Fixes #3 | |||||
| * | | Celery Priority testing with debug statements | vijeth-aradhya | 2017-06-13 | 10 | -47/+80 | |
| | | | | | | | | | | | | | | | | | | Error at this line: `self.entry.set_file_metadata(self.curr_file, **file_metadata)` Otherwise, celery part should work fine. | |||||
| * | | Few more changes to celery priority tasking | vijeth-aradhya | 2017-06-12 | 1 | -11/+16 | |
| | | | | | | | | | | | | Addition of arguments to the celery tasks. | |||||
| * | | Add priority to the celery tasks | vijeth-aradhya | 2017-06-12 | 9 | -21/+42 | |
| | | | | | | | | | | | | | | | Few more changes to be made before executing the tasks. Also #1 should be handled soon after this. | |||||
| * | | Add additional celery config settings | vijeth-aradhya | 2017-06-11 | 3 | -3/+15 | |
| | | | | | | | | | | | | | | | | | | Fixes older webm_video backward compatibilty issue. Add 'default' queue to be used from now. Add other necessary celery settings for priority. | |||||
| * | | Merge branch 'master' into 'multiple-qualities-backend' | Vijeth Aradhya | 2017-06-10 | 8 | -19/+21 | |
| |\ \ | | | | | | | | | | | | | | | | | RabbitMQ addition in master See merge request !1 | |||||
| * | | | Add main_task, complimentary_task and cleanup | vijeth-aradhya | 2017-06-09 | 1 | -0/+25 | |
| | | | | ||||||
| * | | | Modify CommonVideoPrcoessor to accomodate mulitple qualities | vijeth-aradhya | 2017-06-09 | 1 | -47/+37 | |
| | | | | | | | | | | | | | | | | | | | | A few trivial modifciations like replacing store_metadata, etc needed to accomodate multiple qualities. | |||||
| * | | | Add workflow method to other media ProcessingManagers | vijeth-aradhya | 2017-06-05 | 6 | -0/+31 | |
| | | | | | | | | | | | | | | | | | | | | Add workflow method to all the media types other than video. Calls the old celery task as it is. | |||||
| * | | | Add workflow method to VideoProcessingManager | vijeth-aradhya | 2017-06-05 | 3 | -5/+13 | |
| | | | | | | | | | | | | | | | | | | | | This commit makes sure the old celery call works perfectly when workflow method is introduced. | |||||
| * | | | Add workflow method to ProcessingManager | vijeth-aradhya | 2017-06-04 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | This method just raises NotImplementedError if the specific media processing manager does not have a workflow method. | |||||
| * | | | media_types/video/processing.py: Move store_metadata | vijeth-aradhya | 2017-06-02 | 1 | -11/+11 | |
| | | | | | | | | | | | | | | | | | | | | Move store_metadata to self.common_setup() so that it's easy to parallelize self.transcode() later. | |||||
| * | | | media_types/video/util.py: Add accepted resolutions | vijeth-aradhya | 2017-05-31 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Add dict consisting of all the accepted resolutions with their dimensions. This should be eventually moved to config where the instance owner can modify it. | |||||
* | | | | always guess the same filetype | Boris Bobrov | 2018-07-12 | 1 | -2/+5 | |
| | | | | ||||||
* | | | | finally fix url validator | Boris Bobrov | 2018-07-12 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Revert "Revert "Import messages in blog views"" | Boris Bobrov | 2018-07-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | This reverts commit 8c36ec5246828e3c99d956edd8524f3ade430571. | |||||
* | | | | fix typo | Boris Bobrov | 2018-07-11 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | fix auth error and simplify url and email checks | Boris Bobrov | 2018-07-11 | 2 | -18/+11 | |
| | | | | ||||||
* | | | | remove requirement for the file to be with single dot in name | Boris Bobrov | 2018-07-11 | 1 | -11/+2 | |
| | | | | ||||||
* | | | | fix default gmg help message | Boris Bobrov | 2018-07-11 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | Merge remote-tracking branch 'gsoc2016/Subtitle-1' | Boris Bobrov | 2018-07-10 | 22 | -6/+794 | |
|\ \ \ \ | ||||||
| * | | | | Fixed Copyright Headers | saksham1115 | 2016-08-16 | 8 | -12/+12 | |
| | | | | | ||||||
| * | | | | Tests for handling customize interface exception | saksham1115 | 2016-08-13 | 1 | -2/+19 | |
| | | | | |