Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-24 | - fix copy & paste bug: accidently set volume left twice, instead of left + ↵ | Michael Hunold | |
right | |||
2004-06-24 | - put audio/video initialization into separate function init_av7110_av() | Michael Hunold | |
- call this function after system initialization and after arm crash to restore the previous state Thanks to Soeren Sonnenburg <bugreports@nn7.de> for this patch. | |||
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 | |
- av7110.c: initialization and demux stuff - av7110_hw.c: lowlevel hardware access and firmware interface - av7110_ca.c: CI and ECD - av7110_av.c: audio/video MPEG decoder and remuxing stuff - av7110_v4l.c: v4l interface It's all still ugly and needs lots of namespace and coding-style cleanups. It's probably broken, too. But it's a start. (My main motivation is easier porting to the V4 API). |