Go to the documentation of this file.
57 #define OFFSET(x) offsetof(DetelecineContext, x)
58 #define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM
66 {
"pattern",
"pattern that describe for how many fields a frame is to be displayed",
OFFSET(pattern),
AV_OPT_TYPE_STRING, {.str=
"23"}, 0, 0,
FLAGS},
67 {
"start_frame",
"position of first frame with respect to the pattern if stream is cut",
OFFSET(start_frame),
AV_OPT_TYPE_INT, {.i64=0}, 0, 13,
FLAGS},
80 if (!strlen(
s->pattern)) {
85 for (p =
s->pattern; *p; p++) {
93 s->pts.num += *p -
'0';
97 if (
s->start_frame >= sum) {
107 if (
s->start_frame != 0) {
109 for (p =
s->pattern; *p; p++) {
112 if (nfields >= 2*
s->start_frame) {
113 s->init_len = nfields - 2*
s->start_frame;
119 av_log(
ctx,
AV_LOG_INFO,
"Detelecine pattern %s removes up to %d frames per frame, pts advance factor: %d/%d\n",
120 s->pattern, (
max + 1) / 2,
s->pts.num,
s->pts.den);
164 s->planeheight[0] =
s->planeheight[3] =
inlink->h;
178 if (!fps.
num || !fps.
den) {
180 "current rate of %d/%d is invalid\n", fps.
num, fps.
den);
205 s->start_time = inpicref->
pts;
207 if (
s->nskip_fields >= 2) {
208 s->nskip_fields -= 2;
211 }
else if (
s->nskip_fields >= 1) {
212 for (
i = 0;
i <
s->nb_planes;
i++) {
224 if (
s->nskip_fields == 0) {
227 while(!
len &&
s->pattern[
s->pattern_pos]) {
228 len =
s->pattern[
s->pattern_pos] -
'0';
232 if (!
s->pattern[
s->pattern_pos])
240 if (
len == 1 &&
s->occupied) {
243 for (
i = 0;
i <
s->nb_planes;
i++)
245 s->temp->data[
i],
s->temp->linesize[
i],
249 while(!
len &&
s->pattern[
s->pattern_pos]) {
250 len =
s->pattern[
s->pattern_pos] -
'0';
254 if (!
s->pattern[
s->pattern_pos])
262 for (
i = 0;
i <
s->nb_planes;
i++) {
265 s->frame[
out]->linesize[
i] * 2,
269 (
s->planeheight[
i] -
s->first_field + 1) / 2);
272 s->frame[
out]->linesize[
i] * 2,
273 s->temp->data[
i] +
s->temp->linesize[
i] * !
s->first_field,
274 s->temp->linesize[
i] * 2,
276 (
s->planeheight[
i] - !
s->first_field + 1) / 2);
281 for (
i = 0;
i <
s->nb_planes;
i++) {
294 for (
i = 0;
i <
s->nb_planes;
i++)
301 }
else if (
len == 1) {
303 for (
i = 0;
i <
s->nb_planes;
i++)
309 for (
i = 0;
i <
s->nb_planes;
i++) {
322 if (
len == 1 &&
s->occupied)
328 s->nskip_fields =
len;
330 for (
i = 0;
i <
out; ++
i) {
379 .
name =
"detelecine",
382 .priv_class = &detelecine_class,
AVFrame * ff_get_video_buffer(AVFilterLink *link, int w, int h)
Request a picture buffer with a specific set of permissions.
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
int ff_filter_frame(AVFilterLink *link, AVFrame *frame)
Send a frame of data to the next filter.
const AVPixFmtDescriptor * av_pix_fmt_desc_get(enum AVPixelFormat pix_fmt)
The exact code depends on how similar the blocks are and how related they are to the and needs to apply these operations to the correct inlink or outlink if there are several Macros are available to factor that when no extra processing is inlink
void av_frame_free(AVFrame **frame)
Free the frame and any dynamically allocated objects in it, e.g.
This structure describes decoded (raw) audio or video data.
int64_t pts
Presentation timestamp in time_base units (time when frame should be shown to user).
static const AVFilterPad detelecine_inputs[]
static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref)
static int config_output(AVFilterLink *outlink)
#define AV_LOG_VERBOSE
Detailed information.
const char * name
Filter name.
A link between two filters.
uint8_t * data[AV_NUM_DATA_POINTERS]
pointer to the picture/channel planes.
void av_image_copy_plane(uint8_t *dst, int dst_linesize, const uint8_t *src, int src_linesize, int bytewidth, int height)
Copy image plane from src to dst.
static int config_input(AVFilterLink *inlink)
int av_pix_fmt_count_planes(enum AVPixelFormat pix_fmt)
#define AV_PIX_FMT_FLAG_HWACCEL
Pixel format is an HW accelerated format.
static av_cold void uninit(AVFilterContext *ctx)
A filter pad used for either input or output.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
int av_image_fill_linesizes(int linesizes[4], enum AVPixelFormat pix_fmt, int width)
Fill plane linesizes for an image with pixel format pix_fmt and width width.
#define AV_CEIL_RSHIFT(a, b)
static const AVFilterPad outputs[]
AVRational frame_rate
Frame rate of the stream on the link, or 1/0 if unknown or variable; if left to 0/0,...
static enum AVPixelFormat pix_fmts[]
AVFrame * av_frame_clone(const AVFrame *src)
Create a new frame that references the same data as src.
static const AVOption detelecine_options[]
Describe the class of an AVClass context structure.
static const AVFilterPad detelecine_outputs[]
int av_frame_copy_props(AVFrame *dst, const AVFrame *src)
Copy only "metadata" fields from src to dst.
Rational number (pair of numerator and denominator).
static av_cold int init(AVFilterContext *ctx)
these buffered frames must be flushed immediately if a new input produces new the filter must not call request_frame to get more It must just process the frame or queue it The task of requesting more frames is left to the filter s request_frame method or the application If a filter has several inputs
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define AV_NOPTS_VALUE
Undefined timestamp value.
#define AV_PIX_FMT_FLAG_BITSTREAM
All values of a component are bit-wise packed end to end.
AVFilterContext * src
source filter
AVFilter ff_vf_detelecine
static av_const int av_isdigit(int c)
Locale-independent conversion of ASCII isdigit.
AVFILTER_DEFINE_CLASS(detelecine)
#define AV_LOG_INFO
Standard information.
#define i(width, name, range_min, range_max)
static av_always_inline AVRational av_inv_q(AVRational q)
Invert a rational.
const char * name
Pad name.
int64_t av_rescale(int64_t a, int64_t b, int64_t c)
Rescale a 64-bit integer with rounding to nearest.
these buffered frames must be flushed immediately if a new input produces new the filter must not call request_frame to get more It must just process the frame or queue it The task of requesting more frames is left to the filter s request_frame method or the application If a filter has several the filter must be ready for frames arriving randomly on any input any filter with several inputs will most likely require some kind of queuing mechanism It is perfectly acceptable to have a limited queue and to drop frames when the inputs are too unbalanced request_frame For filters that do not use the this method is called when a frame is wanted on an output For a it should directly call filter_frame on the corresponding output For a if there are queued frames already one of these frames should be pushed If the filter should request a frame on one of its repeatedly until at least one frame has been pushed Return or at least make progress towards producing a frame
AVRational time_base
Define the time base used by the PTS of the frames/samples which will pass through this link.
AVRational av_mul_q(AVRational b, AVRational c)
Multiply two rationals.
int64_t frame_count_in
Number of past frames sent through the link.
static int query_formats(AVFilterContext *ctx)
Descriptor that unambiguously describes how the bits of a pixel are stored in the up to 4 data planes...
unsigned int nskip_fields
int linesize[AV_NUM_DATA_POINTERS]
For video, size in bytes of each picture line.
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
static int first_field(const struct video_data *s)
#define AV_PIX_FMT_FLAG_PAL
Pixel format has a palette in data[1], values are indexes in this palette.