summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
Commit message (Expand)AuthorAge
* 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-27
|\|
| * lavfi: reorder AVFilterLink fields.Anton Khirnov2012-06-26
| * lavfi: reorder AVFilterContext fields.Anton Khirnov2012-06-26
| * lavfi: reorder AVFilter fields.Anton Khirnov2012-06-26
| * lavfi: reorder AVFilterBufferRef fields.Anton Khirnov2012-06-26
| * lavfi: reorder AVFilterBuffer fields.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: remove disabled FF_API_SAMPLERATE64 cruftAnton Khirnov2012-06-26
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-26
|\|
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* | lavfi: drop deprecated and disabled packing APIStefano Sabatini2012-06-26
* | lavfi/avfilter.h: reorganize headers dispositionStefano Sabatini2012-06-25
* | lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.hStefano Sabatini2012-06-25
* | lavfi: move some FF_API_ definitions from avfilter.h to version.hStefano Sabatini2012-06-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-24
|\|
| * lavfi: allow audio filters to request a given number of samples.Anton Khirnov2012-06-22
| * lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov2012-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: add avfilter_pad_get_type() and avfilter_pad_get_name().Anton Khirnov2012-06-13
| * lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov2012-06-13
* | 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: add avfilter_default_filter_name()Stefano Sabatini2012-06-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-23
|\|
| * lavfi: fix comment, audio is supported now.Anton Khirnov2012-05-22