| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: add atempo filter | Pavel Koshevoy | 2012-06-17 | 4 | -1/+1164 |
* | lavfi: update some deprecated functions | Paul B Mahol | 2012-06-16 | 34 | -125/+145 |
* | lavfi/super2xsai: fix fate test on bigendian | Paul B Mahol | 2012-06-16 | 1 | -8/+21 |
* | vf_pad: check that we have write permission before writing in the buffer. | Michael Niedermayer | 2012-06-16 | 1 | -1/+1 |
* | lavfi: add asetnsamples audio filter | Stefano Sabatini | 2012-06-16 | 4 | -1/+209 |
* | lavfi/split: give a more accurate description to split | Stefano Sabatini | 2012-06-16 | 1 | -1/+1 |
* | lavfi/super2xsai: simplify code updating the color matrix at each y iteration | Stefano Sabatini | 2012-06-16 | 1 | -41/+20 |
* | lavfi/super2xsai: fix table used to update color matrix at the end of each y ... | Stefano Sabatini | 2012-06-16 | 1 | -3/+3 |
* | lavfi/video: set output frame w/h properties in default_start_frame() | Stefano Sabatini | 2012-06-16 | 1 | -0/+2 |
* | lavfi/avcodec: add consistency checks in avfilter_copy_buf_props() | Stefano Sabatini | 2012-06-16 | 1 | -0/+8 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-15 | 1 | -0/+4 |
|\ |
|
| * | af_resample: fix format modifier in debug string for FF_API_SAMPLERATE64 | Janne Grunau | 2012-06-15 | 1 | -0/+4 |
* | | lavfi: af_amerge options array was not ended with NULL | William Yu | 2012-06-15 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-13 | 53 | -141/+537 |
|\| |
|
| * | 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 |
* | | lavfi: move definition of avfilter_copy_buf_props() from buffer.c to avcodec.c | Stefano Sabatini | 2012-06-13 | 2 | -44/+44 |
* | | lavfi: change name of tracing functions and of the macro which enables them | Stefano Sabatini | 2012-06-13 | 4 | -21/+27 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-12 | 1 | -2/+10 |
|\| |
|
| * | 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: fix signature for default_filter_name() | Stefano Sabatini | 2012-06-10 | 1 | -1/+1 |
* | | vf_fps: set frame_rate. | Nicolas George | 2012-06-10 | 1 | -0/+1 |
* | | vf_tile: update deprecated functions. | Nicolas George | 2012-06-10 | 1 | -4/+6 |
* | | vf_tile: set frame_rate. | Nicolas George | 2012-06-10 | 1 | -0/+2 |
* | | sink_buffer: dont return void from void functions. | Michael Niedermayer | 2012-06-10 | 1 | -2/+2 |
* | | libavfilter: make ff_null_start_frame_keep_ref() a non static inline function. | Michael Niedermayer | 2012-06-10 | 3 | -9/+12 |
* | | buffersrc: deprecate flat options syntax. | Nicolas George | 2012-06-09 | 1 | -0/+1 |
* | | buffersrc: accept the frame rate as argument. | Nicolas George | 2012-06-09 | 1 | -2/+5 |
* | | buffersrc: accept key=value arguments. | Nicolas George | 2012-06-09 | 1 | -13/+60 |
* | | buffersink: add av_buffersink_get_frame_rate(). | Nicolas George | 2012-06-09 | 2 | -0/+10 |
* | | lavfi: add a frame_rate field to AVFilterLink. | Nicolas George | 2012-06-09 | 2 | -0/+15 |
* | | add bracket around the argument (fixes compilation error with ICL) | J. Bohl | 2012-06-09 | 1 | -5/+5 |
* | | amerge: accept multiple inputs. | Nicolas George | 2012-06-07 | 1 | -58/+115 |
* | | af_amerge: move nb_in_ch into the in structure. | Nicolas George | 2012-06-07 | 1 | -19/+19 |
* | | lavfi/audio: fix size of copied samples. | Nicolas George | 2012-06-07 | 1 | -3/+6 |
* | | lavfi: remove avfilter_default_item_name() from public API | Stefano Sabatini | 2012-06-06 | 3 | -9/+3 |
* | | lavfi/ocv: fix compilation after internalization of public functions | Stefano Sabatini | 2012-06-06 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-06 | 50 | -340/+625 |
|\| |
|
| * | 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 |
* | | lavfi: remove more instances of avfilter_default_filter_name() | Stefano Sabatini | 2012-06-05 | 2 | -4/+4 |
* | | lavfi: move avfilter_copy_frame_props() definition from buffer.c to avcodec.c | Stefano Sabatini | 2012-06-05 | 2 | -27/+27 |