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

[WIP] Set up a Rust native version of Hardsubx context and rewrite hardsubx.c #1458

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

Commits on Oct 31, 2022

  1. Set up a Rust native version of Hardsubx context

    - constructor function (new) made that takes options as argument [this will replace init_hardsubx]
    - default function for hardsubx context
    - default function for cc_subtitle
    shashwat1002 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    f3b331b View commit details
    Browse the repository at this point in the history
  2. format fixes

    shashwat1002 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    a3fd49c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. clippy changes

    shashwat1002 committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    0935934 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    6e378e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc56463 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    304d1c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58f6334 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c56b24 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d4083f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2465d1e View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    3f78241 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b86b053 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9b491d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0d3888 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    508d1a7 View commit details
    Browse the repository at this point in the history
  6. commit Cargo Lock

    shashwat1002 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    2c3f14d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e7d013 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    17f880b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1113961 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    94b7372 View commit details
    Browse the repository at this point in the history
  11. remove dead code

    shashwat1002 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    2915e9e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f0f4d6f View commit details
    Browse the repository at this point in the history
  13. clippy changes

    shashwat1002 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    1cb7606 View commit details
    Browse the repository at this point in the history
  14. style fixes

    shashwat1002 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    4410676 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d44579a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2f14d28 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    d3d8ef6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e96265 View commit details
    Browse the repository at this point in the history
  3. add conditional

    shashwat1002 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    d32533e View commit details
    Browse the repository at this point in the history
  4. style fixes

    shashwat1002 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    ceeff56 View commit details
    Browse the repository at this point in the history