#include "riff.h"#include "asf.h"Go to the source code of this file.
| Defines | |
| #define | WTV_SECTOR_BITS 12 | 
| #define | WTV_SECTOR_SIZE (1 << WTV_SECTOR_BITS) | 
| #define | WTV_BIGSECTOR_BITS 18 | 
| #define | WTV_PAD8(x) (((x) + 7) & ~7) | 
| Variables | |
| const uint8_t | ff_timeline_le16 [16] | 
| const uint8_t | ff_timeline_table_0_entries_Events_le16 [62] | 
| const uint8_t | ff_table_0_entries_legacy_attrib_le16 [58] | 
| const uint8_t | ff_table_0_entries_time_le16 [40] | 
| const ff_asf_guid | ff_dir_entry_guid | 
| const ff_asf_guid | ff_wtv_guid | 
| const ff_asf_guid | ff_timestamp_guid | 
| const ff_asf_guid | ff_data_guid | 
| const ff_asf_guid | ff_stream_guid | 
| const ff_asf_guid | ff_mediatype_audio | 
| const ff_asf_guid | ff_mediatype_video | 
| const ff_asf_guid | ff_format_none | 
| const AVCodecGuid | ff_video_guids [] | 
| const ff_asf_guid | ff_DSATTRIB_TRANSPORT_PROPERTIES | 
| const ff_asf_guid | ff_metadata_guid | 
| const ff_asf_guid | ff_stream2_guid | 
| const ff_asf_guid | ff_mediasubtype_cpfilters_processed | 
| const ff_asf_guid | ff_format_cpfilters_processed | 
| const ff_asf_guid | ff_format_waveformatex | 
| const ff_asf_guid | ff_format_mpeg2_video | 
| #define WTV_BIGSECTOR_BITS 18 | 
Definition at line 30 of file wtv.h.
Referenced by finish_file(), write_header(), and wtvfile_open_sector().
| #define WTV_PAD8 | ( | x | ) | (((x) + 7) & ~7) | 
Definition at line 31 of file wtv.h.
Referenced by finish_chunk_noindex(), parse_chunks(), read_packet(), write_packet(), write_root_table(), and write_table0_header_legacy_attrib().
| #define WTV_SECTOR_BITS 12 | 
Definition at line 28 of file wtv.h.
Referenced by finish_file(), read_header(), write_fat_sector(), write_header(), write_trailer(), wtvfile_open_sector(), wtvfile_read_packet(), and wtvfile_seek().
| #define WTV_SECTOR_SIZE (1 << WTV_SECTOR_BITS) | 
Definition at line 29 of file wtv.h.
Referenced by finish_file(), read_header(), write_fat(), write_fat_sector(), write_root_table(), and wtvfile_open_sector().
| const ff_asf_guid ff_data_guid | 
| const ff_asf_guid ff_dir_entry_guid | 
Definition at line 54 of file wtv.c.
Referenced by parse_chunks(), and write_DSATTRIB_TRANSPORT_PROPERTIES_init().
Definition at line 66 of file wtv.c.
Referenced by parse_media_type(), and write_stream_codec_info().
Definition at line 70 of file wtv.c.
Referenced by parse_media_type(), and write_stream_codec_info().
| const ff_asf_guid ff_format_none | 
Definition at line 68 of file wtv.c.
Referenced by parse_media_type(), and write_stream_codec_info().
Definition at line 62 of file wtv.c.
Referenced by parse_media_type(), and write_stream_codec_info().
Definition at line 35 of file wtv.c.
Referenced by parse_media_type(), and write_stream_codec_info().
Definition at line 37 of file wtv.c.
Referenced by parse_media_type(), and write_stream_codec_info().
| const ff_asf_guid ff_metadata_guid | 
| const ff_asf_guid ff_stream2_guid | 
| const ff_asf_guid ff_stream_guid | 
| const uint8_t ff_table_0_entries_legacy_attrib_le16[58] | 
| const uint8_t ff_table_0_entries_time_le16[40] | 
| const uint8_t ff_timeline_le16[16] | 
| const uint8_t ff_timeline_table_0_entries_Events_le16[62] | 
| const ff_asf_guid ff_timestamp_guid | 
| const AVCodecGuid ff_video_guids[] | 
Definition at line 73 of file wtv.c.
Referenced by parse_media_type(), and write_stream_codec_info().
| const ff_asf_guid ff_wtv_guid | 
 1.5.8
 1.5.8