summaryrefslogtreecommitdiffstats
path: root/youtube_dl/postprocessor/embedthumbnail.py
Commit message (Expand)AuthorAgeFilesLines
* [postprocessor/embedthumbnail] Skip embedding when there aren't any thumbnailsAndrew Udvare2018-02-251-1/+2
* Revert "[postprocessor/embedthumbnail] Allow mkv to embed thumbnails"Yen Chi Hsuan2016-10-201-1/+1
* Unify coding cookieDéstin Reed2016-10-031-1/+1
* [postprocessor/embedthumbnail] Allow mkv to embed thumbnailsYen Chi Hsuan2016-02-211-1/+1
* [postprocessor/embedthumbnail] Skipping if thumbnail file missingYen Chi Hsuan2015-06-181-0/+5
* [postprocessor/embedthumbnail] embed mp4 too (fixes #5840)pulpe2015-05-291-2/+2
* [postprocessor/embedthumbnail] Encode arguments in calling AtomicParsleyYen Chi Hsuan2015-05-141-1/+7
* [postprocessor/embedthumbnail] Use run_ffmpeg_multiple_filesYen Chi Hsuan2015-05-141-2/+2
* [postprocessor/embedthumbnail] Use thumbnails downloaded by YoutubeDLYen Chi Hsuan2015-05-141-11/+12
* [postprocessor/embedthumbnail] Fix mp3 embedding with avconv (fixes #5526)pulpe2015-04-251-1/+2
* [postprocessor/embedthumbnail] Style fixJaime Marquínez Ferrándiz2015-04-241-1/+2
* [embedthumbnail] use FFmpegPostProcessor for mp3pulpe2015-04-241-15/+6
* [embedthumbnail] Add support for mp3 cover embeddingpulpe2015-04-241-0/+87