Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add fixup for media files produced by HlsNative downloader(fixes #4776) | remitamine | 2016-03-01 | 1 | -0/+2 |
| | |||||
* | Forgot to clean the remains of class | pulpe | 2015-04-24 | 1 | -2/+0 |
| | |||||
* | [embedthumbnail] Add support for mp3 cover embedding | pulpe | 2015-04-24 | 1 | -2/+2 |
| | |||||
* | Add metadata from title parser | phiresky | 2015-03-14 | 1 | -0/+2 |
| | | | | (Closes #5125) | ||||
* | Add postprocessor for converting subtitles (closes #4954) | Jaime Marquínez Ferrándiz | 2015-02-28 | 1 | -0/+2 |
| | |||||
* | [youtube] Fixup DASH m4a headers | Philipp Hagemeister | 2015-01-23 | 1 | -0/+2 |
| | | | | This fixes #2288, #2506, #2607, #3681, #4741, #4767. | ||||
* | [youtube|ffmpeg] Automatically correct video with non-square pixels (Fixes ↵ | Philipp Hagemeister | 2015-01-10 | 1 | -0/+2 |
| | | | | #4674) | ||||
* | [YoutubeDL] Make postprocessors declarative | Philipp Hagemeister | 2014-12-15 | 1 | -2/+7 |
| | | | | Instead of having to configure PPs in code, this allows us and embedding programs not to worry about imports or finer details, similarly to how we handle IEs. | ||||
* | [test_unicode_literals] Arm unicode_literals check | Philipp Hagemeister | 2014-11-26 | 1 | -0/+1 |
| | | | | | | | | | From now on, the line from __future__ import unicode_literals should be contained in every single Python file lest we run into any more 2.x/3.x issues. Going forward, we're likely to develop on 3.x only and would likely miss subtle bugs otherwise. | ||||
* | [YoutubeDL] Output avconv/ffmpeg versions if -v is given | Philipp Hagemeister | 2014-10-26 | 1 | -5/+7 |
| | |||||
* | Moved from os.system to subprocess.call | mcd1992 | 2014-08-24 | 1 | -2/+2 |
| | |||||
* | Implemented --exec option. | mcd1992 | 2014-08-24 | 1 | -0/+2 |
| | |||||
* | fix ffmpeg error, if youtube-dl runs more than once with --embed-thumbnail ↵ | pulpe | 2014-03-26 | 1 | -2/+2 |
| | | | | with same video | ||||
* | add post processor | pulpe | 2014-03-26 | 1 | -0/+4 |
| | |||||
* | Split postprocessor package into multiple modules | Philipp Hagemeister | 2014-01-07 | 1 | -638/+16 |
| | |||||
* | Move postprocessor into its own package | Philipp Hagemeister | 2014-01-07 | 1 | -0/+640 |