about summary refs log tree commit diff
path: root/youtube_dl/postprocessor/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Add fixup for media files produced by HlsNative downloader(fixes #4776)remitamine2016-03-011-0/+2
* Forgot to clean the remains of classpulpe2015-04-241-2/+0
* [embedthumbnail] Add support for mp3 cover embeddingpulpe2015-04-241-2/+2
* Add metadata from title parserphiresky2015-03-141-0/+2
* Add postprocessor for converting subtitles (closes #4954)Jaime Marquínez Ferrándiz2015-02-281-0/+2
* [youtube] Fixup DASH m4a headersPhilipp Hagemeister2015-01-231-0/+2
* [youtube|ffmpeg] Automatically correct video with non-square pixels (Fixes #4...Philipp Hagemeister2015-01-101-0/+2
* [YoutubeDL] Make postprocessors declarativePhilipp Hagemeister2014-12-151-2/+7
* [test_unicode_literals] Arm unicode_literals checkPhilipp Hagemeister2014-11-261-0/+1
* [YoutubeDL] Output avconv/ffmpeg versions if -v is givenPhilipp Hagemeister2014-10-261-5/+7
* Moved from os.system to subprocess.callmcd19922014-08-241-2/+2
* Implemented --exec option.mcd19922014-08-241-0/+2
* fix ffmpeg error, if youtube-dl runs more than once with --embed-thumbnail wi...pulpe2014-03-261-2/+2
* add post processorpulpe2014-03-261-0/+4
* Split postprocessor package into multiple modulesPhilipp Hagemeister2014-01-071-638/+16
* Move postprocessor into its own packagePhilipp Hagemeister2014-01-071-0/+640