Libav
|
#include <inttypes.h>
#include "libavutil/attributes.h"
#include "libavutil/avassert.h"
#include "libavutil/avstring.h"
#include "libavutil/bswap.h"
#include "libavutil/common.h"
#include "libavutil/dict.h"
#include "libavutil/internal.h"
#include "libavutil/mathematics.h"
#include "libavutil/opt.h"
#include "avformat.h"
#include "avio_internal.h"
#include "avlanguage.h"
#include "id3v2.h"
#include "internal.h"
#include "riff.h"
#include "asf.h"
#include "asfcrypt.h"
#include <assert.h>
Go to the source code of this file.
Data Structures | |
struct | ASFContext |
Macros | |
#define | ASF_MAX_STREAMS 127 |
#define | FRAME_HEADER_SIZE 17 |
#define | print_guid(g) |
#define | DO_2BITS(bits, var, defval) |
Variables | |
static const AVOption | options [] |
static const AVClass | asf_class |
static const ff_asf_guid | index_guid |
AVInputFormat | ff_asf_demuxer |
#define ASF_MAX_STREAMS 127 |
Definition at line 100 of file asfdec.c.
Referenced by asf_read_pts(), and asf_read_stream_properties().
#define FRAME_HEADER_SIZE 17 |
Definition at line 101 of file asfdec.c.
Referenced by asf_parse_packet(), and asf_read_packet().
#define print_guid | ( | g | ) |
Definition at line 153 of file asfdec.c.
Referenced by asf_read_header().
#define DO_2BITS | ( | bits, | |
var, | |||
defval | |||
) |
Definition at line 844 of file asfdec.c.
Referenced by asf_get_packet(), and asf_read_frame_header().
|
static |
|
static |
Definition at line 167 of file asfdec.c.
Referenced by asf_read_ext_content_desc(), asf_read_metadata(), and get_tag().
|
static |
|
static |
|
static |
Definition at line 282 of file asfdec.c.
Referenced by asf_read_content_desc(), asf_read_ext_content_desc(), and asf_read_metadata().
|
static |
Definition at line 324 of file asfdec.c.
Referenced by asf_read_header().
|
static |
Definition at line 348 of file asfdec.c.
Referenced by asf_read_header().
|
static |
Definition at line 514 of file asfdec.c.
Referenced by asf_read_header().
|
static |
Definition at line 562 of file asfdec.c.
Referenced by asf_read_header().
|
static |
Definition at line 581 of file asfdec.c.
Referenced by asf_read_header().
|
static |
Definition at line 615 of file asfdec.c.
Referenced by asf_read_header().
|
static |
Definition at line 635 of file asfdec.c.
Referenced by asf_read_header().
|
static |
Definition at line 674 of file asfdec.c.
Referenced by asf_read_header().
|
static |
|
static |
Load a single ASF packet into the demuxer.
s | demux context |
pb | context to read data from |
Definition at line 869 of file asfdec.c.
Referenced by asf_read_packet().
|
static |
|
static |
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 1061 of file asfdec.c.
Referenced by asf_read_packet().
|
static |
Definition at line 1287 of file asfdec.c.
Referenced by asf_read_pts().
|
static |
Definition at line 1307 of file asfdec.c.
Referenced by asf_read_close(), asf_read_pts(), and asf_read_seek().
|
static |
|
static |
|
static |
Definition at line 1402 of file asfdec.c.
Referenced by asf_read_seek().
|
static |
|
static |
|
static |
|
static |
Definition at line 104 of file asfdec.c.
Referenced by asf_build_simple_index().
AVInputFormat ff_asf_demuxer |
Definition at line 1510 of file asfdec.c.
Referenced by ff_wms_parse_sdp_a_line().