FFmpeg/libavfilter
Clément Bœsch 9efcfbed9d lavfi/ebur128: fix format negociation for output.
Before this change, the audio input and output formats are set
independently, so the lavfi negociation could pick different settings
for the input and output. This is particularly true for the channel
layout settings, where multiple choices were available.

Fixes Ticket2342.
2013-03-14 01:24:42 +01:00
..
libmpcodecs lavfi/mp: drop mp=stereo3d filter 2013-03-05 18:45:35 +00:00
x86 yadif: restore speed of the C filtering code 2013-03-13 22:07:25 +01:00
af_aconvert.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
af_afade.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
af_aformat.c lavfi/af_aformat: accept unknown channel layouts. 2013-01-26 11:15:38 +01:00
af_amerge.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
af_amix.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
af_anull.c lavfi/af_anull: accept unknown channel layouts. 2013-01-26 11:15:38 +01:00
af_apad.c lavfi: remove remaining forgotten min/rej perms. 2013-03-10 02:38:21 +01:00
af_aresample.c lavfi/aresample: raise filter_frame() error. 2013-03-13 19:00:08 +01:00
af_asetnsamples.c lavfi/asetnsamples: raise filter_frame() error. 2013-03-13 19:00:08 +01:00
af_ashowinfo.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
af_astreamsync.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
af_asyncts.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
af_atempo.c lavfi/atempo: raise filter_frame() error. 2013-03-13 19:00:09 +01:00
af_biquads.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
af_channelmap.c lavfi: remove remaining forgotten min/rej perms. 2013-03-10 02:38:21 +01:00
af_channelsplit.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
af_earwax.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
af_join.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
af_pan.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
af_resample.c lavfi: switch to AVFrame. 2013-03-08 07:37:18 +01:00
af_silencedetect.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
af_volume.c Merge commit '7b89cd20d8' 2013-03-12 15:44:15 +01:00
af_volume.h Merge commit 'b519298a15' 2012-12-06 15:55:47 +01:00
af_volumedetect.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
all_channel_layouts.inc
allfilters.c lavfi/buffersink: schedule removing the "ff" variants. 2013-03-12 23:31:07 +01:00
asink_anullsink.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
asrc_abuffer.h
asrc_aevalsrc.c lavfi/aevalsrc: raise filter_frame() error. 2013-03-13 19:00:09 +01:00
asrc_anullsrc.c lavfi/anullsrc: raise filter_frame() error. 2013-03-13 19:00:09 +01:00
asrc_flite.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
audio.c avfilter: avoid direct access to "frame"->channels 2013-03-10 11:25:54 +01:00
audio.h Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
avcodec.c lavfi/avcodec: fix API version checks 2013-03-13 22:18:02 +01:00
avcodec.h lavfi/avcodec: fix API version checks 2013-03-13 22:18:02 +01:00
avf_concat.c lavfi/concat: raise filter_frame() error. 2013-03-13 19:00:09 +01:00
avf_showspectrum.c lavfi/showspectrum: raise filter_frame() error. 2013-03-13 19:00:09 +01:00
avf_showwaves.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
avfilter.c lavfi/avfilter: raise filter_frame() error. 2013-03-13 19:00:09 +01:00
avfilter.h Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
avfiltergraph.c Use the avstring.h locale-independent character type functions 2013-03-07 15:16:36 +02:00
avfiltergraph.h avfilter/avfiltergraph.h: Move public field out of the private fields 2013-02-24 20:31:56 +01:00
bbox.c
bbox.h
buffer.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
bufferqueue.h Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
buffersink.c lavfi/buffersink: schedule removing the "ff" variants. 2013-03-12 23:31:07 +01:00
buffersink.h Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
buffersrc.c lavfi/buffersrc: raise filter_frame() error. 2013-03-13 19:00:09 +01:00
buffersrc.h lavfi/buffersrc: implement flags. 2013-03-10 13:56:17 +01:00
drawutils.c lavfi/drawutils: fix blending computation in blend_line function 2013-01-05 13:08:02 +01:00
drawutils.h lavfi/drawutils: fix typo 2013-01-05 05:21:44 +01:00
f_ebur128.c lavfi/ebur128: fix format negociation for output. 2013-03-14 01:24:42 +01:00
f_select.c lavfi: remove remaining forgotten min/rej perms. 2013-03-10 02:38:21 +01:00
f_sendcmd.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
f_setpts.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
f_settb.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
fifo.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
filtfmts.c Merge commit 'cb45553f57' 2012-12-05 13:34:45 +01:00
formats.c lavfi/formats: reindent after last commit. 2013-02-24 12:05:06 +01:00
formats.h lavfi: fix merging of formats and clarify exception. 2013-02-24 11:58:52 +01:00
gradfun.h lavfi/gradfun: support named options. 2012-12-19 03:13:26 +01:00
graphdump.c Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h 2012-11-13 13:21:21 +00:00
graphparser.c Use the avstring.h locale-independent character type functions 2013-03-07 15:16:36 +02:00
internal.h Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
lavfutils.c libavfilter/lavfutils: remove useless NULL check on format context 2012-10-17 20:00:31 +02:00
lavfutils.h Merge commit '716d413c13' 2012-10-08 21:06:57 +02:00
libavfilter.v
lswsutils.c Merge commit '716d413c13' 2012-10-08 21:06:57 +02:00
lswsutils.h Merge commit '716d413c13' 2012-10-08 21:06:57 +02:00
Makefile lavfi: rename sink_buffer.c into buffersink.c. 2013-03-10 17:05:55 +01:00
split.c lavfi: remove remaining forgotten min/rej perms. 2013-03-10 02:38:21 +01:00
src_movie.c lavfi/movie: raise filter_frame() error. 2013-03-13 19:00:09 +01:00
transform.c transform: give avfilter_transform() a return value for returning an error 2012-11-04 01:30:16 +01:00
transform.h transform: give avfilter_transform() a return value for returning an error 2012-11-04 01:30:16 +01:00
version.h lavfi/thumbnail: support flushing. 2013-03-14 00:14:19 +01:00
vf_alphaextract.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_alphamerge.c lavfi/alphamerge: raise filter_frame() error. 2013-03-13 19:00:09 +01:00
vf_aspect.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_bbox.c lavfi: remove remaining forgotten min/rej perms. 2013-03-10 02:38:21 +01:00
vf_blackdetect.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_blackframe.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_blend.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_boxblur.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_colormatrix.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_copy.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_crop.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_cropdetect.c lavfi/cropdetect: add support for named options 2013-03-13 20:38:54 +01:00
vf_curves.c lavfi: add curves filter. 2013-03-10 03:00:10 +01:00
vf_decimate.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_delogo.c lavfi/delogo: remove sscanf and rely on av_opt_set_from_string() only. 2013-03-13 19:00:10 +01:00
vf_deshake.c lavfi: remove remaining forgotten min/rej perms. 2013-03-10 02:38:21 +01:00
vf_drawbox.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_drawtext.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_edgedetect.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_fade.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_field.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_fieldorder.c lavfi/fieldorder: add support to named options 2013-03-13 00:37:13 +01:00
vf_format.c vf_format: switch to filter_frame 2012-11-29 02:09:40 +01:00
vf_fps.c lavfi: remove remaining forgotten min/rej perms. 2013-03-10 02:38:21 +01:00
vf_framestep.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_frei0r.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_geq.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_gradfun.c Merge commit '555000c7d5' 2013-03-13 13:34:06 +01:00
vf_hflip.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_histeq.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_histogram.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_hqdn3d.c Merge remote-tracking branch 'qatar/master' 2013-03-13 14:49:00 +01:00
vf_hqdn3d.h avfilter/vf_hqdn3d.h: restore author attribution, history and project name 2013-02-02 13:18:10 +01:00
vf_hue.c lavfi/hue: reindent. 2013-03-10 02:13:02 +01:00
vf_idet.c lavfi: remove remaining forgotten min/rej perms. 2013-03-10 02:38:21 +01:00
vf_il.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_kerndeint.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_libopencv.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_lut.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_mp.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_noise.c lavfi: remove remaining forgotten min/rej perms. 2013-03-10 02:38:21 +01:00
vf_null.c vf_null: switch to filter_frame 2012-11-29 02:09:01 +01:00
vf_overlay.c lavfi: remove remaining forgotten min/rej perms. 2013-03-10 02:38:21 +01:00
vf_pad.c vf_pad: fix a & instead of && typo 2013-03-10 11:16:10 +01:00
vf_pixdesctest.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_pp.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_removelogo.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_scale.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_setfield.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_showinfo.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_smartblur.c lavfi/smartblur: add support to named options 2013-03-10 16:38:45 +01:00
vf_stereo3d.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_subtitles.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_super2xsai.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_swapuv.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_thumbnail.c lavfi/thumbnail: support flushing. 2013-03-14 00:14:19 +01:00
vf_tile.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_tinterlace.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_transpose.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_unsharp.c lavfi/unsharp: add missing option flags 2013-03-10 13:22:58 +01:00
vf_vflip.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vf_yadif.c yadif: restore speed of the C filtering code 2013-03-13 22:07:25 +01:00
video.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
video.h Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vsink_nullsink.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
vsrc_cellauto.c lavfi/cellauto: raise filter_frame() error. 2013-03-13 19:00:09 +01:00
vsrc_life.c lavfi/life: raise filter_frame() error. 2013-03-13 19:00:09 +01:00
vsrc_mandelbrot.c lavfi/mandelbrot: raise filter_frame() error. 2013-03-13 19:00:09 +01:00
vsrc_mptestsrc.c lavfi/mptestsrc: raise filter_frame() error. 2013-03-13 19:00:10 +01:00
vsrc_testsrc.c Merge commit '7e350379f8' 2013-03-10 01:40:35 +01:00
yadif.h yadif: restore speed of the C filtering code 2013-03-13 22:07:25 +01:00