FFmpeg
|
#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/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 16 |
#define | print_guid(g) |
#define | LEN 22 |
#define | DO_2BITS(bits, var, defval) |
Variables | |
static const AVOption | options [] |
static const AVClass | asf_class |
AVInputFormat | ff_asf_demuxer |
Macro Definition Documentation
#define ASF_MAX_STREAMS 127 |
Definition at line 99 of file asfdec.c.
Referenced by asf_read_pts(), and asf_read_stream_properties().
#define DO_2BITS | ( | bits, | |
var, | |||
defval | |||
) |
Definition at line 861 of file asfdec.c.
Referenced by asf_read_frame_header(), and ff_asf_get_packet().
#define FRAME_HEADER_SIZE 16 |
Definition at line 100 of file asfdec.c.
Referenced by asf_read_packet(), and ff_asf_parse_packet().
#define LEN 22 |
Referenced by av_adler32_update(), build_filter(), ff_pca(), and get_tag().
#define print_guid | ( | g | ) |
Definition at line 148 of file asfdec.c.
Referenced by asf_read_header().
Function Documentation
|
static |
Definition at line 1442 of file asfdec.c.
Referenced by asf_read_seek().
|
static |
|
static |
|
static |
Definition at line 572 of file asfdec.c.
Referenced by asf_read_header().
|
static |
Definition at line 591 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 323 of file asfdec.c.
Referenced by asf_read_header().
|
static |
|
static |
|
static |
Definition at line 625 of file asfdec.c.
Referenced by asf_read_header().
|
static |
Definition at line 684 of file asfdec.c.
Referenced by asf_read_header().
|
static |
Definition at line 645 of file asfdec.c.
Referenced by asf_read_header().
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 347 of file asfdec.c.
Referenced by asf_read_header().
|
static |
Definition at line 1346 of file asfdec.c.
Referenced by asf_read_close(), asf_read_pts(), and asf_read_seek().
|
static |
Load a single ASF packet into the demuxer.
- Parameters
-
s demux context pb context to read data from
- Returns
- 0 on success, <0 on error
Definition at line 886 of file asfdec.c.
Referenced by asf_read_packet().
|
static |
Parse data from individual ASF packets (which were previously loaded with asf_get_packet()).
- Parameters
-
s demux context pb context to read data from pkt pointer to store packet data into
- Returns
- 0 if data was stored in pkt, <0 on error or 1 if more ASF packets need to be loaded (through asf_get_packet())
Definition at line 1113 of file asfdec.c.
Referenced by asf_read_packet().
|
static |
|
static |
Definition at line 277 of file asfdec.c.
Referenced by asf_read_content_desc(), asf_read_ext_content_desc(), asf_read_header(), and asf_read_metadata().
|
static |
Definition at line 162 of file asfdec.c.
Referenced by asf_read_ext_content_desc(), asf_read_metadata(), and get_tag().
Variable Documentation
|
static |
AVInputFormat ff_asf_demuxer |
Definition at line 1541 of file asfdec.c.
Referenced by ff_wms_parse_sdp_a_line().
|
static |
Generated on Mon Nov 18 2024 06:52:04 for FFmpeg by 1.8.11