| Commit message (Expand) | Author | Age | Files | Lines |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avfilter/internal: Don't include formats.h | Andreas Rheinhardt | 2023-08-07 | 1 | -0/+1 |
* | avfilter: Deduplicate default audio inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | avfilter/af_aresample: switch to activate | Paul B Mahol | 2023-07-05 | 1 | -8/+46 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -23/+31 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/af_aresample: Use preinit instead of init_dict | Andreas Rheinhardt | 2021-09-19 | 1 | -20/+7 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avutil: remove deprecated AVClass.child_class_next | James Almer | 2021-04-27 | 1 | -10/+0 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -6/+6 |
* | avfilter/formats: Schedule avfilter_make_format64_list() for removal | Andreas Rheinhardt | 2020-08-12 | 1 | -1/+1 |
* | af_aresample: switch to child_class_iterate() | Anton Khirnov | 2020-06-10 | 1 | -0/+12 |
* | avfilter: do not leak AVFrame on failed buffer allocation | Paul B Mahol | 2017-06-24 | 1 | -1/+3 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -17/+12 |
* | lavfi/af_aresample: remove looping on request_frame(). | Nicolas George | 2015-10-07 | 1 | -6/+1 |
* | options: mark av_get_{int,double,q} as deprecated. | Ronald S. Bultje | 2015-08-18 | 1 | -8/+9 |
* | avfilter/af_aresample: Check ff_all_* for allocation failures | Michael Niedermayer | 2015-07-17 | 1 | -6/+15 |
* | avfilter/af_aresample: remove unused variable | Michael Niedermayer | 2014-11-06 | 1 | -1/+0 |
* | avfilter/af_aresample: Limit data per inserted packet | Michael Niedermayer | 2014-11-04 | 1 | -1/+16 |
* | avfilter/af_aresample: split flushing code out | Michael Niedermayer | 2014-11-04 | 1 | -19/+33 |
* | avfilter/aresample: Check for memory alloc failure for out sample rates | Derek Buitenhuis | 2014-10-02 | 1 | -0/+5 |
* | 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 |