summaryrefslogtreecommitdiff
path: root/libavfilter/internal.h
Commit message (Expand)AuthorAge
* libavfilter: update doxy for filter_frameMichael Niedermayer2012-11-28
* libavfilter: Support using filter_frame for videoMichael Niedermayer2012-11-28
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-28
* lavfi: fix references to avfilter_* functions that don't exist anymore.Clément Bœsch2012-10-31
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\
* | lavfi/sink_buffer: implement libav compatibility API.Nicolas George2012-09-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-22
|\|
| * lavfi: add error handling to end_frame().Anton Khirnov2012-07-22
| * lavfi: add error handling to draw_slice().Anton Khirnov2012-07-22
| * lavfi: add error handling to start_frame().Anton Khirnov2012-07-22
* | lavfi: add FF_*LINK_IDX convenience macros.Nicolas George2012-07-20
* | lavfi: make copy_buffer_ref common.Nicolas George2012-07-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-09
|\|
| * lavfi: add error handling to filter_samples().Anton Khirnov2012-07-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-24
|\|
| * lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov2012-06-22
* | lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini2012-06-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-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: change name of tracing functions and of the macro which enables themStefano Sabatini2012-06-13
* | libavfilter: make ff_null_start_frame_keep_ref() a non static inline function.Michael Niedermayer2012-06-10
* | 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: move tracing utilities definition from video.c to avfilter.cStefano Sabatini2012-06-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-04
|\|
| * avfiltergraph: make some functions static.Anton Khirnov2012-06-04
* | libavfilter: add ff_parse_time_base()Michael Niedermayer2012-05-17
* | lavfi: drop planar/packed negotiation supportStefano Sabatini2012-05-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-16
|\|
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-10
|\|
| * lavfi: move audio-related functions to a separate file.Anton Khirnov2012-05-09
| * lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini2011-10-17
* | lavfi: create buffer reference in filters which need to access the ref laterStefano Sabatini2012-04-27
* | avfiltergraph: add avfilter_graph_request_oldest().Nicolas George2012-04-23
* | avfilter: pool draining and self destruction support.Michael Niedermayer2012-01-12
* | sink_buffer: copy list of provided formats in the contextStefano Sabatini2011-12-22
* | lavfi: document AVFilterCommand fieldsStefano Sabatini2011-09-25
* | lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBuffe...Stefano Sabatini2011-09-12
* | avfilter: Add avfilter_graph_que_command()Michael Niedermayer2011-08-29
* | lavfi: add ff_parse_pixel_format() internal function, and use itStefano Sabatini2011-08-23
* | lavfi: add internal functions for parsing format argumentsMina Nagy Zaki2011-08-14
* | lavfi: make pix_fmt_is_in() in vf_lut.c an internal functionStefano Sabatini2011-07-01
* | lavfi: apply misc style fixesStefano Sabatini2011-06-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-22
|\|
| * multiple inclusion guard cleanupDiego Biurrun2011-05-21
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Make the avfilter debug functions and macros static to avfilter.cDiego Elio Pettenò2011-01-26
* | AVFilter: use picture pool to avoid malloc().Michael Niedermayer2011-05-06