summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-17update tagsconvert-repo
2004-04-23- fix dvipdfhunold
2004-04-23- standard dvips sends output to the default printer! use "-o $@" to send ithunold
to the destination file instead. (ever wondered who prints out the dvb api regularly on your laser printer? ;-)
2003-07-29ignore html output dirjs
2003-07-25added HTML targetjs
2003-07-24- document DMX_GET_STCjs
- bump version to 1.0.0
2003-07-24updated for latest (1.9.6+) valgrind release, added DMX_GET_STCjs
2003-07-24rm'ed leftover from Metzler's libdvbjs
2003-05-04updatedendriss
2003-03-03fixed NET_ADD_IF/NET_GET_IF which are _IOWR and added diff for valgrindoberritter
version 1.9.4
2003-03-03updated valgrind patch to version 1.0.4 and added checks for audio-, ca-,oberritter
net-, osd- and video ioctl()s. note that NET_REMOVE_IF and VIDEO_SET_ATTRIBUTES both are _IO('o', 53), so VIDEO_SET_ATTRIBUTES can not checked.
2003-02-10fix some minor typosholger
2003-02-10- merged GNU FDL lincense from NEWSTRUCT branchjs
- updated from DVB_API_VERSION 3 - various minor fixes/additions - bumped version number to 1.0.0-pre1 to match wth upcoming linuxtv-dvb driver release
2003-02-05fix syntax error in example programjs
2002-12-05Syntax fixes by Joerg Friedrich <Joerg.Dieter.Friedrich@uni-konstanz.de>holger
2002-10-29my 2ยขjs
2002-10-29some words about how to use the demux and section filter APIholger
2002-10-29add some words about 'what the heck is a frontend'holger
2002-10-29refer to API version 3 not 2holger
2002-10-10more CodingStyle racismholger
2002-10-10the new HEADholger
2002-10-10make room for the new HEAD trunkholger
2002-03-04some error correctionsmocm
2002-02-15corrections to audio_set_id documentationmocm
2002-02-14some updates and correctionsome updates and correctionssmocm
2002-02-12updateupdateddmocm
2001-10-15added ignoremocm
2001-09-21added inversion fieldrjkm
2001-09-19removed some typosrjkm
2001-09-16added new API docsrjkm
2001-09-16new API docsrjkm
2001-09-16removed old API docsrjkm
2001-02-08XML version of full API descriptionrjkm
2000-10-18added HTML documentation of new APIcvs
2000-09-27Initial revisioncvs
2009-01-20V4L2: Add COLORFX user controlMauro Carvalho Chehab
From: Sergio Aguirre <saaguirre@ti.com> This is a common feature on many cameras. the options are: Default colors, B & W, Sepia Signed-off-by: Sergio Aguirre <saaguirre@ti.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2009-01-15saa7134: fix Avermedia E506R composite inputMauro Carvalho Chehab
From: Tim Farrington <timf@iinet.net.au> Make correction to composite input plus svideo input to Avermedia E506R Signed-off-by: Tim Farrington <timf@iinet.net.au> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2009-02-16v4l2-framework.txt: Whitespace clenupsMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2009-02-16Revert changeset aa3e5cc1d833Mauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@redhat.com> On Mon, 02 Feb 2009, Hartmut wrote: This change set is wrong. The affected functions cannot be called from an interrupt context, because they may process large buffers. In this case, interrupts are disabled for a long time. Functions, like dvb_dmx_swfilter_packets(), could be called only from a tasklet. This change set does hide some strong design bugs in dm1105.c and au0828-dvb.c. Please revert this change set and do fix the bugs in dm1105.c and au0828-dvb.c (and other files). On Sun, 15 Feb 2009, Oliver Endriss wrote: This changeset _must_ be reverted! It breaks all kernels since 2.6.27 for applications which use DVB and require a low interrupt latency. It is a very bad idea to call the demuxer to process data buffers with interrupts disabled! On Mon, 16 Feb 2009, Trent Piepho wrote: I agree, this is bad. The demuxer is far too much work to be done with IRQs off. IMHO, even doing it under a spin-lock is excessive. It should be a mutex. Drivers should use a work-queue to feed the demuxer. Thank you for testing this changeset and discovering the issues on it. Priority: high CC: Trent Piepho <xyzzy@speakeasy.org> CC: Hartmut <e9hack@googlemail.com> CC: Oliver Endriss <o.endriss@gmx.de> CC: Andreas Oberritter <obi@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2009-02-14v4l2-framework.txt: Fixes the videobuf init functionsMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@redhat.com> Documents the driver usage functions, instead of the generic one used by the videobuf specific handlers. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2009-02-14v4l2-framework: documments videobuf usage on driversMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2009-02-13merge: http://linuxtv.org/hg/~tap/bttvMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2009-02-13merge: http://linuxtv.org/hg/~dougsland/em28xx/Mauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2009-02-13hgimport: only merge if pull returns without any errorMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2009-02-13merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-libMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2009-02-13displays a line syntax for tree mergeMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@redhat.com> This is useful to do a cut-and-paste if all patches are ok Priority: normal Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2009-02-13merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-rdsMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2009-02-13merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvbMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@redhat.com> Priority: normal Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2009-02-13v4l2-common: add comments warning that about the sort orderHans Verkuil
From: Hans Verkuil <hverkuil@xs4all.nl> Control arrays as are used with v4l2_ctrl_next must be sorted from low to high. Add a comment at the top of all such arrays to warn about this. Priority: normal Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2009-02-13merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-rdsMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>