Annotation of dvb-kernel-v4/TODO, revision 1.2

1.1       js          1: Linux DVB API V4 TODO
                      2: =====================
                      3: 
1.2     ! hunold      4: core:
        !             5: 
        !             6: - replace event queue in frontend with status implemenation similar to
        !             7: demux/video/audio
        !             8: 
        !             9: - replace dvb_xxx_from_filp() with proper get_xxx()/set_xxx() functions with
        !            10: proper locking
        !            11: 
        !            12: - introduce a lot of "INVALID" members for all sort of enumerations (for 
        !            13: example play states)
        !            14: 
        !            15: - allow or multiple section filters matching the same data? (ie. have a ring
        !            16: buffer per file descriptor and copy all data once)
        !            17: 
        !            18: - add dvb_net to the demux core, so hw drivers do not have to register dvb_net
        !            19: support seperately (i.e. dvb_register_dmxdev() automatically creates the DVB
        !            20: net device)
1.1       js         21: 
                     22: - last but not least, API documentation...
1.2     ! hunold     23: 
        !            24: av7110:
        !            25: 
        !            26: - remuxing stuff for av7110 TS record/playback is currently excluded; probably
        !            27: should drop TS playback support altogether (was broken anyway, is not supported
        !            28: by hardware), and add TS record for the currently decoded PIDs later (required
        !            29: PES -> TS remux)

LinuxTV legacy CVS <linuxtv.org/cvs>