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

Renaming methods, parameters and variables for increased usability, consistency and readability #1170

Merged
merged 19 commits into from
Oct 8, 2020

Commits on Apr 29, 2020

  1. Initial commit

    tburrows13 committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    58fba21 View commit details
    Browse the repository at this point in the history
  2. More updates

    tburrows13 committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    e0835b1 View commit details
    Browse the repository at this point in the history
  3. More updates (2)

    tburrows13 committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    279efd8 View commit details
    Browse the repository at this point in the history
  4. Finish fx; apply black

    tburrows13 committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    86dd026 View commit details
    Browse the repository at this point in the history
  5. Almost finished

    tburrows13 committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    5d6b34a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3182dc1 View commit details
    Browse the repository at this point in the history
  7. Fix errors

    tburrows13 committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    f6f69a9 View commit details
    Browse the repository at this point in the history
  8. Finished half of tools/

    tburrows13 committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    62de7b9 View commit details
    Browse the repository at this point in the history
  9. Ready for PR

    tburrows13 committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    e82082a View commit details
    Browse the repository at this point in the history
  10. Apply Black

    tburrows13 committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    1837aa4 View commit details
    Browse the repository at this point in the history
  11. Update subtitles.py

    tburrows13 committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    ef22a1c View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Merge branch 'master' into improve-naming

    # Conflicts:
    #	docs/getting_started/quick_presentation.rst
    #	moviepy/Clip.py
    #	moviepy/audio/fx/audio_loop.py
    #	moviepy/audio/tools/cuts.py
    #	moviepy/decorators.py
    #	moviepy/tools.py
    #	moviepy/video/VideoClip.py
    #	moviepy/video/compositing/CompositeVideoClip.py
    #	moviepy/video/compositing/concatenate.py
    #	moviepy/video/compositing/transitions.py
    #	moviepy/video/fx/loop.py
    #	moviepy/video/fx/make_loopable.py
    #	moviepy/video/fx/margin.py
    #	moviepy/video/fx/mask_color.py
    #	moviepy/video/fx/resize.py
    #	moviepy/video/fx/rotate.py
    #	moviepy/video/fx/supersample.py
    #	moviepy/video/fx/time_mirror.py
    #	moviepy/video/io/VideoFileClip.py
    #	moviepy/video/io/ffmpeg_reader.py
    #	moviepy/video/io/ffmpeg_tools.py
    #	moviepy/video/io/ffmpeg_writer.py
    #	moviepy/video/io/gif_writers.py
    #	moviepy/video/io/sliders.py
    #	moviepy/video/tools/credits.py
    #	moviepy/video/tools/cuts.py
    #	moviepy/video/tools/drawing.py
    #	moviepy/video/tools/segmenting.py
    #	moviepy/video/tools/subtitles.py
    #	moviepy/video/tools/tracking.py
    #	tests/test_fx.py
    tburrows13 committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    9714fd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eab150c View commit details
    Browse the repository at this point in the history
  3. Fix more undefined names

    tburrows13 committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    65c5cdd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01f6ae9 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. Configuration menu
    Copy the full SHA
    f90f0de View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. with_filter, with_time_filter, with_image_filter -> transform

    …, `time_transform`, `image_transform`
    tburrows13 committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    ae33e7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ffac4a View commit details
    Browse the repository at this point in the history
  3. Correct 2 missing changes

    tburrows13 committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    d25741d View commit details
    Browse the repository at this point in the history