|
FFmpeg
|
Misc test sources. More...
#include <float.h>#include "libavutil/avassert.h"#include "libavutil/common.h"#include "libavutil/ffmath.h"#include "libavutil/opt.h"#include "libavutil/imgutils.h"#include "libavutil/intreadwrite.h"#include "libavutil/parseutils.h"#include "libavutil/xga_font_data.h"#include "avfilter.h"#include "drawutils.h"#include "formats.h"#include "internal.h"#include "video.h"Classes | |
| struct | TestSourceContext |
Macros | |
| #define | OFFSET(x) offsetof(TestSourceContext, x) |
| #define | FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
| #define | SIZE_OPTIONS |
| #define | COMMON_OPTIONS_NOSIZE |
| #define | COMMON_OPTIONS SIZE_OPTIONS COMMON_OPTIONS_NOSIZE |
Typedefs | |
| typedef struct TestSourceContext | TestSourceContext |
Misc test sources.
testsrc is based on the test pattern generator demuxer by Nicolas George: http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2007-October/037845.html
rgbtestsrc is ported from MPlayer libmpcodecs/vf_rgbtest.c by Michael Niedermayer.
allyuv, smptebars and smptehdbars are by Paul B Mahol.
| #define COMMON_OPTIONS_NOSIZE |
| #define SIZE_OPTIONS |
1.8.12