| Commit message (Expand) | Author | Age | Files | Lines |
* | af_resample: fix request_frame() behavior. | Anton Khirnov | 2012-07-09 | 1 | -2/+12 |
* | af_asyncts: fix request_frame() behavior. | Anton Khirnov | 2012-07-09 | 1 | -1/+9 |
* | lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample format | Justin Ruggles | 2012-07-08 | 1 | -6/+0 |
* | af_amix: avoid spurious EAGAIN. | Anton Khirnov | 2012-07-06 | 1 | -0/+2 |
* | af_amix: return AVERROR(EAGAIN) when request_frame didn't produce output. | Anton Khirnov | 2012-07-06 | 1 | -2/+2 |
* | af_amix: only consider negative return codes as errors. | Anton Khirnov | 2012-07-06 | 1 | -2/+2 |
* | lavfi: reclassify showfiltfmts as a TESTPROG | Mans Rullgard | 2012-07-04 | 2 | -2/+109 |
* | Clarify Doxygen comment for FF_API_* #defines. | Diego Biurrun | 2012-07-04 | 1 | -2/+4 |
* | cosmetics: Consistently use C-style comments with multiple inclusion guards | Diego Biurrun | 2012-07-03 | 2 | -2/+2 |
* | misc typo and wording fixes | Diego Biurrun | 2012-07-03 | 1 | -1/+1 |
* | x86: lavfi: fix gradfun/yadif build with mmx/sse disabled | Mans Rullgard | 2012-07-03 | 2 | -6/+18 |
* | vf_yadif: move x86 init code to x86/yadif.c | Mans Rullgard | 2012-07-02 | 4 | -55/+55 |
* | vf_gradfun: move x86 init code to x86/gradfun.c | Mans Rullgard | 2012-07-02 | 3 | -20/+25 |
* | 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 |