| Commit message (Expand) | Author | Age | Files | Lines |
* | af_amerge: compute output timestamp. | Nicolas George | 2012-05-23 | 1 | -0/+5 |
* | af_amerge: set samples rate in query_formats. | Nicolas George | 2012-05-23 | 1 | -0/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-22 | 4 | -14/+10 |
|\ |
|
| * | af_resample: remove an extra space in the log output | Justin Ruggles | 2012-05-21 | 1 | -1/+1 |
| * | lavfi: add an audio split filter | Justin Ruggles | 2012-05-21 | 4 | -3/+31 |
| * | lavfi: rename vf_split.c to split.c | Justin Ruggles | 2012-05-21 | 2 | -1/+1 |
* | | vf_yadif: Fixed potential access violation on EOF. | Robert Nagy | 2012-05-22 | 1 | -1/+4 |
* | | vsrc_mandelbrot: use AV_OPT_TYPE_IMAGE_SIZE. | Nicolas George | 2012-05-20 | 1 | -8/+3 |
* | | vsrc_life: use AV_OPT_TYPE_IMAGE_SIZE. | Nicolas George | 2012-05-20 | 1 | -12/+4 |
* | | vsrc_cellauto: use AV_OPT_TYPE_IMAGE_SIZE. | Nicolas George | 2012-05-20 | 1 | -11/+4 |
* | | vf_ass: use AV_OPT_TYPE_IMAGE_SIZE. | Nicolas George | 2012-05-20 | 1 | -11/+1 |
* | | vsrc_testsrc: use AV_OPT_TYPE_IMAGE_SIZE. | Nicolas George | 2012-05-20 | 1 | -10/+3 |
* | | vf_scale: support dynamically changing input parameters. | Michael Niedermayer | 2012-05-20 | 1 | -0/+17 |
* | | buffersrc: cosmetic: reindent. | Nicolas George | 2012-05-20 | 1 | -12/+11 |
* | | Merge commit '755cd4197d53946208e042f095b930dca18d9430' | Michael Niedermayer | 2012-05-19 | 6 | -2/+279 |
|\| |
|
| * | lavfi: Add fps filter. | Anton Khirnov | 2012-05-18 | 4 | -1/+274 |
| * | lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs. | Anton Khirnov | 2012-05-18 | 2 | -0/+4 |
| * | avfilter: Move ff_get_ref_perms_string() to where it is used. | Diego Biurrun | 2012-05-15 | 2 | -14/+14 |
* | | af_aresample: use new swr API to pass and compensate PTS | Michael Niedermayer | 2012-05-19 | 1 | -1/+16 |
* | | af_aresample: allocate a larger buffer so accumulated data can be returned qu... | Michael Niedermayer | 2012-05-19 | 1 | -1/+1 |
* | | af_aresample: use extended_data | Michael Niedermayer | 2012-05-19 | 1 | -3/+3 |
* | | f_split: fix output type. | Nicolas George | 2012-05-19 | 1 | -1/+1 |
* | | avfilter: make AVFilterFormats compatible with libav. | Nicolas George | 2012-05-19 | 2 | -12/+14 |
* | | lavfi: rename vf_split.c -> f_split.c | Stefano Sabatini | 2012-05-19 | 2 | -3/+3 |
* | | lavfi/asplit: move asplit code to vf_split.c, and make it support N outputs | Stefano Sabatini | 2012-05-19 | 4 | -59/+33 |
* | | lavfi/buffersink: typo fix in a comment. | Clément Bœsch | 2012-05-19 | 1 | -1/+1 |
* | | lavfi: unify src_buffer and buffersrc. | Nicolas George | 2012-05-19 | 4 | -570/+97 |
* | | lavfi: remove stray reference to planar/packed. | Nicolas George | 2012-05-19 | 1 | -3/+2 |
* | | avfilter: move some fields in AVFilterLink. | Nicolas George | 2012-05-19 | 1 | -15/+16 |
* | | pan: use ff_parse_channel_layout() instead of av_get_channel_layout(). | Clément Bœsch | 2012-05-18 | 1 | -6/+5 |
* | | lavfi: rename all_channel_layouts.h to all_channel_layouts.inc. | Clément Bœsch | 2012-05-18 | 2 | -1/+1 |
* | | lavfi/transform: fix make checkheaders. | Clément Bœsch | 2012-05-18 | 1 | -0/+2 |
* | | af_aresample: Consider the swresample delay during calculating timestamps. | Michael Niedermayer | 2012-05-18 | 1 | -1/+3 |
* | | af_aresample: fix rounding that led to sample accumulation in the buffers. | Michael Niedermayer | 2012-05-18 | 1 | -1/+1 |
* | | af_aresample: 10l fix, wrong timebase for next_pts. | Michael Niedermayer | 2012-05-18 | 1 | -1/+1 |
* | | lavfi/aevalsrc: reindent after the previous commit | Stefano Sabatini | 2012-05-18 | 1 | -8/+8 |
* | | lavfi/aevalsrc: add option channel_layout | Stefano Sabatini | 2012-05-18 | 2 | -5/+26 |
* | | lavfi/aevalsrc: remove limitation on the number of channels | Stefano Sabatini | 2012-05-18 | 1 | -7/+1 |
* | | aresample: add code to flush the internal swr buffer. | Michael Niedermayer | 2012-05-17 | 1 | -2/+44 |
* | | aresample: check return code of swr_convert() | Michael Niedermayer | 2012-05-17 | 1 | -0/+5 |
* | | Merge branch 'audio-filters' of https://github.com/ubitux/FFmpeg | Michael Niedermayer | 2012-05-17 | 1 | -0/+6 |
|\ \ |
|
| * | | lavfi/pan: add supported sample rates to avoid a crash. | Clément Bœsch | 2012-05-17 | 1 | -0/+6 |
* | | | av_aresample: Allow changing sample format and channel layout as well | Michael Niedermayer | 2012-05-17 | 1 | -27/+45 |
|/ / |
|
* | | avfiltergraph: use aresample not aconvert in the alternative merge code. | Michael Niedermayer | 2012-05-17 | 1 | -1/+1 |
* | | af_aresample: support all swresample parameters. | Michael Niedermayer | 2012-05-17 | 1 | -6/+24 |
* | | af_aresample: fix typo in query formats | Michael Niedermayer | 2012-05-17 | 1 | -1/+1 |
* | | src_buffer: propagate errors from copy_buffer_ref() | Michael Niedermayer | 2012-05-17 | 1 | -0/+6 |
* | | ffmpeg: add support for audio filters. | Anton Khirnov | 2012-05-17 | 1 | -0/+3 |
* | | libavfilter: src_buffer: add time_base for audio | Michael Niedermayer | 2012-05-17 | 1 | -0/+2 |
* | | libavfilter: src_buffer: fix planar audio | Michael Niedermayer | 2012-05-17 | 1 | -5/+4 |