#include <caca.h>
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "avdevice.h"
Go to the source code of this file.
◆ DEFINE_LIST_DITHER
#define DEFINE_LIST_DITHER |
( |
|
thing, |
|
|
|
thing_str |
|
) |
| |
Value:
{ \
const
char *
const *thing = caca_get_dither_## thing ##_list(
c->dither); \
for (
i = 0; thing[
i];
i += 2) \
}
Definition at line 72 of file caca.c.
◆ CHECK_DITHER_OPT
#define CHECK_DITHER_OPT |
( |
|
opt | ) |
|
Value: do { \
if (caca_set_dither_##opt(
c->dither,
c->opt) < 0) { \
av_log(
s,
AV_LOG_ERROR,
"Failed to set value '%s' for option '%s'\n", \
} \
} while (0)
◆ OFFSET
◆ ENC
◆ caca_deinit()
◆ list_drivers()
◆ DEFINE_LIST_DITHER() [1/4]
DEFINE_LIST_DITHER |
( |
color |
, |
|
|
"colors" |
|
|
) |
| |
◆ DEFINE_LIST_DITHER() [2/4]
DEFINE_LIST_DITHER |
( |
charset |
, |
|
|
"charsets" |
|
|
) |
| |
◆ DEFINE_LIST_DITHER() [3/4]
DEFINE_LIST_DITHER |
( |
algorithm |
, |
|
|
"algorithms" |
|
|
) |
| |
◆ DEFINE_LIST_DITHER() [4/4]
DEFINE_LIST_DITHER |
( |
antialias |
, |
|
|
"antialias" |
|
|
) |
| |
◆ caca_write_header()
◆ caca_write_packet()
◆ options
Initial value:
Definition at line 198 of file caca.c.
◆ caca_class
Initial value:= {
.class_name = "caca outdev",
}
Definition at line 215 of file caca.c.
◆ ff_caca_muxer
Initial value:
Definition at line 223 of file caca.c.
static int caca_write_header(AVFormatContext *s)
Filter the word “frame” indicates either a video frame or a group of audio as stored in an AVFrame structure Format for each input and each output the list of supported formats For video that means pixel format For audio that means channel sample they are references to shared objects When the negotiation mechanism computes the intersection of the formats supported at each end of a all references to both lists are replaced with a reference to the intersection And when a single format is eventually chosen for a link amongst the remaining all references to the list are updated That means that if a filter requires that its input and output have the same format amongst a supported all it has to do is use a reference to the same list of formats query_formats can leave some formats unset and return AVERROR(EAGAIN) to cause the negotiation mechanism toagain later. That can be used by filters with complex requirements to use the format negotiated on one link to set the formats supported on another. Frame references ownership and permissions
static void deinit(AVFormatContext *s)
static const AVClass caca_class
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
static const char * window_title
#define LIBAVUTIL_VERSION_INT
@ AV_OPT_TYPE_IMAGE_SIZE
offset must point to two consecutive integers
const char * av_default_item_name(void *ptr)
Return the context name.
@ AV_CLASS_CATEGORY_DEVICE_VIDEO_OUTPUT
Undefined Behavior In the C some operations are like signed integer dereferencing freed accessing outside allocated Undefined Behavior must not occur in a C it is not safe even if the output of undefined operations is unused The unsafety may seem nit picking but Optimizing compilers have in fact optimized code on the assumption that no undefined Behavior occurs Optimizing code based on wrong assumptions can and has in some cases lead to effects beyond the output of computations The signed integer overflow problem in speed critical code Code which is highly optimized and works with signed integers sometimes has the problem that often the output of the computation does not c
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static void caca_deinit(AVFormatContext *s)
#define AV_LOG_INFO
Standard information.
#define i(width, name, range_min, range_max)
static const AVOption options[]
#define flags(name, subs,...)
static int write_packet(AVFormatContext *s1, AVPacket *pkt)
static int caca_write_packet(AVFormatContext *s, AVPacket *pkt)
static void write_header(FFV1Context *f)
static void list_drivers(CACAContext *c)