summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* Add yuva422p to yadif format list.Carl Eugen Hoyos2012-05-08
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-07
|\
| * lavfi: uninline avfilter_copy_buffer_ref_props().Anton Khirnov2012-05-07
| * build: cosmetics: Add missing end-of-line backslashes to item lists.Diego Biurrun2012-05-07
| * build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun2012-05-07
| * vf_yadif: fix missing error handling for avfilter_poll_frame()Robert Nagy2012-05-07
| * lavfi: support audio in avfilter_copy_frame_props().Anton Khirnov2012-05-07
| * lavfi: avfilter_merge_formats: handle case where inputs are sameMina Nagy Zaki2012-05-07
* | yadif: Add yuva444p to format list.Robert Nagy2012-05-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-06
|\|
| * lavfi/formats: use sizeof(var) instead of sizeof(type).Anton Khirnov2012-05-06
| * lavfi: remove avfilter_default_config_input_link() declarationStefano Sabatini2012-05-06
| * lavfi: always enable the scale filter and depend on sws.Anton Khirnov2012-05-06
| * vf_split: support user-specifiable number of outputs.Anton Khirnov2012-05-06
| * vsrc_buffer: return EAGAIN if no frame is available.Nicolas George2012-05-05
* | vsrc_buffer: deprecate the header.Nicolas George2012-05-06
* | vsrc_buffer: deprecate av_vsrc_buffer_add_video_buffer_ref.Nicolas George2012-05-06
* | src_buffer: update get_nb_failed_requests name.Nicolas George2012-05-06
* | asrc_abuffer: deprecate the header.Nicolas George2012-05-06
* | asrc_abuffer: deprecate av_asrc_buffer_* functions.Nicolas George2012-05-06
* | lavfi: install buffersrc.h.Nicolas George2012-05-06
* | lavfi: remove av_buffersrc_buffer.Nicolas George2012-05-06
* | buffersrc: fix av_buffersrc_add_ref doxy.Nicolas George2012-05-06
* | src_buffer: implement av_buffersrc_add_frame.Nicolas George2012-05-04
* | src_buffer: implement audio buffer copy.Nicolas George2012-05-04
* | lavfi/avcodec: implement audio copy_frame_prop.Nicolas George2012-05-04
* | lavfi: implement avfilter_get_audio_buffer_ref_from_frame.Nicolas George2012-05-04
* | Fix a few @file doxy inconsistencies.Clément Bœsch2012-05-04
* | lavfi/src_buffer: fix indent.Clément Bœsch2012-05-03
* | src_buffer: merge av_asrc_buffer_add_audio_buffer_ref.Nicolas George2012-05-03
* | src_buffer: move audio format change check in a separate function.Nicolas George2012-05-03
* | src_buffer: move buffer copy in a separate function.Nicolas George2012-05-03
* | src_buffer: move format change check in a separate function.Nicolas George2012-05-03
* | src_buffer: introduce av_buffersrc_add_ref().Nicolas George2012-05-03
* | lavfi/drawtext: give a new alias "timecode_rate" to the the r/rate optionStefano Sabatini2012-05-03
* | lavfi/drawtext: rename and document variables d_expr and d_pexprStefano Sabatini2012-05-03
* | lavfi/drawtext: alphabetically sort the expression parametersStefano Sabatini2012-05-03
* | lavfi: remove screenshot libmpcodecs wrapperPaul B Mahol2012-05-02
* | lavfi/lut: remove unused variableStefano Sabatini2012-05-01
* | lavfi/tinterlace: support symbolic names for the parameterStefano Sabatini2012-04-30
* | lavfi/tinterlace: make video as interlaced in mode 6Stefano Sabatini2012-04-30
* | lavfi/tinterlace: add tinterlace mode 6Stuart Morris2012-04-30
* | lavfi/buffersink: fix header inclusion guard nameStefano Sabatini2012-04-29
* | src_buffer: add forgotten avfilter_unref_buffer.Nicolas George2012-04-28
* | avfilter: filter_samples: read pts before filtering.Nicolas George2012-04-28
* | lavfi: rename vsrc_buffer.c into src_buffer.c.Nicolas George2012-04-28
* | lavfi: merge asrc_abuffer into vsrc_buffer.Nicolas George2012-04-28
* | lavfi/tinterlace: remove unnecessary NULL check in start_frame()Stefano Sabatini2012-04-27
* | lavfi/tinterlace: use avfilter_unref_bufferp()Stefano Sabatini2012-04-27
* | lavfi/tinterlace: fix doxy in copy_picture_field()Stefano Sabatini2012-04-27