index
:
hypervideo-pre.git
master
Pre-build of hypervideo
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
yt_dlp
/
postprocessor
Commit message (
Expand
)
Author
Age
Files
Lines
*
[EmbedThumbnail] Prefer AtomicParsley over ffmpeg if available
pukkandan
2021-12-27
1
-33
/
+38
*
[ThumbnailsConvertor] Fix for when there are no thumbnails
pukkandan
2021-12-27
1
-3
/
+3
*
[ffmpeg] Fix position of `--ppa`
pukkandan
2021-12-25
1
-2
/
+2
*
[cleanup] Misc cleanup
pukkandan
2021-12-23
1
-1
/
+1
*
[dash,youtube] Download live from start to end (#888)
The Hatsune Daishi
2021-12-20
3
-4
/
+14
*
[postprocessor/ffmpeg] Always add `faststart`
pukkandan
2021-12-20
1
-6
/
+5
*
[SponsorBlock] Add Filler and Highlight categories (#1664)
Nil Admirari
2021-12-09
2
-5
/
+13
*
[EmbedSubtitle] Disable duration check temporarily
pukkandan
2021-12-02
1
-0
/
+6
*
[cleanup Fix some typos
pukkandan
2021-12-01
1
-8
/
+5
*
[cleanup] Add deprecation warnings
pukkandan
2021-11-29
5
-6
/
+37
*
[cleanup] Misc cleanup
pukkandan
2021-11-29
1
-2
/
+2
*
[EmbedSubtitles] Slightly relax duration check
pukkandan
2021-11-27
2
-23
/
+23
*
[FixupM3u8] Fixup MPEG-TS in MP4 container
pukkandan
2021-11-27
1
-2
/
+13
*
[ExtractAudio] Support `alac`
pukkandan
2021-11-19
1
-16
/
+28
*
Add option `--embed-info-json` to embed info-json in mkv
pukkandan
2021-11-15
1
-12
/
+35
*
Add compat-option embed-metadata
pukkandan
2021-11-15
1
-0
/
+3
*
[ExtractAudio] Fix conversion to `wav`
pukkandan
2021-11-13
1
-4
/
+1
*
[cleanup] minor fixes
pukkandan
2021-11-10
1
-2
/
+3
*
[ffmpeg] Detect libavformat version for `aac_adtstoasc`
pukkandan
2021-11-04
1
-1
/
+9
*
[ffmpeg] Accurately detect presence of setts
pukkandan
2021-11-04
1
-4
/
+6
*
[ExtractAudio] Use `libfdk_aac` if available
CrypticSignal
2021-11-04
1
-1
/
+6
*
[ffmpeg] Framework for feature detection
pukkandan
2021-11-04
1
-36
/
+43
*
[ExtractAudio] Rescale --audio-quality correctly
pukkandan
2021-11-04
1
-14
/
+23
*
[downloader/ffmpeg] Fix vtt download with ffmpeg
pukkandan
2021-10-26
1
-0
/
+1
*
[SponsorBlock] Obey `extractor-retries` and `sleep-requests`
pukkandan
2021-10-22
1
-10
/
+23
*
Don't create console for subprocesses on Windows (#1261)
pukkandan
2021-10-20
3
-14
/
+12
*
[ModifyChapters] Do not mutate original chapters (#1322)
Nil Admirari
2021-10-19
1
-4
/
+6
*
[ModifyChapters] Allow removing sections by timestamp
pukkandan
2021-10-18
1
-2
/
+11
*
[EmbedMetadata] Allow overwriting all default metadata
pukkandan
2021-10-18
1
-11
/
+10
*
[downloader] Fix slow progress hooks
pukkandan
2021-10-16
1
-6
/
+7
*
[Merger] Do not add `aac_adtstoasc` to non-hls audio
pukkandan
2021-10-11
1
-1
/
+2
*
Revert "[ffmpeg] Set max probesize to workaround AAC HLS stream issues (#1109)"
pukkandan
2021-10-10
1
-1
/
+1
*
[downloader/ffmpeg] Fix bug in initializing `FFmpegPostProcessor`
pukkandan
2021-10-10
1
-3
/
+1
*
Improved progress reporting (See desc) (#1125)
pukkandan
2021-10-09
3
-6
/
+63
*
[EmbedSubtitle, SubtitlesConvertor] Fix error when subtitle file is missing
pukkandan
2021-10-04
1
-1
/
+4
*
[docs,cleanup] Some minor refactoring and improve docs
pukkandan
2021-09-30
2
-19
/
+18
*
[postprocessor] Add plugin support
pukkandan
2021-09-30
1
-33
/
+11
*
[embedsubtitle] Fix error when duration is unknown
pukkandan
2021-09-30
1
-1
/
+1
*
[ffmpeg] Set max probesize to workaround AAC HLS stream issues (#1109)
shirt
2021-09-28
1
-1
/
+1
*
[xattr] bugfix for b19404591a8ad4d0c7e962931ea809221e3f0b8e
pukkandan
2021-09-24
1
-0
/
+1
*
Separate the options `--ignore-errors` and `--no-abort-on-error`
pukkandan
2021-09-24
3
-5
/
+4
*
bugfix for a21e0ab1a1a03f82517cd8cec4b9a2b4d6b81ac3
pukkandan
2021-09-23
1
-1
/
+3
*
[ffmpeg] Add `aac_adtstoasc` when merging if needed
pukkandan
2021-09-22
1
-1
/
+3
*
[SponsorBlock] Improve merge algorithm (#999)
Nil Admirari
2021-09-19
1
-36
/
+39
*
[ModifyChapters] fixes (See desc)
pukkandan
2021-09-04
2
-13
/
+27
*
Native SponsorBlock implementation and related improvements (#360)
Nil Admirari
2021-09-02
5
-49
/
+559
*
[EmbedSubtitle] Continue even if some files are missing
pukkandan
2021-09-01
1
-0
/
+3
*
Use `os.replace` where applicable (#793)
Paul Wrubel
2021-08-27
3
-13
/
+6
*
[downloader/ffmpeg] Allow passing custom arguments before -i
pukkandan
2021-08-24
1
-13
/
+4
*
Fix bug during subtitle conversion
pukkandan
2021-08-15
1
-1
/
+1
[next]