|
FFmpeg
|
#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/mem.h"#include "libavutil/opt.h"#include "avformat.h"#include "avio_internal.h"#include "avlanguage.h"#include "demux.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 | FRAME_HEADER_SIZE 6 |
| #define | print_guid(g) |
| #define | LEN 22 |
| #define | DO_2BITS(bits, var, defval) |
Variables | |
| static const AVOption | options [] |
| static const AVClass | asf_class |
| const FFInputFormat | ff_asf_demuxer |
| #define FRAME_HEADER_SIZE 6 |
Definition at line 137 of file asfdec_f.c.
| #define print_guid | ( | g | ) |
| #define LEN 22 |
Referenced by asf_read_metadata(), build_filter(), checkasm_check_float_dsp(), get_tag(), main(), main(), test_butterflies_float(), test_dcmul_add(), test_fcmul_add(), test_inverse_coupling(), test_scalarproduct_double(), test_scalarproduct_float(), test_vector_dmac_scalar(), test_vector_dmul(), test_vector_dmul_scalar(), test_vector_fmac_scalar(), test_vector_fmul(), test_vector_fmul_add(), test_vector_fmul_scalar(), and test_vector_fmul_window().
| #define DO_2BITS | ( | bits, | |
| var, | |||
| defval ) |
Definition at line 856 of file asfdec_f.c.
Referenced by asf_get_packet(), and asf_read_frame_header().
|
static |
Definition at line 195 of file asfdec_f.c.
|
static |
Definition at line 204 of file asfdec_f.c.
Referenced by asf_read_ext_content_desc(), asf_read_metadata(), and get_tag().
|
static |
Definition at line 220 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 274 of file asfdec_f.c.
Referenced by asf_read_header().
|
static |
Definition at line 299 of file asfdec_f.c.
Referenced by asf_read_header().
|
static |
Definition at line 469 of file asfdec_f.c.
Referenced by asf_read_header().
|
static |
Definition at line 529 of file asfdec_f.c.
Referenced by asf_read_header().
|
static |
Definition at line 548 of file asfdec_f.c.
Referenced by asf_read_header().
|
static |
Definition at line 586 of file asfdec_f.c.
Referenced by asf_read_header().
|
static |
Definition at line 606 of file asfdec_f.c.
Referenced by asf_read_header().
|
static |
Definition at line 655 of file asfdec_f.c.
Referenced by asf_read_header().
|
static |
Definition at line 694 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 881 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 1132 of file asfdec_f.c.
Referenced by asf_read_packet().
|
static |
Definition at line 1363 of file asfdec_f.c.
|
static |
Definition at line 1383 of file asfdec_f.c.
Referenced by asf_read_close(), asf_read_pts(), and asf_read_seek().
|
static |
Definition at line 1416 of file asfdec_f.c.
Referenced by asf_read_seek().
|
static |
Definition at line 1431 of file asfdec_f.c.
|
static |
Definition at line 1438 of file asfdec_f.c.
|
static |
Definition at line 1490 of file asfdec_f.c.
Referenced by asf_read_seek().
|
static |
Definition at line 1558 of file asfdec_f.c.
|
static |
Definition at line 121 of file asfdec_f.c.
|
static |
Definition at line 127 of file asfdec_f.c.
| const FFInputFormat ff_asf_demuxer |
Definition at line 1614 of file asfdec_f.c.