summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAge
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer2012-09-18
|\|
| * lavfi: replace empty input/output lists with null pointersMans Rullgard2012-09-17
* | lavfi: when configuring a link, set channel layout from previous link if unsp...Stefano Sabatini2012-09-02
* | lavfi: free partial audio buffers when destroying links.Nicolas George2012-08-22
* | lavfi: add a closed field to AVFilerLink.Nicolas George2012-08-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
| * avfilter: Fix printf format string conversion specifierDiego Biurrun2012-07-25
* | lavfi: add avfilter_get_class() and iteration callbacksStefano Sabatini2012-08-13
* | lavfi: rescale link->current_pts.Nicolas George2012-07-17
* | lavfi: add init_opaque callbackStefano Sabatini2012-07-10
* | lavfi: implement samples framing on links.Nicolas George2012-06-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-27
|\|
| * lavfi: make filters less verbose.Anton Khirnov2012-06-26
* | Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'Michael Niedermayer2012-06-27
|\|
| * lavfi: remove disabled FF_API_FILTERS_PUBLIC cruftAnton Khirnov2012-06-26
| * lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruftAnton Khirnov2012-06-26
| * lavfi: use proper FF_API guards for different deprecated functionsAnton Khirnov2012-06-26
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-26
|\|
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* | lavfi: display pad type with mismatch error message.Nicolas George2012-06-23
* | lavfi/avfilter: use av_assertMichael Niedermayer2012-06-19
* | lavfi: use designated initializers for AVClassPaul B Mahol2012-06-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-13
|\|
| * lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-13
| * lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name().Anton Khirnov2012-06-13
* | lavfi: change name of tracing functions and of the macro which enables themStefano Sabatini2012-06-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-12
|\|
| * avfilter: Log an error if avfilter fails to configure a link.Alex Converse2012-06-12
* | lavfi: fix signature for default_filter_name()Stefano Sabatini2012-06-10
* | lavfi: add a frame_rate field to AVFilterLink.Nicolas George2012-06-09
* | lavfi: remove avfilter_default_item_name() from public APIStefano Sabatini2012-06-06
* | 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: make formats API private on next bump.Anton Khirnov2012-06-05
* | lavfi: move tracing utilities definition from video.c to avfilter.cStefano Sabatini2012-06-05
* | lavfi: add avfilter_default_filter_name()Stefano Sabatini2012-06-04
* | set some categories of some AVClass structsMichael Niedermayer2012-06-03
* | avfilter: use designated initializer for classPaul B Mahol2012-05-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-23
|\|
| * lavfi: deprecate default config_props() callback and refactor avfilter_config...Mina Nagy Zaki2012-05-22
| * avfilter: Move ff_get_ref_perms_string() to where it is used.Diego Biurrun2012-05-15
* | lavfi: drop planar/packed negotiation supportStefano Sabatini2012-05-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-16
|\|
| * lavfi: move buffer management function to a separate file.Anton Khirnov2012-05-15
| * lavfi: move video-related functions to a separate file.Anton Khirnov2012-05-15
| * lavfi: add channel layout/sample rate negotiation.Anton Khirnov2012-05-14