summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi: fix signature for default_filter_name()Stefano Sabatini2012-06-101-1/+1
* vf_fps: set frame_rate.Nicolas George2012-06-101-0/+1
* vf_tile: update deprecated functions.Nicolas George2012-06-101-4/+6
* vf_tile: set frame_rate.Nicolas George2012-06-101-0/+2
* sink_buffer: dont return void from void functions.Michael Niedermayer2012-06-101-2/+2
* libavfilter: make ff_null_start_frame_keep_ref() a non static inline function.Michael Niedermayer2012-06-103-9/+12
* buffersrc: deprecate flat options syntax.Nicolas George2012-06-091-0/+1
* buffersrc: accept the frame rate as argument.Nicolas George2012-06-091-2/+5
* buffersrc: accept key=value arguments.Nicolas George2012-06-091-13/+60
* buffersink: add av_buffersink_get_frame_rate().Nicolas George2012-06-092-0/+10
* lavfi: add a frame_rate field to AVFilterLink.Nicolas George2012-06-092-0/+15
* add bracket around the argument (fixes compilation error with ICL)J. Bohl2012-06-091-5/+5
* amerge: accept multiple inputs.Nicolas George2012-06-071-58/+115
* af_amerge: move nb_in_ch into the in structure.Nicolas George2012-06-071-19/+19
* lavfi/audio: fix size of copied samples.Nicolas George2012-06-071-3/+6
* lavfi: remove avfilter_default_item_name() from public APIStefano Sabatini2012-06-063-9/+3
* lavfi/ocv: fix compilation after internalization of public functionsStefano Sabatini2012-06-061-0/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-0650-340/+625
|\
| * lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-0545-176/+235
| * lavfi: make avfilter_insert_pad and pals private on next bump.Anton Khirnov2012-06-055-33/+66
| * lavfi: make formats API private on next bump.Anton Khirnov2012-06-0535-210/+307
* | lavfi: remove more instances of avfilter_default_filter_name()Stefano Sabatini2012-06-052-4/+4
* | lavfi: move avfilter_copy_frame_props() definition from buffer.c to avcodec.cStefano Sabatini2012-06-052-27/+27
* | aconvert filter needs to configure sampleratesAndrew Wason2012-06-052-5/+35
* | avfiltergraph: call query_formats on inputs first.Nicolas George2012-06-051-0/+7
* | avfiltergraph: check query_formats return value.Nicolas George2012-06-051-2/+4
* | lavfi: move tracing utilities definition from video.c to avfilter.cStefano Sabatini2012-06-053-40/+46
* | lavfi/select: use exported dsputil_init function.Clément Bœsch2012-06-051-1/+1
* | lavfi/select: 10l: llabs -> fabs after switching types.Clément Bœsch2012-06-051-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-042-28/+22
|\ \ | |/
| * avfiltergraph: make some functions static.Anton Khirnov2012-06-042-29/+22
* | lavfi/select: add scene detection.Clément Bœsch2012-06-041-0/+78
* | lavfi: use av_default_item_name() as filter private context loggerStefano Sabatini2012-06-0420-20/+20
* | lavfi: add avfilter_default_filter_name()Stefano Sabatini2012-06-0425-119/+35
* | lavfi/lut: fix component -> rgba mappingStefano Sabatini2012-06-041-24/+20
* | set some categories of some AVClass structsMichael Niedermayer2012-06-033-0/+3
* | af_amerge: use the buferqueue API.Nicolas George2012-06-031-52/+34
* | af_astreamsync: set samples rate in query_formats.Nicolas George2012-06-031-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-311-7/+12
|\ \ | |/
| * lavfi: amix: check active input count before calling request_samplesJustin Ruggles2012-05-301-7/+12
| * avfilter: include required header file avfilter.h in video.hJanne Grunau2012-05-291-0/+2
* | vf_overlay: rewrite request/push logic.Nicolas George2012-05-311-71/+154
* | lavfi: add a generic API for buffer queues.Nicolas George2012-05-311-0/+111
* | sink_buffer: guard against NULL frames.Nicolas George2012-05-311-0/+2
* | avfilter: use designated initializer for classPaul B Mahol2012-05-291-4/+3
* | lavfi: use getter/setter functions for AVFrame.pkt_posMichael Niedermayer2012-05-282-3/+3
* | lavfi: Fill linesize, sample_rate and channel_layout fields in avfilter_fill_...Robert Nagy2012-05-281-4/+7
* | lswsutils: fix "ncompatible pointer type" warningMichael Niedermayer2012-05-261-1/+1
* | lavfutils: fix incompatible pointer type warningMichael Niedermayer2012-05-261-1/+1
* | af_aresample: fix pts, they where off by a packet in the -async >0 case.Michael Niedermayer2012-05-261-23/+12
OpenPOWER on IntegriCloud