summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* lavfi: add error handling to filter_samples().Anton Khirnov2012-07-09
* asplit: don't leak the input buffer.Anton Khirnov2012-07-09
* af_resample: fix request_frame() behavior.Anton Khirnov2012-07-09
* af_asyncts: fix request_frame() behavior.Anton Khirnov2012-07-09
* lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample formatJustin Ruggles2012-07-08
* af_amix: avoid spurious EAGAIN.Anton Khirnov2012-07-06
* af_amix: return AVERROR(EAGAIN) when request_frame didn't produce output.Anton Khirnov2012-07-06
* af_amix: only consider negative return codes as errors.Anton Khirnov2012-07-06
* lavfi: reclassify showfiltfmts as a TESTPROGMans Rullgard2012-07-04
* Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun2012-07-04
* cosmetics: Consistently use C-style comments with multiple inclusion guardsDiego Biurrun2012-07-03
* misc typo and wording fixesDiego Biurrun2012-07-03
* x86: lavfi: fix gradfun/yadif build with mmx/sse disabledMans Rullgard2012-07-03
* vf_yadif: move x86 init code to x86/yadif.cMans Rullgard2012-07-02
* vf_gradfun: move x86 init code to x86/gradfun.cMans Rullgard2012-07-02
* avfiltergraph: shut up uninitialized variable warning.Anton Khirnov2012-06-26
* af_join: initialize a variable to shut up gcc warning.Anton Khirnov2012-06-26
* amix: fix format specifier for AVFilterLink.sample_rate.Anton Khirnov2012-06-26
* lavfi: make filters less verbose.Anton Khirnov2012-06-26
* lavfi: reorder AVFilterLink fields.Anton Khirnov2012-06-26
* lavfi: reorder AVFilterContext fields.Anton Khirnov2012-06-26
* lavfi: reorder AVFilter fields.Anton Khirnov2012-06-26
* lavfi: reorder AVFilterBufferRef fields.Anton Khirnov2012-06-26
* lavfi: reorder AVFilterBuffer fields.Anton Khirnov2012-06-26
* lavfi: remove disabled FF_API_FILTERS_PUBLIC cruftAnton Khirnov2012-06-26
* lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruftAnton Khirnov2012-06-26
* lavfi: use proper FF_API guards for different deprecated functionsAnton Khirnov2012-06-26
* lavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME cruftAnton Khirnov2012-06-26
* lavfi: remove disabled FF_API_SAMPLERATE64 cruftAnton Khirnov2012-06-26
* lavfi: remove disabled FF_API_GRAPH_AVCLASS cruftAnton Khirnov2012-06-26
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* lavfi: Add the af_channelmap audio channel mapping filter.Alex Converse2012-06-22
* lavfi: add join audio filter.Anton Khirnov2012-06-22
* lavfi: allow audio filters to request a given number of samples.Anton Khirnov2012-06-22
* lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov2012-06-22
* lavfi/audio: eliminate ff_default_filter_samples().Anton Khirnov2012-06-22
* lavfi/audio: don't set cur_buf in ff_filter_samples().Anton Khirnov2012-06-21
* lavfi/fifo: add audio version of the fifo filter.Anton Khirnov2012-06-21
* fifo: fix parenthesis placement.Anton Khirnov2012-06-21
* lavfi: rename vf_fifo.c -> fifo.cAnton Khirnov2012-06-21
* af_amix: allow float planar sample format as inputJustin Ruggles2012-06-18
* af_amix: use AVFloatDSPContext.vector_fmac_scalar()Justin Ruggles2012-06-18
* af_resample: fix format modifier in debug string for FF_API_SAMPLERATE64Janne Grunau2012-06-15
* lavfi/audio: use av_samples_copy() instead of custom code.Anton Khirnov2012-06-13
* avfiltergraph: remove a redundant call to avfilter_get_by_name().Anton Khirnov2012-06-13
* lavfi: allow building without swscale.Anton Khirnov2012-06-13
* lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-13
* lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-13
* lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name().Anton Khirnov2012-06-13
* lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov2012-06-13