-
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
Rev7 #391
Commits on Dec 23, 2019
-
Correction to mistake in ld-decode Makefile
Simon Inns committedDec 23, 2019 Configuration menu - View commit details
-
Copy full SHA for af61091 - Browse repository at this point
Copy the full SHA af61091View commit details -
Add test-decode script for regression testing.
Given an RF input file, this runs it through the complete decoding toolchain, and does optional sanity checks on the results. It's careful to run all the tools from the source directory, so you don't need to install anything first.
Configuration menu - View commit details
-
Copy full SHA for 679ab8b - Browse repository at this point
Copy the full SHA 679ab8bView commit details -
On pushes and pull requests, this builds all of ld-decode, and runs test-decode on CAV/CLV PAL/NTSC samples from ld-decode-testdata. The sanity check parameters are based on the results as of the rev6 release (with bPSNR backed off by 0.5 dB to allow for some variation).
Configuration menu - View commit details
-
Copy full SHA for ff752ab - Browse repository at this point
Copy the full SHA ff752abView commit details -
Merge pull request #382 from atsampson/githubci
Add regression tests using GitHub CI
Configuration menu - View commit details
-
Copy full SHA for 915442d - Browse repository at this point
Copy the full SHA 915442dView commit details
Commits on Dec 24, 2019
-
Simon Inns committed
Dec 24, 2019 Configuration menu - View commit details
-
Copy full SHA for 0a583f7 - Browse repository at this point
Copy the full SHA 0a583f7View commit details -
Fix for #383 - ld-analyse now correctly displays early CLV timecodes
Simon Inns committedDec 24, 2019 Configuration menu - View commit details
-
Copy full SHA for f7de3ab - Browse repository at this point
Copy the full SHA f7de3abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 968e2c5 - Browse repository at this point
Copy the full SHA 968e2c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for efb538c - Browse repository at this point
Copy the full SHA efb538cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11fc168 - Browse repository at this point
Copy the full SHA 11fc168View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c6aa5d - Browse repository at this point
Copy the full SHA 0c6aa5dView commit details
Commits on Dec 25, 2019
-
Remove the executables that don't exist any more, and add the testout directory that test-decode creates.
Configuration menu - View commit details
-
Copy full SHA for 18dd0f1 - Browse repository at this point
Copy the full SHA 18dd0f1View commit details -
Move filtermaker and deemp.h out of the top level.
filtermaker is now in scripts, and deemp.h is now part of the filter library.
Configuration menu - View commit details
-
Copy full SHA for 84d9831 - Browse repository at this point
Copy the full SHA 84d9831View commit details -
Make ld-decode into a Python package.
The modules are now all in an "lddecode" package. The scripts that are useful for end-users will be installed. I've done this with distutils.core rather than setuptools because it doesn't need any of the extra stuff setuptools provides, and distutils.core is usefully less picky about where it installs to. I've also trimmed some imports that aren't being used.
Configuration menu - View commit details
-
Copy full SHA for 1049f1c - Browse repository at this point
Copy the full SHA 1049f1cView commit details
Commits on Dec 26, 2019
-
Merge pull request #384 from atsampson/gitignore
Update the .gitignore files.
Configuration menu - View commit details
-
Copy full SHA for 1111d14 - Browse repository at this point
Copy the full SHA 1111d14View commit details -
Merge pull request #385 from atsampson/pypackage
Make ld-decode into a Python package
Configuration menu - View commit details
-
Copy full SHA for 65a8138 - Browse repository at this point
Copy the full SHA 65a8138View commit details -
Configuration menu - View commit details
-
Copy full SHA for 856f2c0 - Browse repository at this point
Copy the full SHA 856f2c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3430e95 - Browse repository at this point
Copy the full SHA 3430e95View commit details -
Configurable installation prefix for the tools.
There's no standard for this in qmake, but PREFIX seems to be a common name in other projects.
Configuration menu - View commit details
-
Copy full SHA for 0a2a934 - Browse repository at this point
Copy the full SHA 0a2a934View commit details -
Make the top-level Makefile build/install all of ld-decode.
This tries to cover building and installation for typical users, and supports GNU-style prefix and DESTDIR variables for installing in custom prefixes and package staging dirs. Variables are provided to override qmake and python3 because some systems have different names for these (qmake-5, python3.7, ...).
Configuration menu - View commit details
-
Copy full SHA for e0c2787 - Browse repository at this point
Copy the full SHA e0c2787View commit details
Commits on Dec 27, 2019
-
Merge pull request #387 from atsampson/topmakefile
Make the top-level Makefile build/install all of ld-decode
Simon Inns authoredDec 27, 2019 Configuration menu - View commit details
-
Copy full SHA for e20a006 - Browse repository at this point
Copy the full SHA e20a006View commit details -
Minor bug fix to ld-process-efm to avoid errors decoding EFM data sec…
…tors
Simon Inns committedDec 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 438ec19 - Browse repository at this point
Copy the full SHA 438ec19View commit details
Commits on Dec 28, 2019
-
Removed QObject requirements from the TBC library + minor .pro file fix
Simon Inns committedDec 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 1c015f7 - Browse repository at this point
Copy the full SHA 1c015f7View commit details -
fix karaoke disk with short front porch (1.25us instead of std 1.5) a…
…nd random tweaks
Configuration menu - View commit details
-
Copy full SHA for ea8e0cc - Browse repository at this point
Copy the full SHA ea8e0ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06cafbf - Browse repository at this point
Copy the full SHA 06cafbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ff2cc1 - Browse repository at this point
Copy the full SHA 8ff2cc1View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 06e6c8f - Browse repository at this point
Copy the full SHA 06e6c8fView commit details -
ld-dropout-correct - added multi-source handling code - WIP
Simon Inns committedDec 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 2714150 - Browse repository at this point
Copy the full SHA 2714150View commit details
Commits on Dec 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 616a78b - Browse repository at this point
Copy the full SHA 616a78bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c124247 - Browse repository at this point
Copy the full SHA c124247View commit details -
ld-dropout-correct WIP - Modified thread-pool to accept QVectors as i…
…nput
Simon Inns committedDec 29, 2019 Configuration menu - View commit details
-
Copy full SHA for a94c7da - Browse repository at this point
Copy the full SHA a94c7daView commit details -
ld-dropout-correct WIP - Added VBI frame scanning and improved user i…
…nformation messages
Simon Inns committedDec 29, 2019 Configuration menu - View commit details
-
Copy full SHA for f640a59 - Browse repository at this point
Copy the full SHA f640a59View commit details -
ld-dropout-correct WIP - Added seq. frame to VBI mapping across avail…
…able sources
Simon Inns committedDec 29, 2019 Configuration menu - View commit details
-
Copy full SHA for 9b403be - Browse repository at this point
Copy the full SHA 9b403beView commit details
Commits on Dec 30, 2019
-
Fill dummy fields correctly with black.
These are QByteArrays, so using the fill method won't do the right thing when we're trying to fill with a 16-bit value.
Configuration menu - View commit details
-
Copy full SHA for 713497d - Browse repository at this point
Copy the full SHA 713497dView commit details -
Construct dummy fields by resizing, rather than loading.
SourceField::loadFields used to load field 1 then fill it with black when it needed a dummy black field. This doesn't work when input is from a pipe (because it would need to seek), so just resize the field data to the right size instead.
Configuration menu - View commit details
-
Copy full SHA for b5016ae - Browse repository at this point
Copy the full SHA b5016aeView commit details -
Merge pull request #390 from atsampson/blackfields
Fix piped TBC input with 3D chroma decoders
Simon Inns authoredDec 30, 2019 Configuration menu - View commit details
-
Copy full SHA for 12b8944 - Browse repository at this point
Copy the full SHA 12b8944View commit details