summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* vsrc_mandelbrot: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George2012-05-20
* vsrc_life: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George2012-05-20
* vsrc_cellauto: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George2012-05-20
* vf_ass: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George2012-05-20
* vsrc_testsrc: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George2012-05-20
* vf_scale: support dynamically changing input parameters.Michael Niedermayer2012-05-20
* buffersrc: cosmetic: reindent.Nicolas George2012-05-20
* Merge commit '755cd4197d53946208e042f095b930dca18d9430'Michael Niedermayer2012-05-19
|\
| * lavfi: Add fps filter.Anton Khirnov2012-05-18
| * lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs.Anton Khirnov2012-05-18
| * avfilter: Move ff_get_ref_perms_string() to where it is used.Diego Biurrun2012-05-15
* | af_aresample: use new swr API to pass and compensate PTSMichael Niedermayer2012-05-19
* | af_aresample: allocate a larger buffer so accumulated data can be returned qu...Michael Niedermayer2012-05-19
* | af_aresample: use extended_dataMichael Niedermayer2012-05-19
* | f_split: fix output type.Nicolas George2012-05-19
* | avfilter: make AVFilterFormats compatible with libav.Nicolas George2012-05-19
* | lavfi: rename vf_split.c -> f_split.cStefano Sabatini2012-05-19
* | lavfi/asplit: move asplit code to vf_split.c, and make it support N outputsStefano Sabatini2012-05-19
* | lavfi/buffersink: typo fix in a comment.Clément Bœsch2012-05-19
* | lavfi: unify src_buffer and buffersrc.Nicolas George2012-05-19
* | lavfi: remove stray reference to planar/packed.Nicolas George2012-05-19
* | avfilter: move some fields in AVFilterLink.Nicolas George2012-05-19
* | pan: use ff_parse_channel_layout() instead of av_get_channel_layout().Clément Bœsch2012-05-18
* | lavfi: rename all_channel_layouts.h to all_channel_layouts.inc.Clément Bœsch2012-05-18
* | lavfi/transform: fix make checkheaders.Clément Bœsch2012-05-18
* | af_aresample: Consider the swresample delay during calculating timestamps.Michael Niedermayer2012-05-18
* | af_aresample: fix rounding that led to sample accumulation in the buffers.Michael Niedermayer2012-05-18
* | af_aresample: 10l fix, wrong timebase for next_pts.Michael Niedermayer2012-05-18
* | lavfi/aevalsrc: reindent after the previous commitStefano Sabatini2012-05-18
* | lavfi/aevalsrc: add option channel_layoutStefano Sabatini2012-05-18
* | lavfi/aevalsrc: remove limitation on the number of channelsStefano Sabatini2012-05-18
* | aresample: add code to flush the internal swr buffer.Michael Niedermayer2012-05-17
* | aresample: check return code of swr_convert()Michael Niedermayer2012-05-17
* | Merge branch 'audio-filters' of https://github.com/ubitux/FFmpegMichael Niedermayer2012-05-17
|\ \
| * | lavfi/pan: add supported sample rates to avoid a crash.Clément Bœsch2012-05-17
* | | av_aresample: Allow changing sample format and channel layout as wellMichael Niedermayer2012-05-17
|/ /
* | avfiltergraph: use aresample not aconvert in the alternative merge code.Michael Niedermayer2012-05-17
* | af_aresample: support all swresample parameters.Michael Niedermayer2012-05-17
* | af_aresample: fix typo in query formatsMichael Niedermayer2012-05-17
* | src_buffer: propagate errors from copy_buffer_ref()Michael Niedermayer2012-05-17
* | ffmpeg: add support for audio filters.Anton Khirnov2012-05-17
* | libavfilter: src_buffer: add time_base for audioMichael Niedermayer2012-05-17
* | libavfilter: src_buffer: fix planar audioMichael Niedermayer2012-05-17
* | libavfilter: src_buffer, use only aresample, not aconvert.Michael Niedermayer2012-05-17
* | src_buffer: fix query_formats_audio()Michael Niedermayer2012-05-17
* | libavfilter: add ff_parse_time_base()Michael Niedermayer2012-05-17
* | buffersrc: export forgotten functionMichael Niedermayer2012-05-16
* | lavfi/aevalsrc: correct the supported sample formatStefano Sabatini2012-05-16
* | lavfi/aevalsrc: fix sample rate negotiation, after the last mergeStefano Sabatini2012-05-16
* | lavfi: drop planar/packed negotiation supportStefano Sabatini2012-05-16