|
FFmpeg
4.4.6
|
#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 | ASFPayload |
| struct | ASFStream |
| struct | ASFContext |
Macros | |
| #define | ASF_MAX_STREAMS 127 |
| #define | FRAME_HEADER_SIZE 6 |
| #define | print_guid(g) while(0) |
| #define | LEN 22 |
| #define | DO_2BITS(bits, var, defval) |
Variables | |
| static const AVOption | options [] |
| static const AVClass | asf_class |
| AVInputFormat | ff_asf_demuxer |
| #define ASF_MAX_STREAMS 127 |
Definition at line 136 of file asfdec_f.c.
| #define FRAME_HEADER_SIZE 6 |
Definition at line 137 of file asfdec_f.c.
| #define print_guid | ( | g | ) | while(0) |
Definition at line 192 of file asfdec_f.c.
| #define LEN 22 |
| #define DO_2BITS | ( | bits, | |
| var, | |||
| defval | |||
| ) |
|
static |
Definition at line 195 of file asfdec_f.c.
|
static |
Definition at line 206 of file asfdec_f.c.
Referenced by asf_read_ext_content_desc(), asf_read_metadata(), and get_tag().
|
static |
Definition at line 224 of file asfdec_f.c.
Referenced by get_tag().
|
static |
Definition at line 311 of file asfdec_f.c.
Referenced by get_tag().
|
static |
Definition at line 323 of file asfdec_f.c.
Referenced by asf_read_content_desc(), asf_read_ext_content_desc(), asf_read_header(), and asf_read_metadata().
|
static |
Definition at line 380 of file asfdec_f.c.
Referenced by asf_read_header().
|
static |
Definition at line 404 of file asfdec_f.c.
Referenced by asf_read_header().
|
static |
Definition at line 573 of file asfdec_f.c.
Referenced by asf_read_header().
|
static |
Definition at line 633 of file asfdec_f.c.
Referenced by asf_read_header().
|
static |
Definition at line 652 of file asfdec_f.c.
Referenced by asf_read_header().
|
static |
Definition at line 686 of file asfdec_f.c.
Referenced by asf_read_header().
|
static |
Definition at line 706 of file asfdec_f.c.
Referenced by asf_read_header().
|
static |
Definition at line 754 of file asfdec_f.c.
Referenced by asf_read_header().
|
static |
Definition at line 794 of file asfdec_f.c.
|
static |
Load a single ASF packet into the demuxer.
| s | demux context |
| pb | context to read data from |
Definition at line 981 of file asfdec_f.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 1232 of file asfdec_f.c.
Referenced by asf_read_packet().
|
static |
Definition at line 1463 of file asfdec_f.c.
|
static |
Definition at line 1483 of file asfdec_f.c.
Referenced by asf_read_close(), asf_read_pts(), and asf_read_seek().
|
static |
Definition at line 1516 of file asfdec_f.c.
Referenced by asf_read_seek().
|
static |
Definition at line 1531 of file asfdec_f.c.
|
static |
Definition at line 1538 of file asfdec_f.c.
|
static |
Definition at line 1595 of file asfdec_f.c.
Referenced by asf_read_seek().
|
static |
Definition at line 1663 of file asfdec_f.c.
|
static |
Definition at line 120 of file asfdec_f.c.
|
static |
Definition at line 126 of file asfdec_f.c.
| AVInputFormat ff_asf_demuxer |
Definition at line 1718 of file asfdec_f.c.