aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* af_amerge: compute output timestamp.Nicolas George2012-05-231-0/+5
* af_amerge: set samples rate in query_formats.Nicolas George2012-05-231-0/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-224-14/+10
|\
| * af_resample: remove an extra space in the log outputJustin Ruggles2012-05-211-1/+1
| * lavfi: add an audio split filterJustin Ruggles2012-05-214-3/+31
| * lavfi: rename vf_split.c to split.cJustin Ruggles2012-05-212-1/+1
* | vf_yadif: Fixed potential access violation on EOF.Robert Nagy2012-05-221-1/+4
* | vsrc_mandelbrot: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George2012-05-201-8/+3
* | vsrc_life: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George2012-05-201-12/+4
* | vsrc_cellauto: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George2012-05-201-11/+4
* | vf_ass: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George2012-05-201-11/+1
* | vsrc_testsrc: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George2012-05-201-10/+3
* | vf_scale: support dynamically changing input parameters.Michael Niedermayer2012-05-201-0/+17
* | buffersrc: cosmetic: reindent.Nicolas George2012-05-201-12/+11
* | Merge commit '755cd4197d53946208e042f095b930dca18d9430'Michael Niedermayer2012-05-196-2/+279
|\|
| * lavfi: Add fps filter.Anton Khirnov2012-05-184-1/+274
| * lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs.Anton Khirnov2012-05-182-0/+4
| * avfilter: Move ff_get_ref_perms_string() to where it is used.Diego Biurrun2012-05-152-14/+14
* | af_aresample: use new swr API to pass and compensate PTSMichael Niedermayer2012-05-191-1/+16
* | af_aresample: allocate a larger buffer so accumulated data can be returned qu...Michael Niedermayer2012-05-191-1/+1
* | af_aresample: use extended_dataMichael Niedermayer2012-05-191-3/+3
* | f_split: fix output type.Nicolas George2012-05-191-1/+1
* | avfilter: make AVFilterFormats compatible with libav.Nicolas George2012-05-192-12/+14
* | lavfi: rename vf_split.c -> f_split.cStefano Sabatini2012-05-192-3/+3
* | lavfi/asplit: move asplit code to vf_split.c, and make it support N outputsStefano Sabatini2012-05-194-59/+33
* | lavfi/buffersink: typo fix in a comment.Clément Bœsch2012-05-191-1/+1
* | lavfi: unify src_buffer and buffersrc.Nicolas George2012-05-194-570/+97
* | lavfi: remove stray reference to planar/packed.Nicolas George2012-05-191-3/+2
* | avfilter: move some fields in AVFilterLink.Nicolas George2012-05-191-15/+16
* | pan: use ff_parse_channel_layout() instead of av_get_channel_layout().Clément Bœsch2012-05-181-6/+5
* | lavfi: rename all_channel_layouts.h to all_channel_layouts.inc.Clément Bœsch2012-05-182-1/+1
* | lavfi/transform: fix make checkheaders.Clément Bœsch2012-05-181-0/+2
* | af_aresample: Consider the swresample delay during calculating timestamps.Michael Niedermayer2012-05-181-1/+3
* | af_aresample: fix rounding that led to sample accumulation in the buffers.Michael Niedermayer2012-05-181-1/+1
* | af_aresample: 10l fix, wrong timebase for next_pts.Michael Niedermayer2012-05-181-1/+1
* | lavfi/aevalsrc: reindent after the previous commitStefano Sabatini2012-05-181-8/+8
* | lavfi/aevalsrc: add option channel_layoutStefano Sabatini2012-05-182-5/+26
* | lavfi/aevalsrc: remove limitation on the number of channelsStefano Sabatini2012-05-181-7/+1
* | aresample: add code to flush the internal swr buffer.Michael Niedermayer2012-05-171-2/+44
* | aresample: check return code of swr_convert()Michael Niedermayer2012-05-171-0/+5
* | Merge branch 'audio-filters' of https://github.com/ubitux/FFmpegMichael Niedermayer2012-05-171-0/+6
|\ \
| * | lavfi/pan: add supported sample rates to avoid a crash.Clément Bœsch2012-05-171-0/+6
* | | av_aresample: Allow changing sample format and channel layout as wellMichael Niedermayer2012-05-171-27/+45
|/ /
* | avfiltergraph: use aresample not aconvert in the alternative merge code.Michael Niedermayer2012-05-171-1/+1
* | af_aresample: support all swresample parameters.Michael Niedermayer2012-05-171-6/+24
* | af_aresample: fix typo in query formatsMichael Niedermayer2012-05-171-1/+1
* | src_buffer: propagate errors from copy_buffer_ref()Michael Niedermayer2012-05-171-0/+6
* | ffmpeg: add support for audio filters.Anton Khirnov2012-05-171-0/+3
* | libavfilter: src_buffer: add time_base for audioMichael Niedermayer2012-05-171-0/+2
* | libavfilter: src_buffer: fix planar audioMichael Niedermayer2012-05-171-5/+4