- 26 Oct, 2016 4 commits
-
-
Sergey M․ authored
-
Sergey M․ authored
-
Sergey M․ authored
-
Remita Amine authored
-
- 25 Oct, 2016 2 commits
- 24 Oct, 2016 10 commits
-
-
Sergey M․ authored
-
Sergey M․ authored
[ci skip]
-
Sergey M․ authored
-
Thor77 authored
-
Sergey M․ authored
-
Sergey M․ authored
-
Sergey M․ authored
-
Zhong Jianxin authored
-
Sergey M․ authored
-
Yen Chi Hsuan authored
-
- 23 Oct, 2016 4 commits
-
-
Yen Chi Hsuan authored
-
Sergey M․ authored
-
Sergey M․ authored
-
Sergey M․ authored
-
- 22 Oct, 2016 5 commits
-
-
Sergey M․ authored
-
Yen Chi Hsuan authored
-
Yen Chi Hsuan authored
-
Yen Chi Hsuan authored
-
John Hawkinson authored
When doing version probes for ffmpeg, do the equivalent of calling it as: ffmpeg -version <&- Where <&- is shell syntax for closing stdin before calling the program. This is roughly equivalent to </dev/null without actually opening /dev/null. This prevents ffmpeg -version from hanging when run in the background. Fixes #955. The reason is that ffmpeg tries to manipulate stdin to set up terminal characteristic, and that causes the kernel to suspend the parent process (youtube-dl). Note that closing stdin is achieved by calling subprocess.Popen() with stdin set to subprocess.PIPE and without passing any input to Popen.communicate(). This is somewhat subtle.
-
- 20 Oct, 2016 8 commits
-
-
Sergey M․ authored
-
Sergey M․ authored
-
Sergey M․ authored
-
Sergey M․ authored
-
Sergey M․ authored
-
Sergey M․ authored
-
Sergey M․ authored
-
Yen Chi Hsuan authored
This reverts commit 7360db05. 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.
-
- 19 Oct, 2016 7 commits
-
-
Yen Chi Hsuan authored
-
Yen Chi Hsuan authored
[openload] Fix extraction.
-
Kacper Michajłow authored
Fixes #10408
-
Remita Amine authored
-
remitamine authored
[adobepass] Add Comcast
-
Remita Amine authored
-
Sergey M․ authored
-