Archived:Main Page-V4L: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
m (fixed link)
(some re-arrangemevt)
Line 35: Line 35:
|valign=top bgcolor=#F7F9FB width=5%|
|valign=top bgcolor=#F7F9FB width=5%|
|valign=top bgcolor=#F7F9FB width=45%|
|valign=top bgcolor=#F7F9FB width=45%|
* '''Technical Background'''
* '''Technical Background: Systems'''
** [[Development: Video4Linux APIs|Video4Linux APIs]]
** [http://www.ee.surrey.ac.uk/Contrib/WorldTV/ Analog TV]
** [http://www.ee.surrey.ac.uk/Contrib/WorldTV/ Analog TV]
** [[Digital TV]]
** [[Digital TV]]
** [[PCI interface chipsets used for v4l cards]]
** [[GPIO pins]]
** [http://www.esacademy.com/faq/i2c/ i2c Protocol]
** [[Radio Data System (RDS)]]
** [[Radio Data System (RDS)]]


* '''Technical Background: Hardware Related'''
** [[Anatomy of a v4l device]]
*** [[PCI interface chipsets used for v4l cards]]
*** [[GPIO pins]]
*** [http://www.esacademy.com/faq/i2c/ i2c Protocol]
*** [[Hardware vs software encoders]]
*** [[Audio Decoders]]


* '''Developer Section'''
* '''Developer Section'''
** [[How to write good problem report |How to write a good problem report]]
** [[How to add support for a new card]]
** [[How to add support for a new card]]
*** [http://linuxtv.org/hg/v4l-dvb Master v4l development repository]
** [[How to build from Mercurial|How to build from v4l Mercurial]]
*** [http://mcentral.de/hg/~mrec/v4l-dvb-experimental/ v4l-dvb experimental repository]
** [[How_to_submit_patches |How to submit patches]]
*** [http://www.kernel.org/git/gitweb.cgi?p=linux/kernel/git/mchehab/v4l-dvb.git;a=log Current git log]
** [[Maintaining mercurial trees]]
** [[Maintaining mercurial trees]]
** [[TODO - main tasks]]
** [[TODO - main tasks]]
** [[Anatomy of a v4l device]]
** [[Anatomy of a v4l driver]]
** '''Kernel Development'''
** '''Kernel Development'''
** [[Development: Video4Linux APIs|Video4Linux APIs]]
** [[Anatomy of a v4l driver]]
*** [[SubmittingPatches | Rules for submitting patches]]
*** [[SubmittingPatches | Rules for submitting patches]]
*** [[How_to_submit_patches |How to submit patches]]
*** [[Documentation/SubmittingDrivers | Rules for submitting drivers]]
*** [[Documentation/SubmittingDrivers | Rules for submitting drivers]]
*** [[Documentation/CodingStyle | Coding Style]]
*** [[Documentation/CodingStyle | Coding Style]]
*** [http://jungla.dit.upm.es/%7Ejmseyas/linux/kernel/hackers-docs.html Documentation index]
*** [http://jungla.dit.upm.es/%7Ejmseyas/linux/kernel/hackers-docs.html Documentation index]
*** [http://linuxtv.org/hg/v4l-dvb Master v4l development repository]
*** [http://mcentral.de/hg/~mrec/v4l-dvb-experimental/ v4l-dvb experimental repository]
*** [http://www.kernel.org/git/gitweb.cgi?p=linux/kernel/git/mchehab/v4l-dvb.git;a=log Current git log]
** '''Userspace Development'''
** '''Userspace Development'''
*** [[V4L2UserspaceLibrary | V4L2 Userspace library]]
*** [[V4L2UserspaceLibrary | V4L2 Userspace library]]

* '''Applications'''
** [[TV Viewing]]
** [[TV Recording]]
** [[Streaming]]
** [[Text capture]] (Teletext/Closed Captioning)
* '''[[v4l Links]]'''
* '''[[v4l Links]]'''

|valign=top bgcolor=#F7F9FB width=45%|
|valign=top bgcolor=#F7F9FB width=45%|

* '''User Section'''
** [[How to build from Mercurial|How to build drivers from Mercurial]]
** [[How to write good problem report |How to write a good problem report]]
** '''Software Applications'''
*** [[TV Viewing]]
*** [[TV Recording]]
*** [[Streaming]]
*** [[Text capture]] (Teletext/Closed Captioning)


* '''Supported Hardware'''
* '''Supported Hardware'''
** [[Tuners]]
** [[Audio Decoders]]
** [[Hardware vs software encoders]]
** [[v4l card vendors]]
** TV cards and drivers
** TV cards and drivers
*** [[v4l card vendors]]
*** [[List survey of cards in use now]]
*** [[Tuners]]
*** Video via PCI
*** Video via PCI
**** [[List survey of cards in use now]]
**** [[bttv devices (bt848, bt878)]]
**** [[bttv devices (bt848, bt878)]]
***** [[btaudio (bt878)]]
***** [[btaudio (bt878)]]

Revision as of 18:27, 11 January 2008


Welcome to the video4linux wiki (For DVB wiki, click here)

This wiki is designed to serve as a community focus and the resource of reference for users and developers of the Video4Linux framework. In the short term, the task is to document the operation and quirks of hardware supported by v4l applications, to complement and offload the v4l mailing list -- cf. searchable archives.

We are also encouraging developers to turn this site into a repository of knowledge about v4l, helping to ensure that expertise acquired through much hard labor and long dedication won't get lost, but can be passed on to new developers and keep free software thriving.

If you are a user looking for help, please try searching the mailing list archives first, before asking a question on the v4l mailing list. Don't leave your question on the wiki -- ask on the mailing list!

For immediate help, log on to the #v4l irc channel on irc.freenode.net a try (see the log) -- hopefully someone there will be able to help you!

The wiki will only be as useful as we make it. Every user of video4linux has something to contribute, and we encourage you to begin right away. Whatever you can contribute will be warmly appreciated, whether it is a set of instructions for how to get a certain card working, a report on the audio and video quality of a working card, suggestions for how to extend an existing driver or write a new one, or an explanation of the internal logic of v4l itself.

To keep these instructions free, all contributions to this wiki are automatically licensed under the GNU General Public License GPL. If you wish, you may specify in each case that your contribution is dual-licensed under the MIT License. Please help us keep spam away by signing in before you post.

Enjoy!

People behind V4L


To make a contribution, please begin by familiarizing yourself with the layout of the site, so that your contribution will end up in the right location. As the site grows, it takes increasing discipline to keep it from turning into a tangle. We want to aggregate information about available hardware, v4l experiences, HOWTOs, and technical information about the workings of v4l devices work, and it's up to each of us to do this in a way that makes the information easy to access -- a useful and well-organized resource for everyone interested in video4linux.




Category:LinuxTV