Age | Commit message (Collapse) | Author |
|
|
|
|
|
enable autorepeat in the input driver
|
|
Channel zapping, video streaming, and audio streaming functional.
|
|
|
|
|
|
|
|
makelinks: adjust the script for the upcoming kernel patches
driver.mxb: prevent the tuner module from probing unnecessary i2c addresses
getlinks: put symlinks for the header files to the right place(TM)
videodev.c: add a verbose error message just for the case that a user
has compiled the v4l module into the kernel
media/Kconfig: the dpc driver does not the tuner module
saa7146_hlp.c: honour the swapped field order for av7110 based cards
in capture mode, too
saa7146_video.c: add some verbose messages for the v4l2 controls
mxb.c: hopefully fix the detection and initialization of the sound arena module
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- introduce kernel_thread_setup() function to encapsulate linux process model related stuff
|
|
- replaced uint32_t and friends by u32 & co., for now only in frontend.h -
everything else will take us in hell when we start to port this driver...
|
|
for ttpci and budgets
|
|
- sync Kconfig and Makefiles with 2.5.65
- fix various things in saa7146 because of latest v4l changes in 2.5.65
- makelinks: removed the compat module from the 2.5.x build process
- makelinks: removed the linkage of ttusb and bt8xx -- enable this again for
the next patches, when ttusb is more stable and the bt8xx related patches
have been applied by Gerd Knorr
- dvb: removed the compat module from the 2.5.x build process, added #ifdefs
around the inclusion of compat.h. this was necessary because having compat
code in the newest 2.5.x kernel is awkward.
- dvb: move around of dvb_usercopy again. because I removed the compat module
from the 2.5.x build process, dvb_usercopy had to be moved to another file
- dvb: change MOD_*_USE_COUNT to module_get/module_put in various files,
but I'm not sure if I did this right. please review these changes.
- dvb: removed the crc32 code from dvb_demux.c, because it's in compat.c, too.
- dvb: removed some cruft from dvd_i2c.c, which is present in compat.h
- all files: apply small fixes to reflect the new location of some header
files
|
|
devices are so similar. Perhaps it will be possible to share more code
between these drivers later on.
|
|
to the movement of the header files, sync Kconfig and Makefile
with 2.5.65
|
|
"dvb-kernel" tree into shape for direct inclusion into the
2.5.x kernel.
|
|
|
|
static void dump_registers(struct saa7146_dev* dev)
|
|
kdvb-fe won't try to tune multiple times, it won't try to zigzag, nothing.
|
|
thanks to Thomas Breuer <tb@tb-electronic.de> for analyzing this!!
|
|
analog tv cards and dvb cards. (see source comments for further
informations)
|
|
patch conributed by Andrew de Quincey <adq_dvb@lidskialf.net>
|
|
|
|
|
|
|
|
|
|
packets at DSP initialisation time
- some indentation to follow the kernel coding style rules
|
|
<ragge@nada.kth.se>
|
|
|
|
- Moved some generic stuff from budget-core.c to saa7146_core.c where it belongs
----------------------------------------------------------------------
|
|
|
|
0: get ts section packets from arm and filter them using the software demux
1: let the arm filter sections in hardware (default)
software demux is more stable - it does not crash the arm under high load ;)
|
|
|
|
mxb: prevent helper modules to probe on unknown i2c-busses. (for example on a
Matrox gfx card)
|
|
- div = (freq + 36250000 + 31250) / 62500;
+ div = (freq + 36125000 + 31250) / 62500;
|
|
|
|
|
|
"nvrec"... (red/blue were swapped)
|
|
- V4L2_PIX_FMT_YUV422P: YUV 4:2:2 planar (Y-Cb-Cr)
- V4L2_PIX_FMT_YVU420: YVU 4:2:0 planar (Y-Cb-Cr)
- V4L2_PIX_FMT_YUV420: YUV 4:2:0 planar (Y-Cb-Cr)
Planar modes don't suffer from the saa7146 byte swap bug, so we
can deliver the formats needed by various video encoders, like "mp1e"
or "nvrec".
Added some notes to the TODO file.
|
|
|
|
the modules will oops with 2.5.63.
|
|
|
|
based saa7146 cards
- change the initialization order to allow static builds of the mxb driver
|
|
|
|
dvb_dummy_fe.c:94: warning: function declaration isn't a prototype
dvb_dummy_fe.c:27: warning: `debug' defined but not used
|