-
Notifications
You must be signed in to change notification settings - Fork 5
Restructuring plus some fixes #16
base: master
Are you sure you want to change the base?
Conversation
Follow the steps made by jpoet. My purpose is to 'make' the system without manual steps.
Follow the steps made by jpoet. My purpose is to 'make' the system without manual steps.
Follow the steps made by jpoet. My purpose is to 'make' the system without manual steps.
My purpose is to 'make' the system without manual steps.
Describe how to make. Don't say anything regarding where to put this repository My purpose is to 'make' the system without manual steps.
Fixes lack of audio when CVBS mode is the first mode entered after reboot
- pre-install pkg-config (Ubuntu) - Update description of howto build
There might be a problem with the audio when using this version. I discovered this when I power cycled the system. I don't know (for now) what the problem is and which specific input configurations are affected. I will debug this ASAP. |
Thank you very much for helping to improving this code. I completely agree that incorporating the Hauppauge code make it much easier to manage. The reason I didn't do that to begin with, is because of licensing. A lot of the Hauppuage code has copyright notices with no statements about permission to copy or modify, which makes me a bit nervous. When I asked Hauppauge about it, they said they didn't think I needed to worrie about it, but I would hate to get sued. |
Right, I see that there might be problems regarding licensing when looking through the source code of the Hauppauge driver. |
Hauppauge has now indicated that they are going to clarify the license issues soon. |
Hauppauge and my company, NSSLGlobal Technologies AS, have now (yesterday) signed an agreement which states that we may modify the source code of the original Hauppauge driver and distribute it. I assume that @jpoet and Hauppauge will sign a similar explicit agreement. |
In this branch, the Hauppauge core driver is included by means of a git submodule. This makes the build process easier to automate.
In addition, there are some fixes:
hauppauge_hdpvr2 -> commit 3403282: Enable PAL color decoding
HauppaugeUSB -> commit e10ecff: Init audio in CVBS mode
Also changed: Some result files have been moved to locations which I consider to be more in line with the general Linux recommendations.