An open API service for providing issue and pull request metadata for open source projects.

GitHub / akamhy/videohash issues and pull requests

#114 - V3.2.1

Pull Request - State: closed - Opened by Demmenie about 1 year ago

#113 - compare many videos in a database

Issue - State: open - Opened by mishav78 about 1 year ago - 3 comments

#111 - The updated version of Pillow doesn't support 'ANTIALIA'. So I simply replaced it.

Pull Request - State: open - Opened by pritamsay over 1 year ago - 1 comment

#109 - Image.Resampling.LANCZOS instead of Image.ANTIALIAS deprecated in Pillow 10

Pull Request - State: open - Opened by albertopasqualetto almost 2 years ago - 12 comments

#108 - BUG REPORT: AttributeError due to PIL.Image v10+ dropping ANTIALIAS

Issue - State: open - Opened by hagemt almost 2 years ago - 4 comments
Labels: bug

#107 - [Feature Request] Hash based on limited number of frames

Issue - State: open - Opened by c22 about 2 years ago - 2 comments

#106 - ERROR: [generic] None: Unable to download webpage: (caused by URLError('unknown url type: c'))

Issue - State: open - Opened by akamg about 2 years ago - 1 comment
Labels: bug

#105 - [WARNING] False Positive Issues

Issue - State: open - Opened by ziczhu about 2 years ago - 1 comment

#104 - [Feature Request] Command-line interface.

Issue - State: open - Opened by lockywolf about 2 years ago

#103 - Feature Request: serialize and deserialize hash result

Issue - State: closed - Opened by trim21 about 2 years ago - 1 comment
Labels: bug

#102 - Temp folder not freeing up

Issue - State: open - Opened by 96jaco96 over 2 years ago - 2 comments

#100 - Video hashs on vastly different videos yield is_similar() True

Issue - State: open - Opened by christopherwingert over 2 years ago - 1 comment

#99 - Address issue with `subprocess` and `stdint`

Pull Request - State: open - Opened by dale-wahl over 2 years ago - 1 comment

#98 - pyhon subprocess inherits stdin by default and causes ffmpeg to fail

Issue - State: open - Opened by dale-wahl over 2 years ago
Labels: bug

#97 - Added option to not copy video file to save on time for creating hash

Pull Request - State: open - Opened by aryan6969 almost 3 years ago - 1 comment

#96 - Hashing speed issue.

Issue - State: open - Opened by Demmenie almost 3 years ago - 7 comments
Labels: bug

#94 - Hash Collision

Issue - State: open - Opened by MikPisula almost 3 years ago - 6 comments
Labels: bug

#92 - jpeg has a max res limit, for longer videos it's a bug

Pull Request - State: closed - Opened by akamhy about 3 years ago - 1 comment
Labels: bug

#91 - Long Video might fail to maketile due to the jpeg format

Issue - State: closed - Opened by runck about 3 years ago - 3 comments
Labels: bug

#89 - Fix hash collision for videos of same length

Pull Request - State: closed - Opened by akamhy about 3 years ago - 2 comments

#88 - BUG REPORT

Issue - State: closed - Opened by akamhy about 3 years ago - 3 comments
Labels: bug

#86 - add conda-forge

Issue - State: closed - Opened by akamhy over 3 years ago - 1 comment

#84 - run setup.py on windows

Pull Request - State: closed - Opened by akamhy over 3 years ago - 5 comments

#83 - Fix installing on Windows by specifying encoding

Pull Request - State: closed - Opened by step21 over 3 years ago - 3 comments
Labels: bug

#82 - assets host issue

Issue - State: closed - Opened by akamhy over 3 years ago - 9 comments

#77 - download_worst = False

Pull Request - State: closed - Opened by akamhy over 3 years ago - 1 comment

#76 - BUG REPORT - MAKE the -f worst optional

Issue - State: closed - Opened by akamhy over 3 years ago - 5 comments
Labels: bug

#74 - Update README (added credits and useful links), incr version to 2.1.7

Pull Request - State: closed - Opened by akamhy over 3 years ago - 2 comments
Labels: documentation

#72 - created a module videoduration with func video_duration, videoduratio…

Pull Request - State: closed - Opened by akamhy over 3 years ago - 2 comments
Labels: enhancement

#70 - v2.1.5

Pull Request - State: closed - Opened by akamhy over 3 years ago

