Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TheAMM/mpv_crop_script
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.0
Choose a base ref
...
head repository: TheAMM/mpv_crop_script
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.0
Choose a head ref
  • 7 commits
  • 7 files changed
  • 1 contributor

Commits on Nov 13, 2017

  1. asscropper.lua: Tie handle size to screen instead of video

    Previously the crop box handles would scale with the window (video).
    This will keep the handles a constant size, no matter the display size.
    TheAMM committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    6c856e1 View commit details
    Browse the repository at this point in the history
  2. asscropper.lua: Restrict crop within video properly

    Previously user could start the crop outside video bounds
    if they forced a window size and clicked on the letterboxing.
    TheAMM committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    1856fb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2f3ce6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76a4280 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a38780c View commit details
    Browse the repository at this point in the history
  6. Add versioning!

    TheAMM committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    e53b294 View commit details
    Browse the repository at this point in the history
  7. Ensure crop is not 0x0

    TheAMM committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    33aac74 View commit details
    Browse the repository at this point in the history
Loading