-
Update readme.
-
Add error for raw YUV files.
-
Remove deprecated methods.
-
Add dist-delay option.
-
Add encoding to setup.py for windows compat.
-
Add encoding to setup.py for windows compat.
-
Check for existing files before running.
-
Fix executable name in CLI help, again.
-
Allow overriding temp dir.
-
Fix executable name in CLI help.
-
Link to VMAF docs.
-
Fix formatting.
-
Update README with more features.
-
Add warning for same file input, fixes #59.
-
Update contributors.
- Fix readme example, fixes #58.
-
Update README and docs.
-
Remove stalebot.
-
Update README.
-
Fix keep-tmp option.
-
Update docker instructions.
-
Fix github workflows.
-
Add workflow badge.
-
Update python metadata, remove old console script.
-
Minor code formatting.
-
Add github workflows.
-
Fix type error.
-
Remove MANIFEST.in.
-
Fix API import.
-
Sort imports.
- Fix finding version in setup.py.
-
Format with black.
-
Improve types.
-
Improve typing support.
-
Add contributor manually.
-
Docs: update .all-contributorsrc [skip ci]
-
Docs: update README.md [skip ci]
-
Docs: update .all-contributorsrc [skip ci]
-
Docs: update README.md [skip ci]
-
Docs: create .all-contributorsrc [skip ci]
-
Docs: update README.md [skip ci]
-
Add contributors template.
-
Fix VMAF model path error on Windows, fixes #42.
-
Fix flaky tests.
-
Fix AVTB setting, see #39.
-
Fix default docker image name.
-
Fix docs link.
-
Add explicit return type for calculate() function.
-
Decrease max width of args, update README.
-
Update tests.
-
Support for VMAF 2.0 only.
-
Update copyright.
-
Remove warning for libvmaf in johnvansickle builds.
-
Use latest linux build instead of release builds.
-
Update docs.
-
Update README.
-
Remove unneeded warning.
-
Print stdout on error to help with debugging.
-
Reomve underline from log.
-
Add better logging capabilities.
-
Normalize time base for comparison.
-
Fix default model path selection for VMAF.
-
Update test vector values.
-
Filter out LICENSE in model path.
-
Fix detection of libvmaf model dir, fixes #34.
-
Re-add old PKL models.
-
Make docker a bit more quiet.
-
Add option to keep temporary files.
-
Always pick latest dockerfile version for docker_run script.
-
Improve dockerfile build.
-
Create FUNDING.yml.
-
Update badge link.
- Add python_requires to setup.py.
- Fix README.
- Fix README.
-
Change CLI syntax, add VIF filter.
Move CLI syntax to a more flexible format for selecting metrics. This is not backwards-compatible, so a major release. Add the VIF filter.
-
Fix bug if VMAF is the only metric.
-
Update docs.
-
Update docs.
-
Deprecate old API.
-
Add single calc() function, fixes #32.
-
Add dev requirements.
-
Explicitly call VMAF model in test.
-
Support Python 3.9.
-
Fix flake8 errors.
-
Simplify VMAF function.
-
Detect available filters.
-
Note how to update docs.
-
Update docs.
-
Remove release script.
-
Update ffmpeg-progress-yield requirement.
-
Format setup.py.
- Add missing CLI option to readme.
- Fix long description content type.
-
Add progress bar, fixes #12.
-
Add vscode to gitignore.
-
Add VMAF unit test.
-
Improve README.
- Fix setup.py file.
-
Allow top-level import.
-
Update badge URL.
-
Update changelog format, release script.
-
Fix docs link, again.
- Improve VMAF model selection, fixes #30.
-
Fix readme.
-
Fix docs link.
-
Add API docs.
-
Convert into library, fixes #29.
-
Do not freeze pandas requirement, it does not matter.
-
Improve help output from docker_run.sh.
-
Update Dockerfile to use static build.
-
Add a note for Homebrew users.
-
Fix possibly unbound variables.
-
Remove unused variable.
-
Improve default model file lookup; minor style fixes.
-
[libvmaf] use vmaf_models/vmaf_v0.6.1.json by default.
-
Include the model files.
-
Add model files.
-
Detect whether used ffmpeg is from Homebrew.
-
Add placeholder and instructions for model path, addresses #19.
-
Change n_threads to int, minor fixes.
-
Remove program name.
-
Remove a duplicate line.
-
No need to include the default value in the help msg as ArgumentDefaultsHelpFormatter takes care of this.
-
Add option to set the value of libvmaf's n_threads option.
-
Document threads option.
-
Change default threads to 0.
-
Added option for selecting number of threads (#26)
-
Added option for selecting number of threads
-
convert threads to str
-
change default threads CLI arg to int
-
-
Remove color support.
-
Merge pull request #24 from slhck/fix-windows-paths.
fix Windows paths, fixes #23
-
Fix Windows paths, fixes #23.
-
Do not try to convert while getting fps, addresses #22.
-
Add colorama support for Windows ANSI escapes, fixes #21.
-
Properly handle dry run, fixes #20.
- Update readme, fixes #18.
-
Merge pull request #16 from dpasqualin/issue_15.
Closes #15: fix 'print_stderr' is not defined
-
Closes #15: fix 'print_stderr' is not defined.
-
Improve readme.
- Improve warnings and messages, add -r parameter.
-
Merge pull request #14 from BassThatHertz/master.
Prevent users on Windows from seeing an "UnboundLocalError"
-
Add sys.exit(1) to prevent users on Windows from seeing "UnboundLocalError: local variable 'model_path' referenced before assignment"
-
Set PTS and framerate for input files.
-
Apply black formatting.
- Add global statistics, fixes #13.
- Apply windows path modifications to VMAF model.
-
Update Dockerfile Homebrew tag.
-
Update README.
-
Show error if using Windows and VMAF, fixes #10.
-
Update test values, add almost equal comparison.
-
Remove unused import.
-
Remove unused import.
-
Show all commits in release.
-
Check for brew before setting model path, fixes #9.
-
Update release script.
-
Rename CHANGELOG.
-
Version bump to 0.3.8.
-
Compatibility with python 3.8.
-
Version bump to 0.3.7.
-
Change image to official homebrew/brew.
-
Pin pandas.
-
Version bump to 0.3.6.
-
Fix string.
-
Version bump to 0.3.5.
-
Switch Homebrew tap.
-
Fix Dockerfile.
-
Version bump to 0.3.4.
-
Clarify instructions.
-
Merge pull request #7 from cdgriffith/development.
Windows fixes
-
Fixing windows path issue for ffmpeg Fixing VMAF model automatic finding via brew broken for windows.
-
Version bump to 0.3.3.
-
Add missing pandas dependency.
-
Fix dockerfile entry point, fixes #4.
-
Version bump to 0.3.2.
-
Fix python compatibility.
-
Remove old python script.
-
Update gitignore.
-
Add PyPI badge.
-
Version bump to 0.3.1.
-
Fix URL and description in setup file.
-
Version bump to 0.3.
-
Make a package.
-
Version bump to 0.2.
-
Add input file paths to output.
-
Update README.md.
-
Update readme.
explain simple usage
-
Update readme.
-
Version bump to 0.1.2.
-
Simplify lookup of latest share path.
-
Fix README.
-
Version bump to 0.1.1.
-
Add initial version.
-
WIP: add VMAF.
-
Fix entrypoint.
-
Add Dockerfile.
-
Fix program name.
-
Return stdout/stderr.
-
Error handling for empty data.
-
Add verbose/dry flags.
-
Add choice for scaling algos.
-
Initial commit.