aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/postprocessor/__init__.py
AgeCommit message (Collapse)Author
2016-03-01Add fixup for media files produced by HlsNative downloader(fixes #4776)remitamine
2015-04-24Forgot to clean the remains of classpulpe
2015-04-24[embedthumbnail] Add support for mp3 cover embeddingpulpe
2015-03-14Add metadata from title parserphiresky
(Closes #5125)
2015-02-28Add postprocessor for converting subtitles (closes #4954)Jaime Marquínez Ferrándiz
2015-01-23[youtube] Fixup DASH m4a headersPhilipp 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 declarativePhilipp 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 checkPhilipp 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 givenPhilipp Hagemeister
2014-08-24Moved from os.system to subprocess.callmcd1992
2014-08-24Implemented --exec option.mcd1992
2014-03-26fix ffmpeg error, if youtube-dl runs more than once with --embed-thumbnail ↵pulpe
with same video
2014-03-26add post processorpulpe
2014-01-07Split postprocessor package into multiple modulesPhilipp Hagemeister
2014-01-07Move postprocessor into its own packagePhilipp Hagemeister