mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-13 10:51:38 +00:00
ea8de109af
This list is mainly useful to be directly used as a parameter by the audio sink buffer, when there is no need to force a specific channel layout. The list of formats is generated programmatically, and avoids channel layouts not supported by libavfilter (with more than 8 channels). We preferred to avoid compile-time generation in order to avoid some unnecessary complexity (build hacks, generating code maintainance etc.). A more compact way to express this list through the use of macros should be possible when libavfilter will support more than 8 channels, as there will be no need to filter out channel layouts with more than 8 channels. See thread: Subject: [FFmpeg-devel] [PATCH] lavfi: add ff_all_channel_layouts internal symbol Date: Sat, 20 Aug 2011 15:33:16 +0200 |
||
---|---|---|
.. | ||
libmpcodecs | ||
x86 | ||
af_aformat.c | ||
af_anull.c | ||
af_aresample.c | ||
af_ashowinfo.c | ||
all_channel_layouts.h | ||
allfilters.c | ||
asink_anullsink.c | ||
asrc_abuffer.c | ||
asrc_abuffer.h | ||
asrc_anullsrc.c | ||
avcodec.c | ||
avcodec.h | ||
avfilter.c | ||
avfilter.h | ||
avfiltergraph.c | ||
avfiltergraph.h | ||
buffersink.h | ||
defaults.c | ||
drawutils.c | ||
drawutils.h | ||
formats.c | ||
gradfun.h | ||
graphparser.c | ||
internal.h | ||
libavfilter.v | ||
Makefile | ||
sink_buffer.c | ||
src_movie.c | ||
vf_aspect.c | ||
vf_blackframe.c | ||
vf_boxblur.c | ||
vf_copy.c | ||
vf_crop.c | ||
vf_cropdetect.c | ||
vf_delogo.c | ||
vf_drawbox.c | ||
vf_drawtext.c | ||
vf_fade.c | ||
vf_fieldorder.c | ||
vf_fifo.c | ||
vf_format.c | ||
vf_frei0r.c | ||
vf_gradfun.c | ||
vf_hflip.c | ||
vf_hqdn3d.c | ||
vf_libopencv.c | ||
vf_lut.c | ||
vf_mp.c | ||
vf_null.c | ||
vf_overlay.c | ||
vf_pad.c | ||
vf_pixdesctest.c | ||
vf_scale.c | ||
vf_select.c | ||
vf_setpts.c | ||
vf_settb.c | ||
vf_showinfo.c | ||
vf_slicify.c | ||
vf_split.c | ||
vf_transpose.c | ||
vf_unsharp.c | ||
vf_vflip.c | ||
vf_yadif.c | ||
vsink_nullsink.c | ||
vsrc_buffer.c | ||
vsrc_buffer.h | ||
vsrc_color.c | ||
vsrc_mptestsrc.c | ||
vsrc_nullsrc.c | ||
vsrc_testsrc.c | ||
yadif.h |