Go to the documentation of this file.
50 #define OFFSET(x) offsetof(AudioBitScopeContext, x)
51 #define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM
58 {
"colors",
"set channels colors",
OFFSET(colors),
AV_OPT_TYPE_STRING, {.str =
"red|green|blue|yellow|orange|lime|pink|magenta|brown" }, 0, 0,
FLAGS },
107 char *colors, *saveptr =
NULL;
110 s->nb_channels =
inlink->ch_layout.nb_channels;
121 for (ch = 0; ch <
s->nb_channels; ch++) {
122 uint8_t fg[4] = { 0xff, 0xff, 0xff, 0xff };
128 s->fg[4 * ch + 0] = fg[0];
129 s->fg[4 * ch + 1] = fg[1];
130 s->fg[4 * ch + 2] = fg[2];
131 s->fg[4 * ch + 3] = fg[3];
151 #define BITCOUNTER(type, depth, one) \
152 memset(counter, 0, sizeof(s->counter)); \
153 for (int i = 0; i < nb_samples; i++) { \
154 const type x = in[i]; \
155 for (int j = 0; j < depth && x; j++) \
156 counter[j] += !!(x & (one << j)); \
159 #define BARS(type, depth, one) \
160 for (int ch = 0; ch < inlink->ch_layout.nb_channels; ch++) { \
161 const int nb_samples = insamples->nb_samples; \
162 const type *in = (const type *)insamples->extended_data[ch]; \
163 const int w = outpicref->width / inlink->ch_layout.nb_channels; \
164 const int h = outpicref->height / depth; \
165 const uint32_t color = AV_RN32(&s->fg[4 * ch]); \
166 uint64_t *counter = s->counter; \
168 BITCOUNTER(type, depth, one) \
170 for (int b = 0; b < depth; b++) { \
171 for (int j = 1; j < h - 1; j++) { \
172 uint8_t *dst = outpicref->data[0] + (b * h + j) * outpicref->linesize[0] + w * ch * 4; \
173 const int ww = (counter[depth - b - 1] / (float)nb_samples) * (w - 1); \
175 for (int i = 0; i < ww; i++) { \
176 AV_WN32(&dst[i * 4], color); \
182 #define DO_TRACE(type, depth, one) \
183 for (int ch = 0; ch < inlink->ch_layout.nb_channels; ch++) { \
184 const int nb_samples = insamples->nb_samples; \
185 const int w = outpicref->width / inlink->ch_layout.nb_channels; \
186 const type *in = (const type *)insamples->extended_data[ch]; \
187 uint64_t *counter = s->counter; \
188 const int wb = w / depth; \
191 BITCOUNTER(type, depth, one) \
193 for (int b = 0; b < depth; b++) { \
196 uint8_t *dst = outpicref->data[0] + w * ch * 4 + wb * b * 4 + \
197 s->current_vpos * outpicref->linesize[0]; \
198 wv = (counter[depth - b - 1] * 255) / nb_samples; \
199 colors[0] = (wv * s->fg[ch * 4 + 0] + 127) / 255; \
200 colors[1] = (wv * s->fg[ch * 4 + 1] + 127) / 255; \
201 colors[2] = (wv * s->fg[ch * 4 + 2] + 127) / 255; \
202 colors[3] = (wv * s->fg[ch * 4 + 3] + 127) / 255; \
203 color = AV_RN32(colors); \
205 for (int x = 0; x < wb; x++) \
206 AV_WN32(&dst[x * 4], color); \
218 if (
s->mode == 0 || !
s->outpicref) {
225 for (
int i = 0;
i < outlink->
h;
i++)
226 memset(outpicref->
data[0] +
i * outpicref->
linesize[0], 0, outlink->
w * 4);
227 if (!
s->outpicref &&
s->mode == 1)
228 s->outpicref = outpicref;
248 switch (insamples->
format) {
250 if (
s->mode == 0) {
BARS(uint8_t, 8, 1) }
else {
DO_TRACE(uint8_t, 8, 1) }
253 if (
s->mode == 0) {
BARS(uint16_t, 16, 1) }
else {
DO_TRACE(uint16_t, 16, 1) }
257 if (
s->mode == 0) {
BARS(uint32_t, 32, 1
U) }
else {
DO_TRACE(uint32_t, 32, 1
U) }
261 if (
s->mode == 0) {
BARS(uint64_t, 64, 1ULL) }
else {
DO_TRACE(uint64_t, 64, 1ULL) }
266 if (
s->current_vpos >= outlink->
h)
327 .priv_class = &abitscope_class,
AVFrame * ff_get_video_buffer(AVFilterLink *link, int w, int h)
Request a picture buffer with a specific set of permissions.
@ AV_SAMPLE_FMT_FLTP
float, planar
A list of supported channel layouts.
AVPixelFormat
Pixel format.
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.
static enum AVSampleFormat sample_fmts[]
int64_t duration
Duration of the frame, in the same units as pts.
enum MovChannelLayoutTag * layouts
int av_parse_color(uint8_t *rgba_color, const char *color_string, int slen, void *log_ctx)
Put the RGBA values that correspond to color_string in rgba_color.
@ AV_OPT_TYPE_VIDEO_RATE
offset must point to AVRational
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).
#define FILTER_QUERY_FUNC(func)
@ AV_SAMPLE_FMT_S32P
signed 32 bits, planar
const char * name
Filter name.
A link between two filters.
#define FF_FILTER_FORWARD_STATUS_BACK(outlink, inlink)
Forward the status on an output link to an input link.
static const AVOption abitscope_options[]
uint8_t * data[AV_NUM_DATA_POINTERS]
pointer to the picture/channel planes.
void * priv
private data for use by the filter
@ AV_SAMPLE_FMT_S64P
signed 64 bits, planar
A filter pad used for either input or output.
char * av_strtok(char *s, const char *delim, char **saveptr)
Split the string into several tokens which can be accessed by successive calls to av_strtok().
AVRational sample_aspect_ratio
agreed upon sample aspect ratio
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.
int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq)
Rescale a 64-bit integer by 2 rational numbers.
AVFILTER_DEFINE_CLASS(abitscope)
#define FILTER_INPUTS(array)
static int filter_frame(AVFilterLink *inlink, AVFrame *insamples)
@ AV_PIX_FMT_RGBA
packed RGBA 8:8:8:8, 32bpp, RGBARGBA...
int ff_inlink_make_frame_writable(AVFilterLink *link, AVFrame **rframe)
Make sure a frame is writable.
Describe the class of an AVClass context structure.
int ff_inlink_consume_samples(AVFilterLink *link, unsigned min, unsigned max, AVFrame **rframe)
Take samples from the link's FIFO and update the link's stats.
Rational number (pair of numerator and denominator).
static av_cold void uninit(AVFilterContext *ctx)
@ AV_OPT_TYPE_IMAGE_SIZE
offset must point to two consecutive integers
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
@ AV_SAMPLE_FMT_U8P
unsigned 8 bits, planar
static int query_formats(AVFilterContext *ctx)
static const AVFilterPad inputs[]
static const uint32_t color[16+AV_CLASS_CATEGORY_NB]
const AVFilter ff_avf_abitscope
int format
format of the frame, -1 if unknown or unset Values correspond to enum AVPixelFormat for video frames,...
AVFilterContext * src
source filter
AVFilterFormatsConfig incfg
Lists of supported formats / etc.
FF_FILTER_FORWARD_WANTED(outlink, inlink)
static const AVFilterPad outputs[]
@ AV_SAMPLE_FMT_S16P
signed 16 bits, planar
#define i(width, name, range_min, range_max)
int w
agreed upon image width
#define av_malloc_array(a, b)
AVSampleFormat
Audio sample formats.
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.
#define DO_TRACE(type, depth, one)
AVRational sample_aspect_ratio
Sample aspect ratio for the video frame, 0/1 if unknown/unspecified.
static int config_input(AVFilterLink *inlink)
static int activate(AVFilterContext *ctx)
int h
agreed upon image height
@ AV_SAMPLE_FMT_DBLP
double, planar
AVRational time_base
Define the time base used by the PTS of the frames/samples which will pass through this link.
char * av_strdup(const char *s)
Duplicate a string.
static int config_output(AVFilterLink *outlink)
FF_FILTER_FORWARD_STATUS(inlink, outlink)
#define FILTER_OUTPUTS(array)
int linesize[AV_NUM_DATA_POINTERS]
For video, a positive or negative value, which is typically indicating the size in bytes of each pict...
#define BARS(type, depth, one)