Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-01 | Add fixup for media files produced by HlsNative downloader(fixes #4776) | remitamine | |
2015-04-24 | Forgot to clean the remains of class | pulpe | |
2015-04-24 | [embedthumbnail] Add support for mp3 cover embedding | pulpe | |
2015-03-14 | Add metadata from title parser | phiresky | |
(Closes #5125) | |||
2015-02-28 | Add postprocessor for converting subtitles (closes #4954) | Jaime Marquínez Ferrándiz | |
2015-01-23 | [youtube] Fixup DASH m4a headers | Philipp Hagemeister | |
This fixes #2288, #2506, #2607, #3681, #4741, #4767. | |||
2015-01-10 | [youtube|ffmpeg] Automatically correct video with non-square pixels (Fixes ↵ | Philipp Hagemeister | |
#4674) | |||
2014-12-15 | [YoutubeDL] Make postprocessors declarative | Philipp Hagemeister | |
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. | |||
2014-11-26 | [test_unicode_literals] Arm unicode_literals check | Philipp Hagemeister | |
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. | |||
2014-10-26 | [YoutubeDL] Output avconv/ffmpeg versions if -v is given | Philipp Hagemeister | |
2014-08-24 | Moved from os.system to subprocess.call | mcd1992 | |
2014-08-24 | Implemented --exec option. | mcd1992 | |
2014-03-26 | fix ffmpeg error, if youtube-dl runs more than once with --embed-thumbnail ↵ | pulpe | |
with same video | |||
2014-03-26 | add post processor | pulpe | |
2014-01-07 | Split postprocessor package into multiple modules | Philipp Hagemeister | |
2014-01-07 | Move postprocessor into its own package | Philipp Hagemeister | |