summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_aresample.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: do not leak AVFrame on failed buffer allocationPaul B Mahol2017-06-241-1/+3
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-17/+12
* lavfi/af_aresample: remove looping on request_frame().Nicolas George2015-10-071-6/+1
* options: mark av_get_{int,double,q} as deprecated.Ronald S. Bultje2015-08-181-8/+9
* avfilter/af_aresample: Check ff_all_* for allocation failuresMichael Niedermayer2015-07-171-6/+15
* avfilter/af_aresample: remove unused variableMichael Niedermayer2014-11-061-1/+0
* avfilter/af_aresample: Limit data per inserted packetMichael Niedermayer2014-11-041-1/+16
* avfilter/af_aresample: split flushing code outMichael Niedermayer2014-11-041-19/+33
* avfilter/aresample: Check for memory alloc failure for out sample ratesDerek Buitenhuis2014-10-021-0/+5
* af_aresample: remove only use of array compound literals with non-const initi...Reimar Döffinger2013-12-301-3/+6
* af_aresample: Fix timestamp of first padded PCM audio packetAlex Sukhanov2013-11-151-8/+7
* avfilter/af_aresample: Calculate output buffer size more precisely.Michael Niedermayer2013-11-061-2/+9
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-2/+2
* avfilter/vf_scale+aresample: minor simpificationMichael Niedermayer2013-08-161-3/+1
* avfilter/aresample: use init_dict system and set child AVOption context corre...Michael Niedermayer2013-04-111-21/+44
* avfilter: avoid direct access to AVFrame.channelsMichael Niedermayer2013-03-151-1/+1
* lavfi/aresample: raise filter_frame() error.Clément Bœsch2013-03-131-2/+1
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-17/+16
* lavfi/af_aresample: fix info log for unknown layouts.Nicolas George2013-02-281-2/+2
* lavfi/af_aresample: fix layout consistency check.Nicolas George2013-02-281-1/+1
* lavfi/af_aresample: accept unknown channel layouts.Nicolas George2013-01-261-5/+9
* lavfi/aresample: fix styleStefano Sabatini2012-12-261-5/+5
* lavfi: add a channels field to AVFilterLink.Nicolas George2012-12-201-0/+1
* aresample: increase n_out buffer size a bit to reduce delay in some corner casesMichael Niedermayer2012-12-131-1/+1
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-11/+22
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-281-4/+4
* af_aresample: consistently use ROUNDED_DIVMichael Niedermayer2012-11-261-1/+2
* af_aresample: fix rounding of negative timestampsMichael Niedermayer2012-11-261-2/+1
* af_aresample: check ff_get_audio_buffer() failureMichael Niedermayer2012-11-241-0/+3
* af_aresample: allocate at least 1 sample buffer. Fix null ptr dereference.Michael Niedermayer2012-11-191-2/+1
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-131-1/+1
* af_aresample: fix leak on alloc failureMichael Niedermayer2012-10-111-2/+4
* lavfi/aresample: set buffer properties after copy.Nicolas George2012-09-131-1/+3
* lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-151-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-091-3/+5
* Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-261-1/+1
* lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.hStefano Sabatini2012-06-251-0/+1
* af_aresample: fix sample_rate type.Michael Niedermayer2012-06-241-1/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-241-2/+2
* lavfi: update some deprecated functionsPaul B Mahol2012-06-161-7/+7
* af_aresample: fix pts, they where off by a packet in the -async >0 case.Michael Niedermayer2012-05-261-23/+12
* af_aresample: fix request_frame()Michael Niedermayer2012-05-261-1/+8
* lavfi/aresample: print channel layouts and formats along with the rate.Clément Bœsch2012-05-251-2/+6
* af_aresample: use new swr API to pass and compensate PTSMichael Niedermayer2012-05-191-1/+16
* af_aresample: allocate a larger buffer so accumulated data can be returned qu...Michael Niedermayer2012-05-191-1/+1
* af_aresample: use extended_dataMichael Niedermayer2012-05-191-3/+3
* af_aresample: Consider the swresample delay during calculating timestamps.Michael Niedermayer2012-05-181-1/+3
OpenPOWER on IntegriCloud