summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* lavfi: af_amerge options array was not ended with NULLWilliam Yu2012-06-15
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-13
|\
| * lavfi/audio: use av_samples_copy() instead of custom code.Anton Khirnov2012-06-13
| * avfiltergraph: remove a redundant call to avfilter_get_by_name().Anton Khirnov2012-06-13
| * lavfi: allow building without swscale.Anton Khirnov2012-06-13
| * lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-13
| * lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-13
| * lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name().Anton Khirnov2012-06-13
| * lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov2012-06-13
| * lavfi: add channelsplit audio filter.Anton Khirnov2012-06-12
* | lavfi: move definition of avfilter_copy_buf_props() from buffer.c to avcodec.cStefano Sabatini2012-06-13
* | lavfi: change name of tracing functions and of the macro which enables themStefano Sabatini2012-06-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-12
|\|
| * avfilter: Log an error if avfilter fails to configure a link.Alex Converse2012-06-12
| * vf_libopencv: add missing headers.Anton Khirnov2012-06-10
* | lavfi: fix signature for default_filter_name()Stefano Sabatini2012-06-10
* | vf_fps: set frame_rate.Nicolas George2012-06-10
* | vf_tile: update deprecated functions.Nicolas George2012-06-10
* | vf_tile: set frame_rate.Nicolas George2012-06-10
* | sink_buffer: dont return void from void functions.Michael Niedermayer2012-06-10
* | libavfilter: make ff_null_start_frame_keep_ref() a non static inline function.Michael Niedermayer2012-06-10
* | buffersrc: deprecate flat options syntax.Nicolas George2012-06-09
* | buffersrc: accept the frame rate as argument.Nicolas George2012-06-09
* | buffersrc: accept key=value arguments.Nicolas George2012-06-09
* | buffersink: add av_buffersink_get_frame_rate().Nicolas George2012-06-09
* | lavfi: add a frame_rate field to AVFilterLink.Nicolas George2012-06-09
* | add bracket around the argument (fixes compilation error with ICL)J. Bohl2012-06-09
* | amerge: accept multiple inputs.Nicolas George2012-06-07
* | af_amerge: move nb_in_ch into the in structure.Nicolas George2012-06-07
* | lavfi/audio: fix size of copied samples.Nicolas George2012-06-07
* | lavfi: remove avfilter_default_item_name() from public APIStefano Sabatini2012-06-06
* | lavfi/ocv: fix compilation after internalization of public functionsStefano Sabatini2012-06-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-06
|\|
| * lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
| * lavfi: make avfilter_insert_pad and pals private on next bump.Anton Khirnov2012-06-05
| * lavfi: make formats API private on next bump.Anton Khirnov2012-06-05
* | lavfi: remove more instances of avfilter_default_filter_name()Stefano Sabatini2012-06-05
* | lavfi: move avfilter_copy_frame_props() definition from buffer.c to avcodec.cStefano Sabatini2012-06-05
* | aconvert filter needs to configure sampleratesAndrew Wason2012-06-05
* | avfiltergraph: call query_formats on inputs first.Nicolas George2012-06-05
* | avfiltergraph: check query_formats return value.Nicolas George2012-06-05
* | lavfi: move tracing utilities definition from video.c to avfilter.cStefano Sabatini2012-06-05
* | lavfi/select: use exported dsputil_init function.Clément Bœsch2012-06-05
* | lavfi/select: 10l: llabs -> fabs after switching types.Clément Bœsch2012-06-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-04
|\|
| * avfiltergraph: make some functions static.Anton Khirnov2012-06-04
* | lavfi/select: add scene detection.Clément Bœsch2012-06-04
* | lavfi: use av_default_item_name() as filter private context loggerStefano Sabatini2012-06-04
* | lavfi: add avfilter_default_filter_name()Stefano Sabatini2012-06-04
* | lavfi/lut: fix component -> rgba mappingStefano Sabatini2012-06-04