#include <stdint.h>
#include "avformat.h"
#include "metadata.h"
Go to the source code of this file.
#define ASF_PL_FLAG_KEY_FRAME 0x80 |
Definition at line 221 of file asf.h.
Referenced by put_payload_header().
#define ASF_PL_FLAG_MEDIA_OBJECT_NUMBER_LENGTH_FIELD_IS_BYTE 0x10 |
#define ASF_PL_FLAG_MEDIA_OBJECT_NUMBER_LENGTH_FIELD_IS_DWORD 0x30 |
#define ASF_PL_FLAG_MEDIA_OBJECT_NUMBER_LENGTH_FIELD_IS_WORD 0x20 |
#define ASF_PL_FLAG_OFFSET_INTO_MEDIA_OBJECT_LENGTH_FIELD_IS_BYTE 0x04 |
#define ASF_PL_FLAG_OFFSET_INTO_MEDIA_OBJECT_LENGTH_FIELD_IS_DWORD 0x0c |
#define ASF_PL_FLAG_OFFSET_INTO_MEDIA_OBJECT_LENGTH_FIELD_IS_WORD 0x08 |
#define ASF_PL_FLAG_REPLICATED_DATA_LENGTH_FIELD_IS_DWORD 0x03 |
#define ASF_PL_MASK_MEDIA_OBJECT_NUMBER_LENGTH_FIELD_SIZE 0x30 |
#define ASF_PL_MASK_OFFSET_INTO_MEDIA_OBJECT_LENGTH_FIELD_SIZE 0x0c |
#define ASF_PPI_FLAG_MULTIPLE_PAYLOADS_PRESENT 1 |
Definition at line 181 of file asf.h.
Referenced by put_payload_parsing_info().
#define ASF_PPI_FLAG_PADDING_LENGTH_FIELD_IS_BYTE 0x08 |
Definition at line 188 of file asf.h.
Referenced by put_payload_parsing_info().
#define ASF_PPI_FLAG_PADDING_LENGTH_FIELD_IS_WORD 0x10 |
Definition at line 189 of file asf.h.
Referenced by put_payload_parsing_info().
#define PACKET_SIZE 3200 |
Definition at line 28 of file asf.h.
Referenced by asf_write_header(), flush_packet(), iff_read_packet(), and put_frame().
int ff_asf_get_packet | ( | AVFormatContext * | s, | |
ByteIOContext * | pb | |||
) |
Load a single ASF packet into the demuxer.
s | demux context | |
pb | context to read data from |
Definition at line 551 of file asfdec.c.
Referenced by asf_read_packet().
int ff_asf_parse_packet | ( | AVFormatContext * | s, | |
ByteIOContext * | pb, | |||
AVPacket * | pkt | |||
) |
Parse data from individual ASF packets (which were previously loaded with asf_get_packet()).
s | demux context | |
pb | context to read data from | |
pkt | pointer to store packet data into |
Definition at line 697 of file asfdec.c.
Referenced by asf_read_packet().
Definition at line 44 of file asf.c.
Referenced by print_guid().
Definition at line 50 of file asf.c.
Referenced by asf_write_header1().
const GUID ff_asf_audio_stream |
Definition at line 40 of file asf.c.
Referenced by asf_read_header(), asf_write_header1(), and print_guid().
Definition at line 73 of file asf.c.
Referenced by asf_write_header1(), and print_guid().
Definition at line 70 of file asf.c.
Referenced by asf_read_header(), asf_write_header1(), and print_guid().
const GUID ff_asf_command_stream |
Definition at line 62 of file asf.c.
Referenced by asf_read_header(), and print_guid().
const GUID ff_asf_comment_header |
Definition at line 66 of file asf.c.
Referenced by asf_read_header(), asf_write_header1(), and print_guid().
const GUID ff_asf_data_header |
Definition at line 77 of file asf.c.
Referenced by asf_read_header(), asf_write_header1(), and print_guid().
Definition at line 101 of file asf.c.
Referenced by asf_read_header(), and print_guid().
Definition at line 97 of file asf.c.
Referenced by asf_read_header(), and print_guid().
const GUID ff_asf_ext_stream_header |
Definition at line 36 of file asf.c.
Referenced by asf_read_header(), and print_guid().
Definition at line 89 of file asf.c.
Referenced by asf_read_header(), asf_write_header1(), and print_guid().
const GUID ff_asf_file_header |
Definition at line 28 of file asf.c.
Referenced by asf_read_header(), asf_write_header1(), and print_guid().
const GUID ff_asf_head1_guid |
Definition at line 81 of file asf.c.
Referenced by asf_read_header(), asf_write_header1(), and print_guid().
const GUID ff_asf_head2_guid |
Definition at line 85 of file asf.c.
Referenced by asf_write_header1(), and print_guid().
const GUID ff_asf_header |
Definition at line 24 of file asf.c.
Referenced by asf_probe(), asf_read_header(), asf_write_header1(), and print_guid().
const AVMetadataConv ff_asf_metadata_conv[] |
const GUID ff_asf_metadata_header |
Definition at line 105 of file asf.c.
Referenced by asf_read_header(), and print_guid().
const GUID ff_asf_my_guid |
Definition at line 111 of file asf.c.
Referenced by asf_write_header1(), asf_write_index(), and print_guid().
Definition at line 93 of file asf.c.
Referenced by asf_write_index().
const GUID ff_asf_stream_header |
Definition at line 32 of file asf.c.
Referenced by asf_read_header(), asf_write_header1(), and print_guid().
Definition at line 58 of file asf.c.
Referenced by asf_write_header1(), and print_guid().
const GUID ff_asf_video_stream |
Definition at line 54 of file asf.c.
Referenced by asf_read_header(), asf_write_header1(), and print_guid().