#69 - param frame_interval exposed to user, default value set to 1 and also…

Pull Request - State: closed - Opened by akamhy over 3 years ago - 1 comment
Labels: documentation, enhancement

#68 - Change Frame Interval

Issue - State: closed - Opened by specky532 over 3 years ago - 3 comments
Labels: good first issue

#67 - add a duration attribute to the videohash objects

Issue - State: closed - Opened by akamhy over 3 years ago - 1 comment
Labels: enhancement

#66 - fix typos in exception names and make all exceptions inherit from the…

Pull Request - State: closed - Opened by akamhy over 3 years ago - 1 comment

#65 - - scipy (as in setup.py)

Pull Request - State: closed - Opened by akamhy over 3 years ago

#64 - suggest --prefer-binary scipy if install fails

Pull Request - State: closed - Opened by akamhy over 3 years ago

#62 - Update __version__.py

Pull Request - State: closed - Opened by akamhy over 3 years ago

#61 - Update README.md

Pull Request - State: closed - Opened by akamhy over 3 years ago

#60 - remove mentions of youtube-dl from the doc strings and comments

Pull Request - State: closed - Opened by akamhy over 3 years ago

#59 - remove youtube-dl from videohash codebase

Pull Request - State: closed - Opened by akamhy over 3 years ago - 1 comment

#58 - cpython 3.10 now supported by videohash

Pull Request - State: closed - Opened by akamhy over 3 years ago - 2 comments

#56 - 2.1.3

Pull Request - State: closed - Opened by akamhy over 3 years ago

#54 - add more trove classifiers, in project_urls added Documentation url, …

Pull Request - State: closed - Opened by akamhy almost 4 years ago - 1 comment

#53 - use f-strings for String interpolation instead of c-style

Pull Request - State: closed - Opened by akamhy almost 4 years ago - 1 comment

#52 - 2.1.2

Pull Request - State: closed - Opened by akamhy almost 4 years ago

#51 - lint and format MarkDown in files CONTRIBUTING.md, DEVELOPMENT.md and…

Pull Request - State: closed - Opened by akamhy almost 4 years ago - 1 comment

#50 - type annotation added along with mypy based testing in the github workflow

Pull Request - State: closed - Opened by akamhy almost 4 years ago - 2 comments

#49 - Detect and crop black bars automatically

Pull Request - State: closed - Opened by akamhy almost 4 years ago - 1 comment

#48 - Write FFmpeg installer for windows in Python 3 (should try if you are good at writing installer for windows)

Issue - State: closed - Opened by akamhy almost 4 years ago - 5 comments
Labels: help wanted

#47 - Crop black bars from video

Issue - State: closed - Opened by akamhy almost 4 years ago

#46 - v2.0.4

Pull Request - State: closed - Opened by akamhy almost 4 years ago

#45 - assets: add logo files

Pull Request - State: closed - Opened by iconolocode almost 4 years ago - 3 comments
Labels: hacktoberfest-accepted

#44 - Update Readme Usage code

Pull Request - State: closed - Opened by akamhy almost 4 years ago - 1 comment

#43 - Design a vector(SVG) logo for this project

Issue - State: closed - Opened by akamhy almost 4 years ago - 8 comments
Labels: hacktoberfest

#42 - Docs: fixed typos and improved grammar

Pull Request - State: closed - Opened by Eddievin almost 4 years ago - 1 comment
Labels: hacktoberfest-accepted

#41 - Improve grammar and fix typo

Issue - State: closed - Opened by akamhy almost 4 years ago - 4 comments
Labels: hacktoberfest

#40 - Version 2.0.3

Pull Request - State: closed - Opened by akamhy almost 4 years ago - 1 comment

#38 - download video quality flag

Issue - State: closed - Opened by akamhy almost 4 years ago - 1 comment

#37 - method to delete the temp junk

Issue - State: closed - Opened by akamhy almost 4 years ago - 1 comment

#36 - version 2

Pull Request - State: closed - Opened by akamhy almost 4 years ago - 1 comment

#35 - Changes for videohash 1.0.7

Pull Request - State: closed - Opened by akamhy almost 4 years ago - 1 comment

#34 - shell=True per #33, unbreak file containing spaces

Pull Request - State: closed - Opened by akamhy almost 4 years ago - 1 comment

#33 - Video paths containing spaces break ffmpeg calls

Issue - State: closed - Opened by CaileanMParker almost 4 years ago - 3 comments

