| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: add avfilter_get_class() and iteration callbacks | Stefano Sabatini | 2012-08-13 | 1 | -0/+35 |
* | lavfi: rescale link->current_pts. | Nicolas George | 2012-07-17 | 1 | -1/+2 |
* | lavfi: add init_opaque callback | Stefano Sabatini | 2012-07-10 | 1 | -1/+3 |
* | lavfi: implement samples framing on links. | Nicolas George | 2012-06-30 | 1 | -3/+11 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-27 | 1 | -1/+1 |
|\ |
|
| * | lavfi: make filters less verbose. | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | | Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63' | Michael Niedermayer | 2012-06-27 | 1 | -35/+0 |
|\| |
|
| * | lavfi: remove disabled FF_API_FILTERS_PUBLIC cruft | Anton Khirnov | 2012-06-26 | 1 | -35/+0 |
| * | lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruft | Anton Khirnov | 2012-06-26 | 1 | -6/+0 |
| * | lavfi: use proper FF_API guards for different deprecated functions | Anton Khirnov | 2012-06-26 | 1 | -0/+2 |
* | | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' | Michael Niedermayer | 2012-06-26 | 1 | -1/+1 |
|\| |
|
| * | lavfi: remove 'opaque' parameter from AVFilter.init() | Anton Khirnov | 2012-06-26 | 1 | -1/+1 |
* | | lavfi: display pad type with mismatch error message. | Nicolas George | 2012-06-23 | 1 | -2/+3 |
* | | lavfi/avfilter: use av_assert | Michael Niedermayer | 2012-06-19 | 1 | -1/+1 |
* | | lavfi: use designated initializers for AVClass | Paul B Mahol | 2012-06-17 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-13 | 1 | -22/+42 |
|\| |
|
| * | lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs | Anton Khirnov | 2012-06-13 | 1 | -24/+34 |
| * | lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name(). | Anton Khirnov | 2012-06-13 | 1 | -0/+10 |
* | | lavfi: change name of tracing functions and of the macro which enables them | Stefano Sabatini | 2012-06-13 | 1 | -11/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-12 | 1 | -2/+10 |
|\| |
|
| * | avfilter: Log an error if avfilter fails to configure a link. | Alex Converse | 2012-06-12 | 1 | -2/+10 |
* | | lavfi: fix signature for default_filter_name() | Stefano Sabatini | 2012-06-10 | 1 | -1/+1 |
* | | lavfi: add a frame_rate field to AVFilterLink. | Nicolas George | 2012-06-09 | 1 | -0/+3 |
* | | lavfi: remove avfilter_default_item_name() from public API | Stefano Sabatini | 2012-06-06 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-06 | 1 | -19/+49 |
|\| |
|
| * | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 1 | -4/+12 |
| * | lavfi: make avfilter_insert_pad and pals private on next bump. | Anton Khirnov | 2012-06-05 | 1 | -3/+21 |
| * | lavfi: make formats API private on next bump. | Anton Khirnov | 2012-06-05 | 1 | -10/+10 |
* | | lavfi: move tracing utilities definition from video.c to avfilter.c | Stefano Sabatini | 2012-06-05 | 1 | -0/+40 |
* | | lavfi: add avfilter_default_filter_name() | Stefano Sabatini | 2012-06-04 | 1 | -4/+4 |
* | | set some categories of some AVClass structs | Michael Niedermayer | 2012-06-03 | 1 | -0/+1 |
* | | avfilter: use designated initializer for class | Paul B Mahol | 2012-05-29 | 1 | -4/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-23 | 1 | -2/+0 |
|\| |
|
| * | lavfi: deprecate default config_props() callback and refactor avfilter_config... | Mina Nagy Zaki | 2012-05-22 | 1 | -6/+33 |
| * | avfilter: Move ff_get_ref_perms_string() to where it is used. | Diego Biurrun | 2012-05-15 | 1 | -14/+0 |
* | | lavfi: drop planar/packed negotiation support | Stefano Sabatini | 2012-05-16 | 1 | -3/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-16 | 1 | -354/+20 |
|\| |
|
| * | lavfi: move buffer management function to a separate file. | Anton Khirnov | 2012-05-15 | 1 | -138/+0 |
| * | lavfi: move video-related functions to a separate file. | Anton Khirnov | 2012-05-15 | 1 | -184/+0 |
| * | lavfi: add channel layout/sample rate negotiation. | Anton Khirnov | 2012-05-14 | 1 | -6/+15 |
* | | avfilter: fix regression since addition of extended_data to audio | Michael Niedermayer | 2012-05-12 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-10 | 1 | -170/+4 |
|\| |
|
| * | lavfi: move audio-related functions to a separate file. | Anton Khirnov | 2012-05-09 | 1 | -126/+1 |
| * | lavfi: remove some audio-related function from public API. | Anton Khirnov | 2012-05-09 | 1 | -7/+9 |
| * | lavfi: simplify signature for avfilter_get_audio_buffer() and friends | Stefano Sabatini | 2012-05-09 | 1 | -7/+4 |
| * | lavfi: cleanup avfilter_get_audio_buffer() and pals. | Stefano Sabatini | 2012-05-09 | 1 | -10/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-10 | 1 | -0/+87 |
|\| |
|
| * | lavfi: add avfilter_get_audio_buffer_ref_from_arrays(). | Stefano Sabatini | 2012-05-09 | 1 | -0/+68 |
| * | lavfi: add extended_data to AVFilterBuffer. | Anton Khirnov | 2012-05-09 | 1 | -0/+33 |
| * | lavfi: add a function for copying properties from AVFilterBufferRef->AVFrame | Anton Khirnov | 2012-05-09 | 1 | -0/+30 |