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

[FIX] Initialize data structures for the rust CEA-708 decoder and correct Dtvcc #1618

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    2a1fce5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05c6a2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af23301 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92cc3c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9215f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fce9fcf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8a2660 View commit details
    Browse the repository at this point in the history
  8. fix: rust build

    IshanGrover2004 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1ce5ad4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cf2a335 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6cb6f6e View commit details
    Browse the repository at this point in the history
  11. fix: Double free issue

    read consumes the dtvcc struct resulting the pointer drops immediately
    which we don't want
    IshanGrover2004 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e8cf6ae View commit details
    Browse the repository at this point in the history
  12. refactor: Convert some portion of code to rust

    Code contains flushing the active decoders of `dtvcc_rust`
    IshanGrover2004 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3f2d2f2 View commit details
    Browse the repository at this point in the history
  13. refactor: Convert some portion of code to rust

    Code contains flushing the active decoders of `dtvcc_rust`
    IshanGrover2004 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e1ca3a6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f8160d7 View commit details
    Browse the repository at this point in the history
  15. chore: Clippy fixes

    IshanGrover2004 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4c50f43 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7a7471c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    609c4d0 View commit details
    Browse the repository at this point in the history
  18. Fix memory leaks

    PunitLodha authored and IshanGrover2004 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    991de14 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    294b9d9 View commit details
    Browse the repository at this point in the history