summaryrefslogtreecommitdiffstats
path: root/libavfilter/internal.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '1565cbc65cbb9f95c11367314a080068895e0cf0'Michael Niedermayer2013-04-121-0/+5
|\
| * lavfi: make avfilter_free() remove the filter from its graph.Anton Khirnov2013-04-111-0/+5
* | Merge commit 'bc1a985ba030e9861d24965d42792850b43a43ea'Michael Niedermayer2013-04-121-0/+10
|\ \ | |/
| * lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov2013-04-111-0/+10
* | lavfi: loop on request_frame if necessary.Nicolas George2013-04-031-0/+14
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-28/+5
|\ \ | |/
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-081-25/+4
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-37/+17
* | internal.h: remove start/end_frame from AVFilterPadMichael Niedermayer2013-01-051-23/+0
* | lavfi: remove some draw_slice related code that has become unneededMichael Niedermayer2012-12-301-10/+0
* | libavfilter: update doxy for filter_frameMichael Niedermayer2012-11-281-4/+4
* | libavfilter: Support using filter_frame for videoMichael Niedermayer2012-11-281-0/+12
* | lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-281-1/+1
* | lavfi: fix references to avfilter_* functions that don't exist anymore.Clément Bœsch2012-10-311-2/+2
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
* | lavfi/sink_buffer: implement libav compatibility API.Nicolas George2012-09-271-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-2/+9
|\ \ | |/
| * lavfi: add error handling to end_frame().Anton Khirnov2012-07-221-1/+3
| * lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-1/+3
| * lavfi: add error handling to start_frame().Anton Khirnov2012-07-221-0/+3
* | lavfi: add FF_*LINK_IDX convenience macros.Nicolas George2012-07-201-0/+8
* | lavfi: make copy_buffer_ref common.Nicolas George2012-07-201-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-091-1/+5
|\ \ | |/
| * lavfi: add error handling to filter_samples().Anton Khirnov2012-07-091-1/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-241-0/+8
|\ \ | |/
| * lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov2012-06-221-0/+8
* | lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini2012-06-221-0/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-131-2/+134
|\ \ | |/
| * lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-131-2/+8
| * lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-131-0/+126
* | lavfi: change name of tracing functions and of the macro which enables themStefano Sabatini2012-06-131-4/+12
* | libavfilter: make ff_null_start_frame_keep_ref() a non static inline function.Michael Niedermayer2012-06-101-9/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-061-0/+50
|\ \ | |/
| * lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-0/+17
| * lavfi: make avfilter_insert_pad and pals private on next bump.Anton Khirnov2012-06-051-0/+33
* | lavfi: move tracing utilities definition from video.c to avfilter.cStefano Sabatini2012-06-051-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-041-22/+0
|\ \ | |/
| * avfiltergraph: make some functions static.Anton Khirnov2012-06-041-23/+0
* | libavfilter: add ff_parse_time_base()Michael Niedermayer2012-05-171-0/+10
* | lavfi: drop planar/packed negotiation supportStefano Sabatini2012-05-161-10/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-161-0/+5
|\ \ | |/
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-101-0/+6
|\ \ | |/
| * lavfi: move audio-related functions to a separate file.Anton Khirnov2012-05-091-0/+4
| * lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini2011-10-171-0/+3
* | lavfi: create buffer reference in filters which need to access the ref laterStefano Sabatini2012-04-271-0/+9
* | avfiltergraph: add avfilter_graph_request_oldest().Nicolas George2012-04-231-0/+5
* | avfilter: pool draining and self destruction support.Michael Niedermayer2012-01-121-0/+2
* | sink_buffer: copy list of provided formats in the contextStefano Sabatini2011-12-221-0/+12
* | lavfi: document AVFilterCommand fieldsStefano Sabatini2011-09-251-2/+3
* | lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBuffe...Stefano Sabatini2011-09-121-1/+1
OpenPOWER on IntegriCloud