| Commit message (Expand) | Author | Age | Files | Lines |
* | avfiltergraph: shut up uninitialized variable warning. | Anton Khirnov | 2012-06-26 | 1 | -1/+3 |
* | af_join: initialize a variable to shut up gcc warning. | Anton Khirnov | 2012-06-26 | 1 | -1/+2 |
* | amix: fix format specifier for AVFilterLink.sample_rate. | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | lavfi: make filters less verbose. | Anton Khirnov | 2012-06-26 | 26 | -38/+37 |
* | lavfi: reorder AVFilterLink fields. | Anton Khirnov | 2012-06-26 | 1 | -27/+27 |
* | lavfi: reorder AVFilterContext fields. | Anton Khirnov | 2012-06-26 | 1 | -7/+6 |
* | lavfi: reorder AVFilter fields. | Anton Khirnov | 2012-06-26 | 1 | -9/+17 |
* | lavfi: reorder AVFilterBufferRef fields. | Anton Khirnov | 2012-06-26 | 1 | -17/+18 |
* | lavfi: reorder AVFilterBuffer fields. | Anton Khirnov | 2012-06-26 | 1 | -16/+15 |
* | lavfi: remove disabled FF_API_FILTERS_PUBLIC cruft | Anton Khirnov | 2012-06-26 | 6 | -245/+0 |
* | lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruft | Anton Khirnov | 2012-06-26 | 3 | -15/+0 |
* | lavfi: use proper FF_API guards for different deprecated functions | Anton Khirnov | 2012-06-26 | 1 | -0/+2 |
* | lavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME cruft | Anton Khirnov | 2012-06-26 | 4 | -61/+0 |
* | lavfi: remove disabled FF_API_SAMPLERATE64 cruft | Anton Khirnov | 2012-06-26 | 3 | -11/+0 |
* | lavfi: remove disabled FF_API_GRAPH_AVCLASS cruft | Anton Khirnov | 2012-06-26 | 4 | -20/+6 |
* | lavfi: remove 'opaque' parameter from AVFilter.init() | Anton Khirnov | 2012-06-26 | 44 | -60/+57 |
* | lavfi: Add the af_channelmap audio channel mapping filter. | Alex Converse | 2012-06-22 | 3 | -0/+404 |
* | lavfi: add join audio filter. | Anton Khirnov | 2012-06-22 | 3 | -0/+502 |
* | lavfi: allow audio filters to request a given number of samples. | Anton Khirnov | 2012-06-22 | 2 | -8/+160 |
* | lavfi: support automatically inserting the fifo filter when needed. | Anton Khirnov | 2012-06-22 | 5 | -63/+78 |
* | lavfi/audio: eliminate ff_default_filter_samples(). | Anton Khirnov | 2012-06-22 | 4 | -33/+5 |
* | lavfi/audio: don't set cur_buf in ff_filter_samples(). | Anton Khirnov | 2012-06-21 | 1 | -7/+8 |
* | lavfi/fifo: add audio version of the fifo filter. | Anton Khirnov | 2012-06-21 | 3 | -20/+53 |
* | fifo: fix parenthesis placement. | Anton Khirnov | 2012-06-21 | 1 | -1/+1 |
* | lavfi: rename vf_fifo.c -> fifo.c | Anton Khirnov | 2012-06-21 | 2 | -1/+1 |
* | af_amix: allow float planar sample format as input | Justin Ruggles | 2012-06-18 | 1 | -4/+15 |
* | af_amix: use AVFloatDSPContext.vector_fmac_scalar() | Justin Ruggles | 2012-06-18 | 1 | -11/+8 |
* | 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 |