summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
Commit message (Expand)AuthorAge
* 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
* | lavfi: fix references to avfilter_* functions that don't exist anymore.Clément Bœsch2012-10-31
* | libavfilter: include needed header for AVDictionaryMichael Niedermayer2012-10-24
* | lavc: add lavfi metadata support.Clément Bœsch2012-10-21
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | lavfi: drop deprecated and pointless avfilter_default_end_frame() functionStefano Sabatini2012-09-09
* | lavfi: add qp_table_sizeMichael Niedermayer2012-09-07
* | libavfilter: pass QP table through the filter chainMichael Niedermayer2012-09-07
* | lavfi: add a closed field to AVFilerLink.Nicolas George2012-08-22
* | lavfi: use min_perms and rej_perms for out pads.Nicolas George2012-08-14
* | lavfi: add avfilter_get_class() and iteration callbacksStefano Sabatini2012-08-13
* | lavfi: document the constraints on incoming frames.Nicolas George2012-08-04
* | lavfi: use a new field for automatic buffer copy.Nicolas George2012-08-04
* | avfilter: fix minor typoMichael Niedermayer2012-07-30
* | lavfi/avfilter.h: add doxy for AVFilterLink.out_bufStefano Sabatini2012-07-25
* | lavfi/avfilter.h: add doxy for AVFilterLink.cur_bufStefano Sabatini2012-07-25
* | 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-21
|\|
| * lavfi: add avfilter_unref_bufferp()Robert Nagy2012-07-20
* | lavfi: add init_opaque callbackStefano Sabatini2012-07-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-09
|\|
| * lavfi: add error handling to filter_samples().Anton Khirnov2012-07-09
* | lavfi: implement samples framing on links.Nicolas George2012-06-30