| Commit message (Expand) | Author | Age | Files | Lines |
* | af_aresample: remove only use of array compound literals with non-const initi... | Reimar Döffinger | 2013-12-30 | 1 | -3/+6 |
* | af_aresample: Fix timestamp of first padded PCM audio packet | Alex Sukhanov | 2013-11-15 | 1 | -8/+7 |
* | avfilter/af_aresample: Calculate output buffer size more precisely. | Michael Niedermayer | 2013-11-06 | 1 | -2/+9 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -2/+2 |
* | avfilter/vf_scale+aresample: minor simpification | Michael Niedermayer | 2013-08-16 | 1 | -3/+1 |
* | avfilter/aresample: use init_dict system and set child AVOption context corre... | Michael Niedermayer | 2013-04-11 | 1 | -21/+44 |
* | avfilter: avoid direct access to AVFrame.channels | Michael Niedermayer | 2013-03-15 | 1 | -1/+1 |
* | lavfi/aresample: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -2/+1 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -17/+16 |
* | lavfi/af_aresample: fix info log for unknown layouts. | Nicolas George | 2013-02-28 | 1 | -2/+2 |
* | lavfi/af_aresample: fix layout consistency check. | Nicolas George | 2013-02-28 | 1 | -1/+1 |
* | lavfi/af_aresample: accept unknown channel layouts. | Nicolas George | 2013-01-26 | 1 | -5/+9 |
* | lavfi/aresample: fix style | Stefano Sabatini | 2012-12-26 | 1 | -5/+5 |
* | lavfi: add a channels field to AVFilterLink. | Nicolas George | 2012-12-20 | 1 | -0/+1 |
* | aresample: increase n_out buffer size a bit to reduce delay in some corner cases | Michael Niedermayer | 2012-12-13 | 1 | -1/+1 |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -11/+22 |
* | lavfi: replace filter_samples by filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -4/+4 |
* | af_aresample: consistently use ROUNDED_DIV | Michael Niedermayer | 2012-11-26 | 1 | -1/+2 |
* | af_aresample: fix rounding of negative timestamps | Michael Niedermayer | 2012-11-26 | 1 | -2/+1 |
* | af_aresample: check ff_get_audio_buffer() failure | Michael Niedermayer | 2012-11-24 | 1 | -0/+3 |
* | af_aresample: allocate at least 1 sample buffer. Fix null ptr dereference. | Michael Niedermayer | 2012-11-19 | 1 | -2/+1 |
* | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h | Paul B Mahol | 2012-11-13 | 1 | -1/+1 |
* | af_aresample: fix leak on alloc failure | Michael Niedermayer | 2012-10-11 | 1 | -2/+4 |
* | lavfi/aresample: set buffer properties after copy. | Nicolas George | 2012-09-13 | 1 | -1/+3 |
* | lavfi: decrease logging level of message showing initial parameters | Stefano Sabatini | 2012-07-15 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-09 | 1 | -3/+5 |
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' | Michael Niedermayer | 2012-06-26 | 1 | -1/+1 |
* | lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.h | Stefano Sabatini | 2012-06-25 | 1 | -0/+1 |
* | af_aresample: fix sample_rate type. | Michael Niedermayer | 2012-06-24 | 1 | -1/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-24 | 1 | -2/+2 |
* | lavfi: update some deprecated functions | Paul B Mahol | 2012-06-16 | 1 | -7/+7 |
* | af_aresample: fix pts, they where off by a packet in the -async >0 case. | Michael Niedermayer | 2012-05-26 | 1 | -23/+12 |
* | af_aresample: fix request_frame() | Michael Niedermayer | 2012-05-26 | 1 | -1/+8 |
* | lavfi/aresample: print channel layouts and formats along with the rate. | Clément Bœsch | 2012-05-25 | 1 | -2/+6 |
* | 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 |
* | 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 |
* | 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 |
* | av_aresample: Allow changing sample format and channel layout as well | Michael Niedermayer | 2012-05-17 | 1 | -27/+45 |
* | 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 |
* | 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 | 1 | -0/+37 |
* | lavfi: remove audio.h include from avfilter.h. | Clément Bœsch | 2012-05-12 | 1 | -0/+1 |