FFmpeg
|
#include "libavutil/intreadwrite.h"
#include "libavutil/pixdesc.h"
#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"
#include "xwd.h"
Include dependency graph for xwdenc.c:
Go to the source code of this file.
Macros | |
#define | WINDOW_NAME "lavcxwdenc" |
#define | WINDOW_NAME_SIZE 11 |
Functions | |
static int | xwd_encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pict, int *got_packet) |
Variables | |
AVCodec | ff_xwd_encoder |
Macro Definition Documentation
#define WINDOW_NAME "lavcxwdenc" |
Definition at line 30 of file xwdenc.c.
Referenced by xwd_encode_frame().
#define WINDOW_NAME_SIZE 11 |
Definition at line 31 of file xwdenc.c.
Referenced by xwd_encode_frame().
Function Documentation
|
static |
Variable Documentation
AVCodec ff_xwd_encoder |
Initial value:
= {
.name = "xwd",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_XWD,
.encode2 = xwd_encode_frame,
.long_name = NULL_IF_CONFIG_SMALL("XWD (X Window Dump) image"),
}
Definition: pixfmt.h:67
packed RGB 5:5:5, 16bpp, (msb)1A 5R 5G 5B(lsb), little-endian, most significant bit to 0 ...
Definition: pixfmt.h:117
packed BGR 5:6:5, 16bpp, (msb) 5B 6G 5R(lsb), little-endian
Definition: pixfmt.h:120
packed RGB 5:6:5, 16bpp, (msb) 5R 6G 5B(lsb), little-endian
Definition: pixfmt.h:115
packed RGB 5:6:5, 16bpp, (msb) 5R 6G 5B(lsb), big-endian
Definition: pixfmt.h:114
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
packed BGR 5:6:5, 16bpp, (msb) 5B 6G 5R(lsb), big-endian
Definition: pixfmt.h:119
Definition: libavcodec/avcodec.h:261
packed BGR 5:5:5, 16bpp, (msb)1A 5B 5G 5R(lsb), little-endian, most significant bit to 1 ...
Definition: pixfmt.h:122
packed RGB 5:5:5, 16bpp, (msb)1A 5R 5G 5B(lsb), big-endian, most significant bit to 0 ...
Definition: pixfmt.h:116
Y , 1bpp, 0 is white, 1 is black, in each byte pixels are ordered from the msb to the lsb...
Definition: pixfmt.h:77
static int xwd_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pict, int *got_packet)
Definition: xwdenc.c:33
packed BGR 5:5:5, 16bpp, (msb)1A 5B 5G 5R(lsb), big-endian, most significant bit to 1 ...
Definition: pixfmt.h:121
Definition: avutil.h:143
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11