File:  [DVB] / dvb-kernel-v4 / TODO
Revision 1.1.2.1: download - view: text, annotated - select for diffs
Mon Jul 25 14:40:44 2005 UTC (18 years, 10 months ago) by hiramatu
Branches: ARIB_extension
CVS tags: ARIB_extension_rev002
Diff to: branchpoint 1.1: preferred, colored
merged MAIN 2005-07-25 00:00:00 (UTC)

Linux DVB API V4 TODO
=====================

core:

- replace event queue in frontend with status implemenation similar to
demux/video/audio

- replace dvb_xxx_from_filp() with proper get_xxx()/set_xxx() functions with
proper locking

- introduce a lot of "INVALID" members for all sort of enumerations (for 
example play states)

- allow or multiple section filters matching the same data? (ie. have a ring
buffer per file descriptor and copy all data once)

- add dvb_net to the demux core, so hw drivers do not have to register dvb_net
support seperately (i.e. dvb_register_dmxdev() automatically creates the DVB
net device)

- last but not least, API documentation...

av7110:

- remuxing stuff for av7110 TS record/playback is currently excluded; probably
should drop TS playback support altogether (was broken anyway, is not supported
by hardware), and add TS record for the currently decoded PIDs later (required
PES -> TS remux)

LinuxTV legacy CVS <linuxtv.org/cvs>