|
FFmpeg
|
Raw Video Decoder. More...
#include "avcodec.h"#include "raw.h"#include "libavutil/avassert.h"#include "libavutil/buffer.h"#include "libavutil/common.h"#include "libavutil/intreadwrite.h"#include "libavutil/imgutils.h"#include "libavutil/opt.h"
Go to the source code of this file.
Data Structures | |
| struct | RawVideoContext |
Typedefs | |
| typedef struct RawVideoContext | RawVideoContext |
Functions | |
| enum AVPixelFormat | avpriv_find_pix_fmt (const PixelFormatTag *tags, unsigned int fourcc) |
| enum AVPixelFormat | ff_find_pix_fmt (const PixelFormatTag *tags, unsigned int fourcc) |
| static av_cold int | raw_init_decoder (AVCodecContext *avctx) |
| static void | flip (AVCodecContext *avctx, AVPicture *picture) |
| static int | raw_decode (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
| static av_cold int | raw_close_decoder (AVCodecContext *avctx) |
Variables | |
| static const AVOption | options [] |
| class { | |
| class_name = "rawdec" | |
| option = options | |
| version = LIBAVUTIL_VERSION_INT | |
| }; | |
| static const PixelFormatTag | pix_fmt_bps_avi [] |
| static const PixelFormatTag | pix_fmt_bps_mov [] |
| AVCodec | ff_rawvideo_decoder |
Detailed Description
Raw Video Decoder.
Definition in file libavcodec/rawdec.c.
Typedef Documentation
| typedef struct RawVideoContext RawVideoContext |
Function Documentation
| enum AVPixelFormat avpriv_find_pix_fmt | ( | const PixelFormatTag * | tags, |
| unsigned int | fourcc | ||
| ) |
Definition at line 84 of file libavcodec/rawdec.c.
Referenced by avformat_find_stream_info(), dshow_pixfmt(), ff_find_pix_fmt(), frm_read_header(), and raw_init_decoder().
| enum AVPixelFormat ff_find_pix_fmt | ( | const PixelFormatTag * | tags, |
| unsigned int | fourcc | ||
| ) |
Definition at line 96 of file libavcodec/rawdec.c.
|
static |
Definition at line 157 of file libavcodec/rawdec.c.
Referenced by audio_open(), config_input(), config_props(), filter_frame(), get_video_buffer(), and tnput().
|
static |
Definition at line 337 of file libavcodec/rawdec.c.
|
static |
Definition at line 163 of file libavcodec/rawdec.c.
|
static |
Definition at line 102 of file libavcodec/rawdec.c.
Variable Documentation
| const { ... } |
|
private |
Definition at line 52 of file libavcodec/rawdec.c.
| AVCodec ff_rawvideo_decoder |
Definition at line 345 of file libavcodec/rawdec.c.
|
private |
Definition at line 53 of file libavcodec/rawdec.c.
|
static |
Definition at line 46 of file libavcodec/rawdec.c.
|
static |
Definition at line 57 of file libavcodec/rawdec.c.
|
static |
Definition at line 70 of file libavcodec/rawdec.c.
|
private |
Definition at line 54 of file libavcodec/rawdec.c.
Generated by
1.8.11