-
Notifications
You must be signed in to change notification settings - Fork 161
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
Exact Seek #78
Merged
Merged
Exact Seek #78
Changes from 35 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
330e218
add timestamps for key indices
JoannaLXY 461e679
upd
JoannaLXY 60387fd
good
innerlee d63c8ce
nice
innerlee 78fdf23
track pts
innerlee 0ae095c
tiny
innerlee 3f1bc7e
initial commit exact
JoannaLXY a88f728
format
JoannaLXY f76e92c
clean
innerlee 65aca9d
clean
innerlee e9ccda6
.
innerlee 97510c0
..
innerlee 8566e06
...
innerlee 47305ec
....
innerlee 2bcefff
....
innerlee e5760f8
.
innerlee 4f9a0e4
fix
JoannaLXY 7033293
move things
innerlee d4b753a
rename
innerlee 9261207
Merge branch 'lxy/exact' of github.com:JoannaLXY/decord into lxy/exact
JoannaLXY 1bfde37
tiny
innerlee 81cedd9
fix
JoannaLXY f721176
Merge branch 'lxy/exact' of github.com:JoannaLXY/decord into lxy/exact
JoannaLXY 4646535
..
innerlee caa9dd2
...
innerlee 6b97a3c
...
innerlee a85c6c0
tiny
innerlee 6a9d4d4
.
innerlee 13353a5
init
innerlee ed6ce43
ha
innerlee 0709095
tiny
innerlee dc9a279
tiny
innerlee f5337e3
rename
innerlee 2fc5244
fix
JoannaLXY 001dbe0
speedup
innerlee 2ab815c
rm SeekStart and use Seek(0)
JoannaLXY File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we merge this into a special case of Seek(0) in
Seek
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good suggestion! I have substituted the SeekStart() by Seek(0) and the decoding speed remains similar.