#32 - v1.0.6 release

Pull Request - State: closed - Opened by akamhy over 4 years ago - 1 comment

#31 - standardize the videos before calculating the hashes, use 30FPS and 6…

Pull Request - State: closed - Opened by akamhy over 4 years ago - 2 comments

#30 - Convert files to a consistent cotaniner /codec

Issue - State: closed - Opened by akamhy over 4 years ago - 1 comment

#29 - Don't call youtube-dl via CLI instead import it.

Issue - State: closed - Opened by akamhy over 4 years ago - 1 comment

#28 - It appears that OpenCV is faster for grabbing the frames

Issue - State: closed - Opened by akamhy over 4 years ago - 3 comments

#27 - in operator to test if another image or video is part of the hash object

Issue - State: closed - Opened by akamhy over 4 years ago
Labels: enhancement

#26 - v1.0.5

Pull Request - State: closed - Opened by akamhy over 4 years ago

#25 - Add windows badge and FFmpeg installation guide

Pull Request - State: closed - Opened by akamhy over 4 years ago - 2 comments

#24 - added CI for windows

Pull Request - State: closed - Opened by akamhy over 4 years ago - 1 comment

#23 - performance

Issue - State: closed - Opened by akamhy over 4 years ago - 2 comments

#22 - Add a Codacy badge to README.md

Pull Request - State: closed - Opened by codacy-badger over 4 years ago

#21 - Pillow vulnerabilities

Pull Request - State: closed - Opened by akamhy over 4 years ago

#20 - exceptions

Issue - State: closed - Opened by akamhy over 4 years ago - 1 comment

#19 - give users freedom to change hashing algorithm

Pull Request - State: closed - Opened by akamhy over 4 years ago - 1 comment
Labels: enhancement

#18 - Alphanumeric string sorter

Issue - State: closed - Opened by akamhy over 4 years ago - 1 comment

#17 - add option to choose any hash user prefers fromm imagehash

Issue - State: closed - Opened by akamhy over 4 years ago

#16 - Akamhy patch 1

Pull Request - State: closed - Opened by akamhy over 4 years ago

#15 - macos tests

Pull Request - State: closed - Opened by akamhy over 4 years ago - 1 comment

#14 - added tests and CI

Pull Request - State: closed - Opened by akamhy over 4 years ago - 1 comment

#13 - short join

Pull Request - State: closed - Opened by akamhy over 4 years ago

#12 - use os to manipulate paths

Pull Request - State: closed - Opened by akamhy over 4 years ago

#11 - support windows, use join

Issue - State: closed - Opened by akamhy over 4 years ago - 1 comment
Labels: enhancement

#10 - CVE-2020-11538 (High) detected in Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl

Issue - State: closed - Opened by mend-bolt-for-github[bot] over 4 years ago
Labels: security vulnerability

#9 - CVE-2020-10379 (High) detected in Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl

Issue - State: closed - Opened by mend-bolt-for-github[bot] over 4 years ago
Labels: security vulnerability

#8 - CVE-2020-35655 (Medium) detected in Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl

Issue - State: closed - Opened by mend-bolt-for-github[bot] over 4 years ago
Labels: security vulnerability

#7 - CVE-2020-10177 (Medium) detected in Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl

Issue - State: closed - Opened by mend-bolt-for-github[bot] over 4 years ago
Labels: security vulnerability

#6 - CVE-2020-35653 (High) detected in Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl

Issue - State: closed - Opened by mend-bolt-for-github[bot] over 4 years ago
Labels: security vulnerability

#5 - CVE-2020-10994 (Medium) detected in Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl

Issue - State: closed - Opened by mend-bolt-for-github[bot] over 4 years ago
Labels: security vulnerability

#4 - CVE-2020-10378 (Medium) detected in Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl

Issue - State: closed - Opened by mend-bolt-for-github[bot] over 4 years ago
Labels: security vulnerability

#3 - CVE-2020-35654 (High) detected in Pillow-6.2.2-cp27-cp27mu-manylinux1_x86_64.whl

Issue - State: closed - Opened by mend-bolt-for-github[bot] over 4 years ago
Labels: security vulnerability

#2 - added files

Pull Request - State: closed - Opened by akamhy over 4 years ago

#1 - Configure WhiteSource Bolt for GitHub

Pull Request - State: closed - Opened by mend-bolt-for-github[bot] over 4 years ago