| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Fixes assertion failure.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The string "base" is understood by locate_parse_type(), but not by
listAllUniqueTags(). The special tag type LOCATE_TAG_BASE_TYPE causes
a crash in PrintUniqueTag().
|
|
|
|
|
|
For strrchr(). Fixes build failure.
|
|
|
|
|
|
|
|
|
|
Convert to 31 bit first, then right-shift with rounding to 16 bit.
|
|
Provide the full API.
|
|
|
|
This corrects a major mistake from commit 724a59aa - there was one
small thing that commit was supposed to do, and it failed.
AV_TIME_BASE is not a seek flag.
|
|
|
|
|
|
The class does not have any virtual methods, and thus the (debug-only)
destructor does not need to be virtual.
|
|
These are the default values already.
|
|
|
|
Avoid multiplication. This is a speedup of 20%.
|
|
Replaces its own weird buffering code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code simplification.
|
|
|
|
|
|
|
|
|
|
|