FFmpeg
|
#include <time.h>
#include "avformat.h"
#include "internal.h"
#include "libavcodec/dv_profile.h"
#include "libavcodec/dvdata.h"
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
#include "libavutil/timecode.h"
#include "dv.h"
#include "libavutil/avassert.h"
Go to the source code of this file.
Data Structures | |
struct | DVDemuxContext |
struct | RawDVContext |
Typedefs | |
typedef struct RawDVContext | RawDVContext |
Variables | |
static const int | dv_audio_frequency [3] |
Typedef Documentation
typedef struct RawDVContext RawDVContext |
Function Documentation
int avpriv_dv_get_packet | ( | DVDemuxContext * | c, |
AVPacket * | pkt | ||
) |
Definition at line 340 of file libavformat/dv.c.
Referenced by avi_read_packet(), dv1394_read_packet(), dv_read_packet(), iec61883_parse_queue_dv(), and mov_read_packet().
DVDemuxContext* avpriv_dv_init_demux | ( | AVFormatContext * | s | ) |
Definition at line 317 of file libavformat/dv.c.
Referenced by avi_read_header(), dv1394_read_header(), dv_read_header(), ff_mov_read_stsd_entries(), and iec61883_read_header().
int avpriv_dv_produce_packet | ( | DVDemuxContext * | c, |
AVPacket * | pkt, | ||
uint8_t * | buf, | ||
int | buf_size, | ||
int64_t | pos | ||
) |
Definition at line 357 of file libavformat/dv.c.
Referenced by avi_read_packet(), dv1394_read_packet(), dv_read_packet(), iec61883_parse_queue_dv(), and mov_read_packet().
|
inlinestatic |
Definition at line 55 of file libavformat/dv.c.
Referenced by dv_extract_audio().
Definition at line 116 of file libavformat/dv.c.
Referenced by avpriv_dv_produce_packet().
|
static |
Definition at line 210 of file libavformat/dv.c.
Referenced by avpriv_dv_produce_packet().
|
static |
Definition at line 80 of file libavformat/dv.c.
Referenced by dv_extract_audio(), dv_extract_audio_info(), dv_extract_timecode(), and dv_extract_video_info().
|
static |
Definition at line 297 of file libavformat/dv.c.
Referenced by dv_read_timecode().
|
static |
Definition at line 270 of file libavformat/dv.c.
Referenced by avpriv_dv_produce_packet().
|
static |
Definition at line 409 of file libavformat/dv.c.
Referenced by dv_read_seek().
|
static |
Definition at line 569 of file libavformat/dv.c.
|
static |
Definition at line 562 of file libavformat/dv.c.
Referenced by dv_probe().
|
static |
Definition at line 481 of file libavformat/dv.c.
Referenced by dv_probe().
|
static |
Definition at line 527 of file libavformat/dv.c.
Referenced by dv_probe().
|
static |
Definition at line 548 of file libavformat/dv.c.
Referenced by dv_probe().
|
static |
Definition at line 449 of file libavformat/dv.c.
Referenced by dv_read_header().
void ff_dv_offset_reset | ( | DVDemuxContext * | c, |
int64_t | frame_offset | ||
) |
Definition at line 426 of file libavformat/dv.c.
Referenced by avi_read_seek(), and dv_read_seek().
Variable Documentation
|
static |
Definition at line 104 of file libavformat/dv.c.
Referenced by dv_extract_audio(), and dv_extract_audio_info().
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11