Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P PyAV
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 37
    • Issues 37
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 26
    • Merge requests 26
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PyAV
  • PyAV
  • Wiki
  • TODO general

TODO general · Changes

Page history
Updated TODO general (markdown) authored Nov 01, 2019 by Mike Boers's avatar Mike Boers
Show whitespace changes
Inline Side-by-side
TODO-general.md
View page @ 6dc26b10
......@@ -12,3 +12,25 @@
- Auto flushing/muxing of streams.
Perhaps `stream.encode_and_mux(frame)` is a new API that would take responsibility. We would have to assert that you don't blend the two of them.
- Planes increase the buffer refcounts instead of holding onto frame reference (via `av_frame_get_plane_buffer`).
- Auto sdist and upload after a successful test when there is a tag
- TWINE_USERNAME and TWINE_PASSWORD secrets/envvars
- build caching?
- idea 1: rsync to my server
- idea 2: zip to my server via SSH
- How to stuff a SSH key into a secret: https://www.webfactory.de/blog/use-ssh-key-for-private-repositories-in-github-actions
- secrets: https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables
- make pyav user on one of my servers that can only do this stuff; can it be chrooted?
- try to download cache for the branch, and then develop
- ssh pyav.mikeboers.com 'cat > cache/$BRANCH/docs.zip' < docs.zip
- wget cache.pyav.mikeboers.com/$BRANCH.docs.zip
- should I have one which does the sdist, and then the rest compile that?
doesn't really seem like it would save much time TBH.
cached-build (--get|--put) [--etag FOO] name directory
\ No newline at end of file
Clone repository
  • GitHub Actions
  • Home
  • TODO Filters
  • TODO HWAccel
  • TODO _unsorted
  • TODO docs
  • TODO general
  • TODO time