summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-076-18/+29
|\
| * lavfi: uninline avfilter_copy_buffer_ref_props().Anton Khirnov2012-05-073-13/+15
| * build: cosmetics: Add missing end-of-line backslashes to item lists.Diego Biurrun2012-05-071-1/+1
| * build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun2012-05-071-2/+7
| * vf_yadif: fix missing error handling for avfilter_poll_frame()Robert Nagy2012-05-071-0/+4
| * lavfi: support audio in avfilter_copy_frame_props().Anton Khirnov2012-05-071-10/+17
| * lavfi: avfilter_merge_formats: handle case where inputs are sameMina Nagy Zaki2012-05-071-0/+3
* | yadif: Add yuva444p to format list.Robert Nagy2012-05-071-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-064-26/+71
|\ \ | |/
| * lavfi/formats: use sizeof(var) instead of sizeof(type).Anton Khirnov2012-05-061-7/+7
| * lavfi: remove avfilter_default_config_input_link() declarationStefano Sabatini2012-05-061-3/+0
| * lavfi: always enable the scale filter and depend on sws.Anton Khirnov2012-05-062-5/+8
| * vf_split: support user-specifiable number of outputs.Anton Khirnov2012-05-061-13/+55
| * vsrc_buffer: return EAGAIN if no frame is available.Nicolas George2012-05-051-3/+1
* | vsrc_buffer: deprecate the header.Nicolas George2012-05-061-0/+2
* | vsrc_buffer: deprecate av_vsrc_buffer_add_video_buffer_ref.Nicolas George2012-05-061-0/+3
* | src_buffer: update get_nb_failed_requests name.Nicolas George2012-05-063-0/+17
* | asrc_abuffer: deprecate the header.Nicolas George2012-05-061-0/+2
* | asrc_abuffer: deprecate av_asrc_buffer_* functions.Nicolas George2012-05-062-0/+13
* | lavfi: install buffersrc.h.Nicolas George2012-05-061-1/+1
* | lavfi: remove av_buffersrc_buffer.Nicolas George2012-05-062-15/+0
* | buffersrc: fix av_buffersrc_add_ref doxy.Nicolas George2012-05-061-1/+1
* | src_buffer: implement av_buffersrc_add_frame.Nicolas George2012-05-042-11/+33
* | src_buffer: implement audio buffer copy.Nicolas George2012-05-041-0/+12
* | lavfi/avcodec: implement audio copy_frame_prop.Nicolas George2012-05-041-0/+7
* | lavfi: implement avfilter_get_audio_buffer_ref_from_frame.Nicolas George2012-05-042-0/+24
* | Fix a few @file doxy inconsistencies.Clément Bœsch2012-05-041-1/+2
* | lavfi/src_buffer: fix indent.Clément Bœsch2012-05-031-5/+4
* | src_buffer: merge av_asrc_buffer_add_audio_buffer_ref.Nicolas George2012-05-031-21/+1
* | src_buffer: move audio format change check in a separate function.Nicolas George2012-05-031-67/+86
* | src_buffer: move buffer copy in a separate function.Nicolas George2012-05-031-11/+26
* | src_buffer: move format change check in a separate function.Nicolas George2012-05-031-17/+38
* | src_buffer: introduce av_buffersrc_add_ref().Nicolas George2012-05-032-24/+46
* | lavfi/drawtext: give a new alias "timecode_rate" to the the r/rate optionStefano Sabatini2012-05-032-1/+2
* | lavfi/drawtext: rename and document variables d_expr and d_pexprStefano Sabatini2012-05-031-7/+7
* | lavfi/drawtext: alphabetically sort the expression parametersStefano Sabatini2012-05-031-22/+20
* | lavfi: remove screenshot libmpcodecs wrapperPaul B Mahol2012-05-024-326/+1
* | lavfi/lut: remove unused variableStefano Sabatini2012-05-011-1/+1
* | lavfi/tinterlace: support symbolic names for the parameterStefano Sabatini2012-04-302-24/+61
* | lavfi/tinterlace: make video as interlaced in mode 6Stefano Sabatini2012-04-301-0/+1
* | lavfi/tinterlace: add tinterlace mode 6Stuart Morris2012-04-302-3/+28
* | lavfi/buffersink: fix header inclusion guard nameStefano Sabatini2012-04-291-3/+3
* | src_buffer: add forgotten avfilter_unref_buffer.Nicolas George2012-04-281-0/+1
* | avfilter: filter_samples: read pts before filtering.Nicolas George2012-04-281-5/+7
* | lavfi: rename vsrc_buffer.c into src_buffer.c.Nicolas George2012-04-282-1/+1
* | lavfi: merge asrc_abuffer into vsrc_buffer.Nicolas George2012-04-283-381/+338
* | lavfi/tinterlace: remove unnecessary NULL check in start_frame()Stefano Sabatini2012-04-271-2/+1
* | lavfi/tinterlace: use avfilter_unref_bufferp()Stefano Sabatini2012-04-271-8/+5
* | lavfi/tinterlace: fix doxy in copy_picture_field()Stefano Sabatini2012-04-271-1/+1
* | asrc_abuffer: return EAGAIN if no frame is availableMatthieu Bouron2012-04-271-5/+2
OpenPOWER on IntegriCloud