summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* lavfi: add types and functions for channel layout/samplerate negotiationAnton Khirnov2012-05-143-76/+300
* yadif: Flush filter on eof.Robert Nagy2012-05-141-1/+15
* yadif: Improve pts accuracy.Robert Nagy2012-05-141-6/+21
* lavfi: autoinsert resample filter when necessary.Anton Khirnov2012-05-121-16/+42
* lavfi: add lavr-based audio resampling filter.Anton Khirnov2012-05-123-0/+228
* lavfi: move audio-related functions to a separate file.Anton Khirnov2012-05-095-190/+215
* lavfi: remove some audio-related function from public API.Anton Khirnov2012-05-095-57/+86
* lavfi: change AVFilterLink.sample_rate from int64_t to int on next bumpAnton Khirnov2012-05-092-0/+7
* lavfi: change AVFilterBufferRefAudioProps.sample_rate from uint32_t to intAnton Khirnov2012-05-091-1/+1
* lavfi: simplify signature for avfilter_get_audio_buffer() and friendsStefano Sabatini2012-05-093-33/+18
* lavfi: use avfilter_get_audio_buffer_ref_from_arrays() in avfilter_default_ge...Stefano Sabatini2012-05-091-64/+18
* lavfi: cleanup avfilter_get_audio_buffer() and pals.Stefano Sabatini2012-05-093-32/+33
* lavfi: add avfilter_get_audio_buffer_ref_from_arrays().Stefano Sabatini2012-05-092-0/+86
* lavfi: add extended_data to AVFilterBuffer.Anton Khirnov2012-05-093-0/+67
* lavfi: add video buffer sink, and use it in avtoolsAnton Khirnov2012-05-094-0/+163
* lavfi: add a function for copying properties from AVFilterBufferRef->AVFrameAnton Khirnov2012-05-092-0/+38
* lavfi: uninline avfilter_copy_buffer_ref_props().Anton Khirnov2012-05-073-13/+15
* build: cosmetics: Add missing end-of-line backslashes to item lists.Diego Biurrun2012-05-071-1/+1
* build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun2012-05-071-2/+7
* vf_yadif: fix missing error handling for avfilter_poll_frame()Robert Nagy2012-05-071-0/+4
* lavfi: support audio in avfilter_copy_frame_props().Anton Khirnov2012-05-071-10/+17
* lavfi: avfilter_merge_formats: handle case where inputs are sameMina Nagy Zaki2012-05-071-0/+3
* lavfi/formats: use sizeof(var) instead of sizeof(type).Anton Khirnov2012-05-061-7/+7
OpenPOWER on IntegriCloud