Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make mp4 parsing **a lot** faster & tremendously lower memory overhead #7860

Merged
merged 13 commits into from
Oct 22, 2024

Commits on Oct 22, 2024

  1. don't copy mp4 data

    jprochazk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e24d9a1 View commit details
    Browse the repository at this point in the history
  2. fix frames example

    jprochazk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9b7c972 View commit details
    Browse the repository at this point in the history
  3. fix lint + add comment

    jprochazk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ef01c8e View commit details
    Browse the repository at this point in the history
  4. video_data -> video_blob

    jprochazk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ffdd963 View commit details
    Browse the repository at this point in the history
  5. video_data -> video_blob

    jprochazk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    da12cd3 View commit details
    Browse the repository at this point in the history
  6. add benchmark

    jprochazk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f735952 View commit details
    Browse the repository at this point in the history
  7. make it a thing

    jprochazk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    800ad13 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d9d235f View commit details
    Browse the repository at this point in the history
  9. update rev

    jprochazk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7e3bdf1 View commit details
    Browse the repository at this point in the history
  10. fix lint

    jprochazk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c02b1ef View commit details
    Browse the repository at this point in the history
  11. run benches under pixi

    jprochazk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6fedb6f View commit details
    Browse the repository at this point in the history
  12. wrong lint name

    jprochazk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    562a7ab View commit details
    Browse the repository at this point in the history
  13. less bad

    jprochazk committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ad4afc1 View commit details
    Browse the repository at this point in the history