index
:
mediapointer-dvb-s2
master
Mediapointer DVB-S2 driver
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
/
drivers
/
media
/
dvb
/
ttpci
/
av7110_av.c
Age
Commit message (
Expand
)
Author
2009-04-24
dvb-ttpci: Fixed VIDEO_SLOWMOTION ioctl
Oliver Endriss
2009-04-19
dvb-ttpci: Check transport error indicator flag
Oliver Endriss
2009-04-10
dvb-ttpci: Add TS replay capability
Oliver Endriss
2009-01-11
dvb: constify VFTs
Mauro Carvalho Chehab
2008-09-04
dvb-ttpci: Support full-ts hardware modification
Oliver Endriss
2008-06-22
split dvb_ringbuffer dual-use functions
Mauro Carvalho Chehab
2008-05-21
fix the roothole in av7110_av.c
Mauro Carvalho Chehab
2008-01-30
dvb-ttpci: Improved display of still pictures
Oliver Endriss
2007-10-31
saa7146/budget*/dvb-ttpci: Remove V4L1 code
Oliver Endriss
2007-07-13
dvb-ttpci: re-initialize aspect ratio and pan scan after arm crash
Oliver Endriss
2007-07-13
saa7146/dvb-ttpci: Fix signedness warnings (gcc 4.1.1, kernel 2.6.22)
Oliver Endriss
2007-05-13
Backport kernel changeset e63340ae6b6205fef26b40a75673d1c9c0c8bb90
Mauro Carvalho Chehab
2007-02-24
Add support for the cx23415 MPEG decoding features.
Hans Verkuil
2007-02-21
Backport of git changeset cd354f1ae75e6466a7e31b727faede57a1f89ca5
Mauro Carvalho Chehab
2006-12-26
DVB: Remove unneeded void * casts in ttpci/av7110
Mauro Carvalho Chehab
2006-07-29
Ttpci/: remove unneeded #include <linux/byteorder/swabb.h>'s
Mauro Carvalho Chehab
2006-06-25
av7110: analog sound output of DVB-C rev 2.3
Oliver Endriss
2006-03-30
new module parameter 'tv_standard' (dvb-ttpci driver)
Oliver Endriss
2005-11-15
Driver support for live-ac3, firmware >= 2621 required.
Oliver Endriss
2005-11-14
fixed mpeg audio on spdif from Nexus-CA card (rev 2.3),
Oliver Endriss
2005-06-19
Fix indentation and add some whitepsace between operators.
Johannes Stezenbach
2005-06-19
- propagate more errors back to caller or log them, mainly in
Johannes Stezenbach
2005-06-18
Fixed typo in AUDUIO_CONTINUE ioctl: AUDIO_CMD_MUTE -> AUDIO_CMD_UNMUTE
Oliver Endriss
2005-04-06
VIDEO_SET_DISPLAY_FORMAT ioctl fixed:
Oliver Endriss
2005-03-26
Switch analog output of the Crystal sound chip to left/stereo/right mode.
Oliver Endriss
2005-03-17
ttpci: follow dvb_register_adapter changes in dvbdev.[ch]
Andreas Oberritter
2005-03-12
a few more whitespace cleanups
Johannes Stezenbach
2005-02-17
Janitoring - error handling during attach
Johannes Stezenbach
2004-11-08
- make needlessly global code static
Michael Hunold
2004-09-20
- remove stupid DEB_* debugging macro horror from av7110 and budget drivers, ...
Michael Hunold
2004-08-18
- forgot to remove all occurences of "#include "dvb_functions.h" which is inc...
Michael Hunold
2004-07-31
merge back various cleanups from mainline kernel:
Johannes Stezenbach
2004-07-30
- More MODULE_PARM -> module_param changes, all should be corrected now.
Kenneth Aafloy
2004-06-24
- fix copy & paste bug: accidently set volume left twice, instead of left + r...
Michael Hunold
2004-06-24
- put audio/video initialization into separate function init_av7110_av()
Michael Hunold
2004-03-23
introduced some symbolic constants for a/v dec cmds
Johannes Stezenbach
2004-01-09
move #include <dvb_functions.h> after av7110.h to avoid irqreturn_t warning
Johannes Stezenbach
2004-01-08
rename some non-static functions to enhance readability
Johannes Stezenbach
2004-01-06
coding style & whitespace
Johannes Stezenbach
2004-01-05
Split av7110.c into a few separate modules:
Johannes Stezenbach