| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | libavfilter: src_buffer, use only aresample, not aconvert. | Michael Niedermayer | 2012-05-17 | 1 | -25/+9 |
* | src_buffer: fix query_formats_audio() | Michael Niedermayer | 2012-05-17 | 1 | -0/+4 |
* | libavfilter: add ff_parse_time_base() | Michael Niedermayer | 2012-05-17 | 2 | -0/+22 |
* | buffersrc: export forgotten function | Michael Niedermayer | 2012-05-16 | 2 | -1/+10 |
* | lavfi/aevalsrc: correct the supported sample format | Stefano Sabatini | 2012-05-16 | 1 | -1/+1 |
* | lavfi/aevalsrc: fix sample rate negotiation, after the last merge | Stefano Sabatini | 2012-05-16 | 1 | -0/+2 |
* | lavfi: drop planar/packed negotiation support | Stefano Sabatini | 2012-05-16 | 23 | -115/+59 |
* | avfiltergraph: switch to swresample by default | Michael Niedermayer | 2012-05-16 | 1 | -2/+2 |
* | lavfi: fix pts rescaling in the resampler | Michael Niedermayer | 2012-05-16 | 1 | -1/+1 |
* | lavfi: fix resample with differing formats | Michael Niedermayer | 2012-05-16 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-16 | 33 | -835/+2315 |
|\ |
|
| * | Add missing version bumps and APIchanges/Changelog entries. | Anton Khirnov | 2012-05-15 | 1 | -2/+2 |
| * | lavfi: move buffer management function to a separate file. | Anton Khirnov | 2012-05-15 | 4 | -147/+169 |
| * | lavfi: move formats-related functions from default.c to formats.c | Anton Khirnov | 2012-05-15 | 2 | -64/+64 |
| * | lavfi: move video-related functions to a separate file. | Anton Khirnov | 2012-05-15 | 4 | -271/+295 |
| * | lavfi: add asyncts filter. | Anton Khirnov | 2012-05-14 | 3 | -0/+240 |
| * | lavfi: add aformat filter | Anton Khirnov | 2012-05-14 | 3 | -0/+150 |
| * | lavfi: add an audio buffer sink. | Anton Khirnov | 2012-05-14 | 3 | -5/+122 |
| * | lavfi: add an audio buffer source. | Anton Khirnov | 2012-05-14 | 2 | -20/+195 |
| * | buffersrc: add av_buffersrc_write_frame(). | Anton Khirnov | 2012-05-14 | 4 | -2/+34 |
| * | buffersrc: fix invalid read in uninit if the fifo hasn't been allocated | Anton Khirnov | 2012-05-14 | 1 | -1/+1 |
| * | lavfi: rename vsrc_buffer.c to buffersrc.c | Anton Khirnov | 2012-05-14 | 2 | -1/+1 |
| * | avfiltergraph: reindent | Anton Khirnov | 2012-05-14 | 1 | -60/+60 |
| * | lavfi: add channel layout/sample rate negotiation. | Anton Khirnov | 2012-05-14 | 4 | -67/+294 |
| * | lavfi: add types and functions for channel layout/samplerate negotiation | Anton Khirnov | 2012-05-14 | 3 | -76/+300 |
| * | yadif: Flush filter on eof. | Robert Nagy | 2012-05-14 | 1 | -1/+15 |
| * | yadif: Improve pts accuracy. | Robert Nagy | 2012-05-14 | 1 | -6/+21 |
* | | lavfi: switch to _alt functions | Michael Niedermayer | 2012-05-15 | 4 | -101/+7 |
* | | lavfi: add avfilter_graph_set_auto_convert(). | Nicolas George | 2012-05-14 | 3 | -2/+32 |
* | | lavfi: document filter design subtleties. | Nicolas George | 2012-05-14 | 1 | -0/+2 |