summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/ioctl_bt848.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in commentsroger2000-10-311-2/+2
|
* Add new ioctls for userland access to the MSP deviceroger2000-10-261-0/+10
|
* Add multiple #include protectionroger2000-04-041-0/+6
| | | | Submitted by: Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
* Update to driver 2.07roger2000-01-241-1/+2
| | | | Add new Channel Set for France. Submitted by Daniel Dagneaux <dagneaux@lure.u-psud.fr>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Bt848 driver release 1.65roger1999-05-181-2/+3
| | | | | | Updated with australian channel set Submitted by: Ivan Brawley <brawley@internode.com.au>
* Corrected ioctl numbers conflict.roger1999-02-151-37/+47
| | | | | Thanks to Vsevolod Lobko <seva@alex-ua.com> for spotting this. P:
* Added new ioctls for Hauppage Infra-Red Remote Control support,roger1999-02-111-2/+25
| | | | | | Obtaining the supported channel sets and Controlling the GPIO port. Submitted by: Roger Hardiman and Vsevolod Lobko <seva@alex-ua.com>
* Added METEOR_DEV2 and METEOR_DEV3roger1999-01-281-2/+3
|
* Changed tuner code to autodetect tuner i2c address.sos1998-09-301-0/+2
| | | | | | Addresses were incorrectly hardcoded. Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>
* Correct SECAM B-Delay and add XUSSR channel set.sos1998-09-101-1/+2
| | | | Submitted by: Vsevolod Lobko <seva@alex-ua.com>
* Renamed BT848[SG]CAPAREA to BT848_[SG]CAPAREA.sos1998-08-311-2/+2
| | | | | | | | | | | Added PR kern/7177 for SECAM Video Highway Xtreme with single crystal PLL configuration submitted by Vsevolod Lobko <seva@alex-ua.com>. In kernel configuration file add options OVERRIDE_CARD=2 options OVERRIDE_TUNER=11 options BKTR_USE_PLL Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>
* Added Capture Area ioctl - BT848[SG]CAPAREA.sos1998-08-311-0/+15
| | | | | | | | | Normally the full 640x480 (768x576 PAL) image is grabbed. This ioctl allows a smaller area from anywhere within the video image to be grabbed, eg a 400x300 image from (50,10). See restrictions in BT848SCAPAREA. Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>
* 1.31 Randall Hopper <rhh@ct.picker.com>ahasty1998-05-161-0/+5
| | | | | | | | | | | | | | | | | | | submitted ioctl to clear the video buffer prior to starting video capture Amancio : clean up yuv12 so that it does not affect rgb capture. Basically, fxtv after capturing in yuv12 mode , switching to rgb would cause the video capture to be too bright. 1.32 disable inverse gamma function for rgb and yuv capture. fixed meteor brightness ioctl it now converts the brightness value from unsigned to signed. 1.33 added sysctl: hw.bt848.tuner, hw.bt848.reverse_mute, hw.bt848.card card takes a value from 0 to bt848_max_card tuner takes a value from 0 to bt848_max_tuner reverse_mute : 0 no effect, 1 reverse tuner mute function some tuners are wired reversed :(
* Radio support for bt848 cards from Flemming Jacobsen <fj@trw.nl>ahasty1998-02-261-0/+5
| | | | Amancio
* Bugs/Enhancements:ahasty1998-02-021-0/+4
| | | | | | | | | | | | | | | | | 1. Takeshi Ohashi <ohashi@atohasi.mickey.ai.kyutech.ac.jp> submitted code to support bktr_read . /usr/src/share/examples/rgb24.c now works 8) 2. Flemming Jacobsen <fj@schizo.dk.tfs.com> submitted code to support radio available with in some bt848 based cards;additionally, wrote code to correctly recognized his bt848 card. 3. Roger Hardiman <roger@cs.strath.ac.uk> submitted various fixes to smooth out the microcode and made all modes consistent. 4. Added supported for yuv12 so we know can capture raw streams and feed it to mpeg_encoder . The upshot is that we can now mpeg encode more and save nearly 100 percent of the disk requirements previously for programs such as fxtv first save the raw video image to disk then converted to a format suitable for mpeg_encode.
* Reviewed by: Amancio Hastyahasty1997-11-161-1/+3
| | | | | | Submitted by: Amancio Hasty <hasty@star-gate.com> Added yuv12 support for mpeg encoding and Randall Hopper's fixed for Temporal Decimation
* Add the IOCTL for Luigi's BT848 -> I2C bus driver.markm1997-11-061-1/+8
|
* Latest round of patches from the author.markm1997-10-071-3/+22
| | | | | | | | | | | | | This driver includes the following patches submitted by: 1.0 Hideyuki Suzuki <hideyuki@sat.t.u-tokyo.ac.jp> Japanese Cable support 2.0 Keith Sklower <sklower@CS.Berkeley.EDU> Minor update to the BSDI section so it compiles cleanly on BSDI 3.0 Joao Carlos Mendes Luis <jonny@coppe.ufrj.br> ioctl interface to select video format , NTSC, PAL, etc...
* Amancio's latest in the Brooktree driver.markm1997-09-091-1/+4
| | | | | This fixes the european frequency set, separates this further from the Meteor driver and fixes bugs.
* 1.15 4/18/97 John-Mark Gurney <gurney_j@resnet.uoregon.edu>fsmp1997-05-011-0/+43
| | | | | | | | | | | | | | | | | | Added [SR]RGBMASKs ioctl for byte swapping. 1.16 4/20/97 Randall Hopper <rhh@ct.picker.com> Generalized RGBMASK ioctls for general pixel format setting [SG]ACTPIXFMT, and added query API to return driver-supported pix fmts GSUPPIXFMT. 1.17 4/21/97 hasty@rah.star-gate.com Clipping support added. 1.18 4/23/97 Clean up after failed CAP_SINGLEs where bt interrupt isn't delivered, and fixed fixing CAP_SINGLEs that for ODD_ONLY fields. Submitted by: individuals in above log messages.
* PAL support: magic numbers moved into format_params structure.fsmp1997-04-021-3/+9
| | | | | | | Revised AFC interface. Fixed DMA_PROG_ALLOC size misdefinition. Submitted by: richard@cogsci.ed.ac.uk (Richard Tobin)
* added support for EEProms writing/reading.fsmp1997-03-251-2/+8
|
* Submitted by: Michael Petry <petry@netwolf.NetMasters.com>fsmp1997-03-211-14/+31
| | | | | | | | | | Michael submitted code to activate the audio muxes. fsmp: extended those changes for different boards. auto-detection of board types. auto-detection of tuner types. auto-detection of stereo option
* additions for table-driven frequency calculation.fsmp1997-03-191-0/+11
| | | | addition of colorbar ioctl.
* patches for bt848 specific hue/bright/contrast/satu/satv.fsmp1997-03-161-2/+68
|
* Initial import of the Brooktree PCI-TV drivers. I have not testedmarkm1997-03-101-0/+34
these, they may not even compile. I am importing them on behalf of the submitters. Submitted by: amancio, smp
OpenPOWER on IntegriCloud