summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-23
|\
| * lavfi: fix comment, audio is supported now.Anton Khirnov2012-05-22
| * lavfi: fix incorrect comment.Anton Khirnov2012-05-22
| * lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-22
| * lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov2012-05-22
| * lavfi: deprecate default config_props() callback and refactor avfilter_config...Mina Nagy Zaki2012-05-22
| * avfiltergraph: smarter sample format selection.Anton Khirnov2012-05-22
| * asyncts: reset delta to 0 when it's not used.Anton Khirnov2012-05-22
* | af_amerge: compute output timestamp.Nicolas George2012-05-23
* | af_amerge: set samples rate in query_formats.Nicolas George2012-05-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-22
|\|
| * af_resample: remove an extra space in the log outputJustin Ruggles2012-05-21
| * lavfi: add an audio split filterJustin Ruggles2012-05-21
| * lavfi: rename vf_split.c to split.cJustin Ruggles2012-05-21
* | vf_yadif: Fixed potential access violation on EOF.Robert Nagy2012-05-22
* | 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