summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi/audio: don't set cur_buf in ff_filter_samples().Anton Khirnov2012-06-211-7/+8
* lavfi/fifo: add audio version of the fifo filter.Anton Khirnov2012-06-213-20/+53
* fifo: fix parenthesis placement.Anton Khirnov2012-06-211-1/+1
* lavfi: rename vf_fifo.c -> fifo.cAnton Khirnov2012-06-212-1/+1
* af_amix: allow float planar sample format as inputJustin Ruggles2012-06-181-4/+15
* af_amix: use AVFloatDSPContext.vector_fmac_scalar()Justin Ruggles2012-06-181-11/+8
* af_resample: fix format modifier in debug string for FF_API_SAMPLERATE64Janne Grunau2012-06-151-0/+4
* lavfi/audio: use av_samples_copy() instead of custom code.Anton Khirnov2012-06-131-6/+4
* avfiltergraph: remove a redundant call to avfilter_get_by_name().Anton Khirnov2012-06-131-2/+1
* lavfi: allow building without swscale.Anton Khirnov2012-06-133-7/+11
* lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-1312-64/+90
* lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-1338-0/+171
* lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name().Anton Khirnov2012-06-133-1/+33
* lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov2012-06-1318-44/+53
* lavfi: add channelsplit audio filter.Anton Khirnov2012-06-126-1/+166
* avfilter: Log an error if avfilter fails to configure a link.Alex Converse2012-06-121-2/+10
* vf_libopencv: add missing headers.Anton Khirnov2012-06-101-0/+2
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-0545-176/+235
* lavfi: make avfilter_insert_pad and pals private on next bump.Anton Khirnov2012-06-055-33/+66
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-0535-210/+307
* avfiltergraph: make some functions static.Anton Khirnov2012-06-042-29/+22
* lavfi: amix: check active input count before calling request_samplesJustin Ruggles2012-05-301-7/+12
* avfilter: include required header file avfilter.h in video.hJanne Grunau2012-05-291-0/+2
* lavfi: add audio mix filterJustin Ruggles2012-05-234-1/+548
* lavfi: fix comment, audio is supported now.Anton Khirnov2012-05-221-2/+1
* lavfi: fix incorrect comment.Anton Khirnov2012-05-221-2/+2
* lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-2221-44/+90
* lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov2012-05-229-15/+79
* lavfi: deprecate default config_props() callback and refactor avfilter_config...Mina Nagy Zaki2012-05-225-55/+39
* avfiltergraph: smarter sample format selection.Anton Khirnov2012-05-221-1/+70
* asyncts: reset delta to 0 when it's not used.Anton Khirnov2012-05-221-4/+7
* af_resample: remove an extra space in the log outputJustin Ruggles2012-05-211-1/+1
* lavfi: add an audio split filterJustin Ruggles2012-05-214-3/+31
* lavfi: rename vf_split.c to split.cJustin Ruggles2012-05-212-1/+1
* lavfi: Add fps filter.Anton Khirnov2012-05-184-1/+274
* lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs.Anton Khirnov2012-05-182-0/+4
* avfilter: Move ff_get_ref_perms_string() to where it is used.Diego Biurrun2012-05-152-14/+14
* Add missing version bumps and APIchanges/Changelog entries.Anton Khirnov2012-05-151-2/+2
* lavfi: move buffer management function to a separate file.Anton Khirnov2012-05-154-147/+169
* lavfi: move formats-related functions from default.c to formats.cAnton Khirnov2012-05-152-64/+64
* lavfi: move video-related functions to a separate file.Anton Khirnov2012-05-154-271/+295
* lavfi: add asyncts filter.Anton Khirnov2012-05-143-0/+240
* lavfi: add aformat filterAnton Khirnov2012-05-143-0/+150
* lavfi: add an audio buffer sink.Anton Khirnov2012-05-143-5/+122
* lavfi: add an audio buffer source.Anton Khirnov2012-05-142-20/+195
* buffersrc: add av_buffersrc_write_frame().Anton Khirnov2012-05-144-2/+34
* buffersrc: fix invalid read in uninit if the fifo hasn't been allocatedAnton Khirnov2012-05-141-1/+1
* lavfi: rename vsrc_buffer.c to buffersrc.cAnton Khirnov2012-05-142-1/+1
* avfiltergraph: reindentAnton Khirnov2012-05-141-60/+60
* lavfi: add channel layout/sample rate negotiation.Anton Khirnov2012-05-144-67/+294