Filter doesn't fail gracefully when receiving 10bit input

Open
#45 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
cpp

Research direction

Start by reproducing the filter with a 10-bit input such as yuv420p10le, then trace how the unsupported pixel format is handled. Done means the filter either rejects the input clearly or avoids producing corrupted output; the issue does not name a source file or test to run.

Written by the indexing model from the issue text.

Description

It seems 10bit pixel formats (e.g. yuv420p10le) are not supported, which is understandable. That said, the filter doesn't fail gracefully but generates a messed up output.

Dominant language
C++
Stars
1k
Forks
242
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from facebook/transform360

All issues in facebook/transform360

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.