summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter: Log an error if avfilter fails to configure a link.Alex Converse2012-06-12
* vf_libopencv: add missing headers.Anton Khirnov2012-06-10
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
* lavfi: make avfilter_insert_pad and pals private on next bump.Anton Khirnov2012-06-05
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-05
* avfiltergraph: make some functions static.Anton Khirnov2012-06-04
* lavfi: amix: check active input count before calling request_samplesJustin Ruggles2012-05-30
* avfilter: include required header file avfilter.h in video.hJanne Grunau2012-05-29
* lavfi: add audio mix filterJustin Ruggles2012-05-23
* lavfi: fix comment, audio is supported now.Anton Khirnov2012-05-22
* lavfi: fix incorrect comment.Anton Khirnov2012-05-22
* lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-22
* lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov2012-05-22
* lavfi: deprecate default config_props() callback and refactor avfilter_config...Mina Nagy Zaki2012-05-22
* avfiltergraph: smarter sample format selection.Anton Khirnov2012-05-22
* asyncts: reset delta to 0 when it's not used.Anton Khirnov2012-05-22
* af_resample: remove an extra space in the log outputJustin Ruggles2012-05-21
* lavfi: add an audio split filterJustin Ruggles2012-05-21
* lavfi: rename vf_split.c to split.cJustin Ruggles2012-05-21
* lavfi: Add fps filter.Anton Khirnov2012-05-18
* lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs.Anton Khirnov2012-05-18
* avfilter: Move ff_get_ref_perms_string() to where it is used.Diego Biurrun2012-05-15
* Add missing version bumps and APIchanges/Changelog entries.Anton Khirnov2012-05-15
* lavfi: move buffer management function to a separate file.Anton Khirnov2012-05-15
* lavfi: move formats-related functions from default.c to formats.cAnton Khirnov2012-05-15
* lavfi: move video-related functions to a separate file.Anton Khirnov2012-05-15
* lavfi: add asyncts filter.Anton Khirnov2012-05-14
* lavfi: add aformat filterAnton Khirnov2012-05-14
* lavfi: add an audio buffer sink.Anton Khirnov2012-05-14
* lavfi: add an audio buffer source.Anton Khirnov2012-05-14
* buffersrc: add av_buffersrc_write_frame().Anton Khirnov2012-05-14
* buffersrc: fix invalid read in uninit if the fifo hasn't been allocatedAnton Khirnov2012-05-14
* lavfi: rename vsrc_buffer.c to buffersrc.cAnton Khirnov2012-05-14
* avfiltergraph: reindentAnton Khirnov2012-05-14
* lavfi: add channel layout/sample rate negotiation.Anton Khirnov2012-05-14
* lavfi: add types and functions for channel layout/samplerate negotiationAnton Khirnov2012-05-14
* yadif: Flush filter on eof.Robert Nagy2012-05-14
* yadif: Improve pts accuracy.Robert Nagy2012-05-14
* lavfi: autoinsert resample filter when necessary.Anton Khirnov2012-05-12
* lavfi: add lavr-based audio resampling filter.Anton Khirnov2012-05-12
* lavfi: move audio-related functions to a separate file.Anton Khirnov2012-05-09
* lavfi: remove some audio-related function from public API.Anton Khirnov2012-05-09
* lavfi: change AVFilterLink.sample_rate from int64_t to int on next bumpAnton Khirnov2012-05-09
* lavfi: change AVFilterBufferRefAudioProps.sample_rate from uint32_t to intAnton Khirnov2012-05-09
* lavfi: simplify signature for avfilter_get_audio_buffer() and friendsStefano Sabatini2012-05-09
* lavfi: use avfilter_get_audio_buffer_ref_from_arrays() in avfilter_default_ge...Stefano Sabatini2012-05-09
* lavfi: cleanup avfilter_get_audio_buffer() and pals.Stefano Sabatini2012-05-09
* lavfi: add avfilter_get_audio_buffer_ref_from_arrays().Stefano Sabatini2012-05-09
* lavfi: add extended_data to AVFilterBuffer.Anton Khirnov2012-05-09
* lavfi: add video buffer sink, and use it in avtoolsAnton Khirnov2012-05-09