1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
TODO items for biTStream. The items are not ordered by importance
so if you like something just do it and send a patch.
- Add support (parser, generator, example) for these MPEG descriptors:
- Descriptor 0x29 IPMP_descriptor (defined in ISO/IEC 13818-11, MPEG-2 IPMP)
- Add support (parser, generator, example) for these DVB descriptors:
- Descriptor 0x6f: application_signalling_descriptor
- Descriptor 0x70: adaptation_field_data_descriptor
- Descriptor 0x71: service_identifier_descriptor
- Descriptor 0x72: service_availability_descriptor
- Descriptor 0x73: default_authority_descriptor
- Descriptor 0x74: related_content_descriptor
- Descriptor 0x75: TVA_id_descriptor
- Descriptor 0x76: content_identifier_descriptor
- Descriptor 0x77: time_slice_fec_identifier_descriptor
- Descriptor 0x78: ECM_repetition_rate_descriptor
- Descriptor 0x79: S2_satellite_delivery_system_descriptor
- Descriptor 0x7d: XAIT location descriptor
- Descriptor 0x7e: FTA_content_management_descriptor
- Descriptor 0x7f: extension descriptor
- Add support for extension descriptors
|