aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/postprocessor/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* [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