| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Since those fields will be overridden by videotoolbox_start(), they
should never be set by user, it can trigger memory leaks otherwise.
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
|
|
|
|
| |
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
|
|
|
|
|
| |
Same as done for other HW decoders, that way it will be
properly listed on the relevant module page.
|
|
|
|
|
| |
This field has never been used for anything, so stop setting it and
deprecate it.
|
|
|
|
|
|
|
|
|
|
|
| |
If AVVideotoolboxContext.cv_pix_fmt_type is set to 0, don't set the
kCVPixelBufferPixelFormatTypeKey value on the VT decoder.
This makes VT output its native format, which can be much faster on
some hardware iterations (if the native format does not match with
the requested format, it will be converted, which is slow).
The default is still forcing nv12.
|
|
|