summaryrefslogtreecommitdiff
path: root/libavfilter/af_aresample.c
Commit message (Expand)AuthorAge
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/af_aresample: Use preinit instead of init_dictAndreas Rheinhardt2021-09-19
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avutil: remove deprecated AVClass.child_class_nextJames Almer2021-04-27
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/formats: Schedule avfilter_make_format64_list() for removalAndreas Rheinhardt2020-08-12
* af_aresample: switch to child_class_iterate()Anton Khirnov2020-06-10
* avfilter: do not leak AVFrame on failed buffer allocationPaul B Mahol2017-06-24
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* lavfi/af_aresample: remove looping on request_frame().Nicolas George2015-10-07
* options: mark av_get_{int,double,q} as deprecated.Ronald S. Bultje2015-08-18
* avfilter/af_aresample: Check ff_all_* for allocation failuresMichael Niedermayer2015-07-17
* avfilter/af_aresample: remove unused variableMichael Niedermayer2014-11-06
* avfilter/af_aresample: Limit data per inserted packetMichael Niedermayer2014-11-04
* avfilter/af_aresample: split flushing code outMichael Niedermayer2014-11-04
* avfilter/aresample: Check for memory alloc failure for out sample ratesDerek Buitenhuis2014-10-02
* af_aresample: remove only use of array compound literals with non-const initi...Reimar Döffinger2013-12-30
* af_aresample: Fix timestamp of first padded PCM audio packetAlex Sukhanov2013-11-15
* avfilter/af_aresample: Calculate output buffer size more precisely.Michael Niedermayer2013-11-06
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* avfilter/vf_scale+aresample: minor simpificationMichael Niedermayer2013-08-16
* avfilter/aresample: use init_dict system and set child AVOption context corre...Michael Niedermayer2013-04-11
* avfilter: avoid direct access to AVFrame.channelsMichael Niedermayer2013-03-15
* lavfi/aresample: raise filter_frame() error.Clément Bœsch2013-03-13
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi/af_aresample: fix info log for unknown layouts.Nicolas George2013-02-28
* lavfi/af_aresample: fix layout consistency check.Nicolas George2013-02-28
* lavfi/af_aresample: accept unknown channel layouts.Nicolas George2013-01-26
* lavfi/aresample: fix styleStefano Sabatini2012-12-26
* lavfi: add a channels field to AVFilterLink.Nicolas George2012-12-20
* aresample: increase n_out buffer size a bit to reduce delay in some corner casesMichael Niedermayer2012-12-13
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-28
* af_aresample: consistently use ROUNDED_DIVMichael Niedermayer2012-11-26
* af_aresample: fix rounding of negative timestampsMichael Niedermayer2012-11-26
* af_aresample: check ff_get_audio_buffer() failureMichael Niedermayer2012-11-24
* af_aresample: allocate at least 1 sample buffer. Fix null ptr dereference.Michael Niedermayer2012-11-19
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-13
* af_aresample: fix leak on alloc failureMichael Niedermayer2012-10-11
* lavfi/aresample: set buffer properties after copy.Nicolas George2012-09-13
* lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-15
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-09
* Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-26
* lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.hStefano Sabatini2012-06-25
* af_aresample: fix sample_rate type.Michael Niedermayer2012-06-24