-
Notifications
You must be signed in to change notification settings - Fork 80
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
Simple PAL UV filter and PAL encoder enhancements #476
Merged
Commits on Mar 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 517b90d - Browse repository at this point
Copy the full SHA 517b90dView commit details
Commits on Mar 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e1bbaa0 - Browse repository at this point
Copy the full SHA e1bbaa0View commit details -
Remove the horizontal tile bounds checks.
The second assert trips with EBU Tech 3280-style sample layout, where the digital active area runs right up to the end of the line. It's not actually a problem to run off the end of the line, because we'll just be using the blanking data from the start of the next line (and there's always another line after the last active line).
Configuration menu - View commit details
-
Copy full SHA for 2d063a2 - Browse repository at this point
Copy the full SHA 2d063a2View commit details -
Add ld-chroma-decoder --simple-pal for a 1D UV filter.
This gives better vertical resolution, at the cost of not dealing with chroma phase errors. Thanks to Richard Russell for providing the specs for the filter from the BBC's original Transform PAL implementation. This only works with transform2d/3d at the moment, but in the future it'd be possible to add a luma notch filter, giving a pal1d mode.
Configuration menu - View commit details
-
Copy full SHA for 8da13fd - Browse repository at this point
Copy the full SHA 8da13fdView commit details -
Add ld-chroma-encoder --sc-locked for 4fSC subcarrier-locked output.
The core of this is effectively the same, once the setup is done; it just needs to keep track of where 0H is for each line.
Configuration menu - View commit details
-
Copy full SHA for d2fa901 - Browse repository at this point
Copy the full SHA d2fa901View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20848dd - Browse repository at this point
Copy the full SHA 20848ddView commit details -
The count of lines in field 1 was wrong here, which meant that the Vsw state didn't flip between the last line of field 1 and the first of field 2.
Configuration menu - View commit details
-
Copy full SHA for f45000f - Browse repository at this point
Copy the full SHA f45000fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cb4b90 - Browse repository at this point
Copy the full SHA 7cb4b90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f5f9c3 - Browse repository at this point
Copy the full SHA 1f5f9c3View commit details -
Use Gaussian UV filter, as in pyctools-pal.
Add a reference to Clarke for the intended characteristic.
Configuration menu - View commit details
-
Copy full SHA for 2da412f - Browse repository at this point
Copy the full SHA 2da412fView commit details
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.