summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
Commit message (Expand)AuthorAge
* lavfi: drop now unused shorthand field from AVFilter.Clément Bœsch2013-04-13
* Merge commit 'fa2a34cd40d124161c748bb0f430dc63c94dd0da'Michael Niedermayer2013-04-12
|\
| * lavfi: change the filter registering system to match the other librariesAnton Khirnov2013-04-11
* | Merge commit '7e8fe4be5fb4c98aa3c6a4ed3cec999f4e3cc3aa'Michael Niedermayer2013-04-12
|\|
| * lavfi: add a function for counting elements in AVFilterPad arrays.Anton Khirnov2013-04-11
* | Merge commit '7cdd737ba81b5c2c9521c4509edf0ac315fabc65'Michael Niedermayer2013-04-12
|\|
| * lavfi: mark filters with dynamic number of inputs or outputs with special flagsAnton Khirnov2013-04-11
* | Merge commit '1ba95a9cca57b023b9b9de071a5671fc05b05e58'Michael Niedermayer2013-04-12
|\|
| * lavfi: add avfilter_init_dict() for initializing a filter with a dict.Anton Khirnov2013-04-11
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-12
* | Merge commit '48a5adab62bd2a553f5069d41fa632a0701835e5'Michael Niedermayer2013-04-12
|\|
| * lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov2013-04-11
* | Merge commit '1565cbc65cbb9f95c11367314a080068895e0cf0'Michael Niedermayer2013-04-12
|\|
| * lavfi: make avfilter_free() remove the filter from its graph.Anton Khirnov2013-04-11
* | Merge commit '111367263af41c88a44bd763ceefc11d53a7f655'Michael Niedermayer2013-04-12
|\|
| * lavfi: add AVFilterContext.graph.Anton Khirnov2013-04-11
* | Merge commit 'c2c9801bc9bce688d51d1a96f5f3ea93933e2dee'Michael Niedermayer2013-04-12
|\|
| * lavfi: deprecate avfilter_graph_add_filter().Anton Khirnov2013-04-11
* | Merge commit 'bc1a985ba030e9861d24965d42792850b43a43ea'Michael Niedermayer2013-04-12
|\|
| * lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov2013-04-11
* | Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'Michael Niedermayer2013-04-11
|\|
| * lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-11
* | Merge commit '4a37d4b3f8137a4c2bbbca043de076af966b9446'Michael Niedermayer2013-04-11
|\|
| * lavfi: add const to the pads parameter of avfilter_pad_get_name/typeAnton Khirnov2013-04-11
| * lavfi: add const to AVFilterContext.filter.Anton Khirnov2013-04-11
* | Merge commit '8114c101607843a86960bd3e0e9c40487dc2a961'Michael Niedermayer2013-04-11
|\|
| * lavfi: add avfilter_get_class().Anton Khirnov2013-04-09
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
* | Merge commit '4fa1f52e33b70029e2b621852f3af7c1ef9aecff'Michael Niedermayer2013-04-10
|\|
| * af_resample: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* | Merge commit 'b439c992c23f3e0f3832fffd2a34a664b236c525'Michael Niedermayer2013-04-10
|\|
| * lavfi: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* | lavfi: loop on request_frame if necessary.Nicolas George2013-04-03
* | lavfi: add common code to handle options parsing.Nicolas George2013-03-20
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
|\|
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-08
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* | lavfi/avfilter: remove now unused {src,cur,out}_buf.Clément Bœsch2013-01-06
* | lavfi: add avfilter_get_audio_buffer_ref_from_arrays_channels.Nicolas George2013-01-01
* | lavfi: add an accessor for ref->audio->channels.Nicolas George2012-12-20
* | lavfi: add a channels field to AVFilterLink.Nicolas George2012-12-20
* | lavfi/avfilter.h: clarify doxy for AVFilterLink.out_bufStefano Sabatini2012-12-15
* | doxy: add ref for lavfi, lpp and lsws.Clément Bœsch2012-12-11
* | avfilter: mark start_frame/end_frame/draw_slice as deprecatedAnton Khirnov2012-11-29
* | libavfilter: update doxy for filter_frameMichael Niedermayer2012-11-28
* | lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-28
* | lavfi: store and propagate number of channels information in audio buffer pro...Stefano Sabatini2012-11-13
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-12
|\|
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11