summaryrefslogtreecommitdiff
path: root/libavfilter/internal.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | avfilter: Add avfilter_graph_que_command()Michael Niedermayer2011-08-291-0/+7
* | lavfi: add ff_parse_pixel_format() internal function, and use itStefano Sabatini2011-08-231-0/+10
* | lavfi: add internal functions for parsing format argumentsMina Nagy Zaki2011-08-141-0/+42
* | lavfi: make pix_fmt_is_in() in vf_lut.c an internal functionStefano Sabatini2011-07-011-0/+3
* | lavfi: apply misc style fixesStefano Sabatini2011-06-021-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-221-1/+1
|\ \ | |/
| * multiple inclusion guard cleanupDiego Biurrun2011-05-211-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Make the avfilter debug functions and macros static to avfilter.cDiego Elio Pettenò2011-01-261-8/+0
* | AVFilter: use picture pool to avoid malloc().Michael Niedermayer2011-05-061-0/+6
* | Make the avfilter debug functions and macros static to avfilter.cDiego Elio Pettenò2011-01-281-8/+0
|/
* Make avfilter_default_free_buffer() an internal shared symbol, so thatStefano Sabatini2010-11-251-0/+3
* Prefix with "ff_" the functions:Stefano Sabatini2010-11-131-0/+23
* Implement ff_get_ref_perms_string() and use it for tracing.Stefano Sabatini2010-08-241-0/+2
* Rename ff_dprintf_picref() to ff_dprintf_ref().Stefano Sabatini2010-08-201-1/+1
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-071-1/+1