#include "avconv.h"
#include "libavfilter/avfilter.h"
#include "libavfilter/avfiltergraph.h"
#include "libavutil/avassert.h"
#include "libavutil/channel_layout.h"
#include "libavutil/pixdesc.h"
#include "libavutil/pixfmt.h"
#include "libavutil/samplefmt.h"
Go to the source code of this file.
Macros | |
#define | DEF_CHOOSE_FORMAT(type, var, supported_list, none, get_name, separator) |
#define | DESCRIBE_FILTER_LINK(f, inout, in) |
Variables | |
sample_fmt | |
sample_fmts | |
AV_SAMPLE_FMT_NONE | |
GET_SAMPLE_FMT_NAME |
#define DEF_CHOOSE_FORMAT | ( | type, | |
var, | |||
supported_list, | |||
none, | |||
get_name, | |||
separator | |||
) |
Definition at line 34 of file avconv_filter.c.
#define DESCRIBE_FILTER_LINK | ( | f, | |
inout, | |||
in | |||
) |
Definition at line 319 of file avconv_filter.c.
Referenced by configure_input_filter(), and configure_output_filter().
int configure_filtergraph | ( | FilterGraph * | fg | ) |
Definition at line 491 of file avconv_filter.c.
Referenced by configure_complex_filters(), decode_audio(), decode_video(), and transcode_init().
|
static |
Definition at line 397 of file avconv_filter.c.
Referenced by configure_input_filter().
|
static |
Definition at line 478 of file avconv_filter.c.
Referenced by configure_filtergraph().
|
static |
Definition at line 348 of file avconv_filter.c.
Referenced by configure_input_filter().
|
static |
Definition at line 253 of file avconv_filter.c.
Referenced by configure_output_filter().
int configure_output_filter | ( | FilterGraph * | fg, |
OutputFilter * | ofilter, | ||
AVFilterInOut * | out | ||
) |
Definition at line 336 of file avconv_filter.c.
Referenced by configure_filtergraph(), and init_output_filter().
|
static |
Definition at line 173 of file avconv_filter.c.
Referenced by configure_output_filter().
DEF_CHOOSE_FORMAT | ( | enum | AVPixelFormat, |
pix_fmt | , | ||
pix_fmts | , | ||
AV_PIX_FMT_NONE | , | ||
GET_PIX_FMT_NAME | , | ||
":" | |||
) |
DEF_CHOOSE_FORMAT | ( | int | , |
sample_rate | , | ||
supported_samplerates | , | ||
DEF_CHOOSE_FORMAT( | 0, | ||
GET_SAMPLE_RATE_NAME | , | ||
DEF_CHOOSE_FORMAT( | ", | ||
DEF_CHOOSE_FORMAT( | " | ||
) |
Definition at line 66 of file avconv_filter.c.
|
static |
Definition at line 103 of file avconv_filter.c.
Referenced by configure_filtergraph().
int ist_in_filtergraph | ( | FilterGraph * | fg, |
InputStream * | ist | ||
) |
Definition at line 551 of file avconv_filter.c.
Referenced by decode_audio(), and decode_video().
AV_SAMPLE_FMT_NONE |
Definition at line 63 of file avconv_filter.c.
Referenced by av_get_packed_sample_fmt(), av_get_planar_sample_fmt(), av_get_sample_fmt(), avcodec_decode_audio4(), avcodec_get_context_defaults3(), avcodec_open2(), avcodec_string(), avfilter_link(), avresample_open(), check_sample_fmt(), has_codec_parameters(), init(), init_audio(), new_audio_stream(), print_codec(), query_formats(), and update_sample_fmt().
GET_SAMPLE_FMT_NAME |
Definition at line 63 of file avconv_filter.c.
Referenced by print_codec().
sample_fmt |
Definition at line 63 of file avconv_filter.c.
Referenced by av_audio_fifo_alloc(), av_get_bytes_per_sample(), av_get_packed_sample_fmt(), av_get_planar_sample_fmt(), av_get_sample_fmt_name(), av_get_sample_fmt_string(), av_sample_fmt_is_planar(), avfilter_get_audio_buffer_ref_from_arrays(), ff_audio_data_alloc(), ff_audio_data_init(), ff_volume_init_x86(), and new_audio_stream().
sample_fmts |
Definition at line 63 of file avconv_filter.c.
Referenced by configure_output_audio_filter(), new_audio_stream(), print_codec(), and query_formats().