Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [postprocessor/embedthumbnail] Fix issues (closes #25717) | Sergey M․ | 2020-09-14 | 1 | -21/+32 |
| | | | | | * Fix WebP with wrong extension processing * Fix embedding of thumbnails with % character in path | ||||
* | [postprocessor/embedthumbnail] Add support for non jpeg/png thumbnails ↵ | Alex Merkel | 2020-09-14 | 1 | -0/+22 |
| | | | | (closes #25687) | ||||
* | [postprocessor/embedthumbnail] Skip embedding when there aren't any thumbnails | Andrew Udvare | 2018-02-25 | 1 | -1/+2 |
| | |||||
* | Revert "[postprocessor/embedthumbnail] Allow mkv to embed thumbnails" | Yen Chi Hsuan | 2016-10-20 | 1 | -1/+1 |
| | | | | | | | | | | | | This reverts commit 7360db05b43741c2dfa1fd024e9c2f013ed97c9e. This commit was added as an attempt to fix #6046. Unfortunately, the fix is completely wrong. As reported on #10359, embedded thumbnails are not displayed in VLC, and Se7en on IRC reports that the embedded thumbnail misleads mpv as well. The correct way is using -attachment of ffmpeg, while the current run_ffmpeg_multiple_files API can't handle it cleanly. | ||||
* | Unify coding cookie | Déstin Reed | 2016-10-03 | 1 | -1/+1 |
| | |||||
* | [postprocessor/embedthumbnail] Allow mkv to embed thumbnails | Yen Chi Hsuan | 2016-02-21 | 1 | -1/+1 |
| | | | | Fixes #6046 | ||||
* | [postprocessor/embedthumbnail] Skipping if thumbnail file missing | Yen Chi Hsuan | 2015-06-18 | 1 | -0/+5 |
| | | | | Fixes #5996 | ||||
* | [postprocessor/embedthumbnail] embed mp4 too (fixes #5840) | pulpe | 2015-05-29 | 1 | -2/+2 |
| | |||||
* | [postprocessor/embedthumbnail] Encode arguments in calling AtomicParsley | Yen Chi Hsuan | 2015-05-14 | 1 | -1/+7 |
| | |||||
* | [postprocessor/embedthumbnail] Use run_ffmpeg_multiple_files | Yen Chi Hsuan | 2015-05-14 | 1 | -2/+2 |
| | |||||
* | [postprocessor/embedthumbnail] Use thumbnails downloaded by YoutubeDL | Yen Chi Hsuan | 2015-05-14 | 1 | -11/+12 |
| | |||||
* | [postprocessor/embedthumbnail] Fix mp3 embedding with avconv (fixes #5526) | pulpe | 2015-04-25 | 1 | -1/+2 |
| | |||||
* | [postprocessor/embedthumbnail] Style fix | Jaime Marquínez Ferrándiz | 2015-04-24 | 1 | -1/+2 |
| | |||||
* | [embedthumbnail] use FFmpegPostProcessor for mp3 | pulpe | 2015-04-24 | 1 | -15/+6 |
| | |||||
* | [embedthumbnail] Add support for mp3 cover embedding | pulpe | 2015-04-24 | 1 | -0/+87 |