Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-10 | * cx88-blackbird.c: | Catalin Climov | |
- fixed gcc 4.0 compile warnings by moving var declarations to the top of the function or block. Signed-off-by: Catalin Climov <catalin@climov.com> | |||
2005-09-06 | Implemented the v4l2 mpeg api for blackbird cards. | Catalin Climov | |
2005-08-20 | removed nested #if 1 | Michael Krufky | |
2005-08-17 | Small mpeg fixes and cleanups for blackbird. | Catalin Climov | |
* cx88-blackbird.c: - fix mpeg packet size & count - add VIDIOC_QUERYCAP ioctl for the mpeg stream - return more information in struct v4l2_format - fix default window height * cx88-video.c: - small cleanups Signed-off-by: Catalin Climov <catalin@climov.com> | |||
2005-08-16 | Get rid of '//' comments, replace them with #if 0 and /**/. | Catalin Climov | |
2005-08-16 | Some reorg: move some bits to struct cx88_core, factor out common ioctl's | Catalin Climov | |
to cx88_do_ioctl. | |||
2005-08-16 | Prepare for factoring out some common code (see ChangeLog for details). | Catalin Climov | |
2005-08-16 | Fix unintentional fall-through in ioctl swith/case. | Catalin Climov | |
2005-07-15 | - linux/version.h removed at linux-2.6.13-rc3-mm1. | Mauro Carvalho Chehab | |
- Removed remaining trailing spaces. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | |||
2005-06-03 | Mauro Chehab: | Mauro Carvalho Chehab | |
* cx88-cards.c: - changed tuner number by it's name as defined on tuner.h. * scripts/make_kern_diff.sh - now it also makes diff for include files. Catalin Climov <catalin@climov.com>: * cx88-blackbird.c: - Blackbird firmware API cleanup, symbolic constants for param values. - improved readability and comprehensibility for api calls. * cx88-cards.c: - PVR2000 & MEC gpio fixes. * cx88-tvaudio.c: - enable sound input from external adc * cx88-video.c: - initialize the hue, contrast and brightness controls to default values * cx88-mpeg.c: - s/cx_write/cx_set for MO_TS_INTMSK, MO_DEV_CNTRL2, MO_TS_DMACNTRL | |||
2005-03-07 | - minor cleanup. | Gerd Knorr | |
2005-02-16 | - move some bits from cx88-input to ir-common. | Gerd Knorr | |
- blackbird fixes, add new blackbird card. | |||
2005-01-31 | - whitespace cleanups. | Gerd Knorr | |
2004-12-10 | - add moduleparam.h include to many files. | Gerd Knorr | |
- some pinnacle 300i progress (can talk to mt352 now, not working yet through). - misc minor stuff. | |||
2004-12-07 | - misc minor stuff. | Gerd Knorr | |
2004-12-02 | - fix memory leak in drivers. | Gerd Knorr | |
2004-12-02 | - attempt to fix cx88 blackbird. | Gerd Knorr | |
- fix vbi initialization issue. | |||
2004-11-19 | - misc cleanups. | Gerd Knorr | |
- blackbird + empress updates. | |||
2004-11-17 | - misc minor cleanups and card-specific fixes. | Gerd Knorr | |
2004-11-07 | - yet another video-buf interface change + fixups. | Gerd Knorr | |
- move more modules to new-style insmod options. | |||
2004-10-19 | - saa7134 reorganiation for modular mpeg2 stuff | Gerd Knorr | |
- splitted some generic dvb code into the new video-buf-dvb module. | |||
2004-10-13 | - kill trailing whitespaces. | Gerd Knorr | |
2004-10-12 | - more power management stuff. | Gerd Knorr | |
- misc fixes. | |||
2004-10-11 | - fix poll/select oops. | Gerd Knorr | |
2004-10-07 | - switch msp3400 + cx88 to 2.6-style module parameters. | Gerd Knorr | |
2004-09-27 | - blackbird oops fix. | Gerd Knorr | |
2004-09-23 | - make video-bufg don't touch struct file any more, pass through | Gerd Knorr | |
a void ptr instead of a file ptr everythere. - add cx22702 fe driver, | |||
2004-09-10 | - cx88: i2c fixups. | Gerd Knorr | |
2004-09-09 | - gcc 2.95 build fix. | Gerd Knorr | |
2004-09-03 | - msleep() cleanups from kernel janitors. | Gerd Knorr | |
2004-08-31 | - cx88: merge dvb patches (by Christopher Pascoe), step one. | Gerd Knorr | |
- cx88: added some code lines for error stats. | |||
2004-08-25 | - cx88: plenty of mpeg work. blackbird might even work with | Gerd Knorr | |
some luck. dvb needs more work. | |||
2004-08-23 | - some bttv debug code. | Gerd Knorr | |
- new tuner type by Michael T. Dean | |||
2004-07-30 | - cx88: started going over the blackbird code. | Gerd Knorr | |
2004-07-30 | - cx88: more reorganization + code shuffeling. | Gerd Knorr | |
2004-07-29 | - cx88: big code reorganization. | Gerd Knorr | |
- cx88: started merging blackbird patches, not working yet. |