| Commit message (Expand) | Author | Age | Files | Lines |
* | af_resample: fix format modifier in debug string for FF_API_SAMPLERATE64 | Janne Grunau | 2012-06-15 | 1 | -0/+4 |
* | lavfi/audio: use av_samples_copy() instead of custom code. | Anton Khirnov | 2012-06-13 | 1 | -6/+4 |
* | avfiltergraph: remove a redundant call to avfilter_get_by_name(). | Anton Khirnov | 2012-06-13 | 1 | -2/+1 |
* | lavfi: allow building without swscale. | Anton Khirnov | 2012-06-13 | 3 | -7/+11 |
* | lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs | Anton Khirnov | 2012-06-13 | 12 | -64/+90 |
* | lavfi: make AVFilterPad opaque after two major bumps. | Anton Khirnov | 2012-06-13 | 38 | -0/+171 |
* | lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name(). | Anton Khirnov | 2012-06-13 | 3 | -1/+33 |
* | lavfi: make avfilter_get_video_buffer() private on next bump. | Anton Khirnov | 2012-06-13 | 18 | -44/+53 |
* | lavfi: add channelsplit audio filter. | Anton Khirnov | 2012-06-12 | 6 | -1/+166 |
* | avfilter: Log an error if avfilter fails to configure a link. | Alex Converse | 2012-06-12 | 1 | -2/+10 |
* | vf_libopencv: add missing headers. | Anton Khirnov | 2012-06-10 | 1 | -0/+2 |
* | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 45 | -176/+235 |
* | lavfi: make avfilter_insert_pad and pals private on next bump. | Anton Khirnov | 2012-06-05 | 5 | -33/+66 |
* | lavfi: make formats API private on next bump. | Anton Khirnov | 2012-06-05 | 35 | -210/+307 |
* | avfiltergraph: make some functions static. | Anton Khirnov | 2012-06-04 | 2 | -29/+22 |
* | lavfi: amix: check active input count before calling request_samples | Justin Ruggles | 2012-05-30 | 1 | -7/+12 |
* | avfilter: include required header file avfilter.h in video.h | Janne Grunau | 2012-05-29 | 1 | -0/+2 |
* | lavfi: add audio mix filter | Justin Ruggles | 2012-05-23 | 4 | -1/+548 |
* | lavfi: fix comment, audio is supported now. | Anton Khirnov | 2012-05-22 | 1 | -2/+1 |
* | lavfi: fix incorrect comment. | Anton Khirnov | 2012-05-22 | 1 | -2/+2 |
* | lavfi: remove avfilter_null_* from public API on next bump. | Anton Khirnov | 2012-05-22 | 21 | -44/+90 |
* | lavfi: remove avfilter_default_* from public API on next bump. | Anton Khirnov | 2012-05-22 | 9 | -15/+79 |
* | lavfi: deprecate default config_props() callback and refactor avfilter_config... | Mina Nagy Zaki | 2012-05-22 | 5 | -55/+39 |
* | avfiltergraph: smarter sample format selection. | Anton Khirnov | 2012-05-22 | 1 | -1/+70 |
* | asyncts: reset delta to 0 when it's not used. | Anton Khirnov | 2012-05-22 | 1 | -4/+7 |
* | af_resample: remove an extra space in the log output | Justin Ruggles | 2012-05-21 | 1 | -1/+1 |
* | lavfi: add an audio split filter | Justin Ruggles | 2012-05-21 | 4 | -3/+31 |
* | lavfi: rename vf_split.c to split.c | Justin Ruggles | 2012-05-21 | 2 | -1/+1 |
* | lavfi: Add fps filter. | Anton Khirnov | 2012-05-18 | 4 | -1/+274 |
* | lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs. | Anton Khirnov | 2012-05-18 | 2 | -0/+4 |
* | avfilter: Move ff_get_ref_perms_string() to where it is used. | Diego Biurrun | 2012-05-15 | 2 | -14/+14 |
* | Add missing version bumps and APIchanges/Changelog entries. | Anton Khirnov | 2012-05-15 | 1 | -2/+2 |
* | lavfi: move buffer management function to a separate file. | Anton Khirnov | 2012-05-15 | 4 | -147/+169 |
* | lavfi: move formats-related functions from default.c to formats.c | Anton Khirnov | 2012-05-15 | 2 | -64/+64 |
* | lavfi: move video-related functions to a separate file. | Anton Khirnov | 2012-05-15 | 4 | -271/+295 |
* | lavfi: add asyncts filter. | Anton Khirnov | 2012-05-14 | 3 | -0/+240 |
* | lavfi: add aformat filter | Anton Khirnov | 2012-05-14 | 3 | -0/+150 |
* | lavfi: add an audio buffer sink. | Anton Khirnov | 2012-05-14 | 3 | -5/+122 |
* | lavfi: add an audio buffer source. | Anton Khirnov | 2012-05-14 | 2 | -20/+195 |
* | buffersrc: add av_buffersrc_write_frame(). | Anton Khirnov | 2012-05-14 | 4 | -2/+34 |
* | buffersrc: fix invalid read in uninit if the fifo hasn't been allocated | Anton Khirnov | 2012-05-14 | 1 | -1/+1 |
* | lavfi: rename vsrc_buffer.c to buffersrc.c | Anton Khirnov | 2012-05-14 | 2 | -1/+1 |
* | avfiltergraph: reindent | Anton Khirnov | 2012-05-14 | 1 | -60/+60 |
* | lavfi: add channel layout/sample rate negotiation. | Anton Khirnov | 2012-05-14 | 4 | -67/+294 |
* | lavfi: add types and functions for channel layout/samplerate negotiation | Anton Khirnov | 2012-05-14 | 3 | -76/+300 |
* | yadif: Flush filter on eof. | Robert Nagy | 2012-05-14 | 1 | -1/+15 |
* | yadif: Improve pts accuracy. | Robert Nagy | 2012-05-14 | 1 | -6/+21 |
* | lavfi: autoinsert resample filter when necessary. | Anton Khirnov | 2012-05-12 | 1 | -16/+42 |
* | lavfi: add lavr-based audio resampling filter. | Anton Khirnov | 2012-05-12 | 3 | -0/+228 |
* | lavfi: move audio-related functions to a separate file. | Anton Khirnov | 2012-05-09 | 5 | -190/+215 |