about summary refs log tree commit diff stats
path: root/crates/libmpv2/libmpv2-sys/src (unfollow)
Commit message (Expand)Author
2025-07-18test(crates/yt/tests/_testenv): Store `Child`s instead of PIDsBenedikt Peetz
2025-07-18perf(crates/yt/db/extractor_hash/realize): Allow passing in a `all_hashes`Benedikt Peetz
2025-07-18fix(crates/yt/config): Ensure that the download_dir is createdBenedikt Peetz
2025-07-18test(crates/yt/tests/_testenv::init): Use appropriate atomic u64 typeBenedikt Peetz
2025-07-18fix(crates/yt): **Always** honor the `config.global.display_colors` config se...Benedikt Peetz
2025-07-18chore(crates/yt/Cargo.toml): Add `pretty-assertions` for testsBenedikt Peetz
2025-07-18feat(crates/yt): Separate all commands from their implementation codeBenedikt Peetz
2025-07-15test(crates/yt): Add basic integration testsBenedikt Peetz
2025-07-15fix(crates/yt/select): Correctly open the persistent file in `select split`Benedikt Peetz
2025-07-15feat(crates/yt/select): Print the currently processed line as progressBenedikt Peetz
2025-07-15fix(crates/yt): Add stuff that was missedBenedikt Peetz
2025-07-15feat(crates/yt/watch): Make the time between watch progress saves configurableBenedikt Peetz
2025-07-15refactor(crates/yt/config): Always use imported paths in config decBenedikt Peetz
2025-07-15feat(crates/yt/update): Make the concurrency configurableBenedikt Peetz
2025-07-15fix(crates/yt/cli): Use the correct `--plackback-speed` option nameBenedikt Peetz
2025-07-15feat(crates/yt/subscribe): Support a `--no-check` argumentBenedikt Peetz
2025-07-15feat(crates/yt): Support a `--format` argument for most commands with outputBenedikt Peetz
2025-07-15fix(crates/yt/update): Remove the `--grouped` update supportBenedikt Peetz
2025-07-15feat(crates/yt/watch): Support `--headless` and `--provide-ipc-socket` flagsBenedikt Peetz
2025-07-15refactor(crates/yt/comments): Remove dead codeBenedikt Peetz
2025-07-15fix(crates/yt/downloader): Correctly treat the download as blockingBenedikt Peetz
2025-07-15refactor(crates/yt): Allow `missing_panic_docs` and use expectBenedikt Peetz
2025-07-15refactor(crates/yt/download/progress_hook): Use `json_{get,cast}` and owu-colorsBenedikt Peetz
2025-07-15refactor(crates/yt): Use the new storage layerBenedikt Peetz
2025-07-14fix(crates/yt/storage/migrate): Merge the `videos` and `video_options` tablesBenedikt Peetz
2025-07-14feat(crates/yt/storage): Migrate inserts to operations and use methodsBenedikt Peetz
2025-07-10refactor(crates/yt): Make every `pub` item `pub(crate)`Benedikt Peetz
2025-07-10docs(crates/libmpv2): Correctly format doc-testBenedikt Peetz
2025-07-10build(Cargo.toml): Update to include new changesBenedikt Peetz
2025-07-10build(Cargo.lock): UpdateBenedikt Peetz
2025-07-10build(.envrc): Set the `PYO3_PYTHON` variable againBenedikt Peetz
2025-07-10refactor(crates/yt/config): Use a macro to generate the config parsing codeBenedikt Peetz
2025-07-10refactor(crates/yt_dlp): Port to `pyo3` againBenedikt Peetz
2025-07-10refactor(crates/bytes): Move into ytBenedikt Peetz
2025-07-10build(.cargo/cargo.toml): Remove pointless `PYO3_PATH`Benedikt Peetz
2025-06-28chore(version): v1.7.1 v1.7.1Benedikt Peetz
2025-06-28fix(yt/subscribe): Don't hard-error on failed subscribe, if it was not specifiedBenedikt Peetz
2025-06-28fix(yt/{subscribe,storage/subscriptions}): Fix more instances of the capitali...Benedikt Peetz
2025-06-28build(nix/package): Update the git hashes after the updateBenedikt Peetz
2025-06-28build(nix/package): Add all required files to the src allow listBenedikt Peetz
2025-06-28chore(yt_dlp/package_hacks): Add missing license headersBenedikt Peetz
2025-06-28chore(yt/storage/video_database/set): Apply some of clippy's suggestionsBenedikt Peetz
2025-06-28fix(yt/select/split): Also use persist the selection fileBenedikt Peetz
2025-06-28fix(yt/select/cmds/add): Use the correct names for the download typeBenedikt Peetz
2025-06-28fix(yt/select/cmds/add): Don't print the title as value, cast it firstBenedikt Peetz
2025-06-28fix(yt/download/progress_hook): Remove superfluous apostrophesBenedikt Peetz
2025-06-28build({flake,Cargo}.lock): UpdateBenedikt Peetz
2025-06-28fix(yt_dlp): Polyfill missing rustpython features used in urllib3Benedikt Peetz
2025-06-28build({nix,flake}): Add missing buildInputsBenedikt Peetz
2025-06-28revert: "build(treewide): Update"Benedikt Peetz