summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_aresample.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* af_aresample: fix rounding that led to sample accumulation in the buffers.Michael Niedermayer2012-05-181-1/+1
* af_aresample: 10l fix, wrong timebase for next_pts.Michael Niedermayer2012-05-181-1/+1
* aresample: add code to flush the internal swr buffer.Michael Niedermayer2012-05-171-2/+44
* aresample: check return code of swr_convert()Michael Niedermayer2012-05-171-0/+5
* av_aresample: Allow changing sample format and channel layout as wellMichael Niedermayer2012-05-171-27/+45
* af_aresample: support all swresample parameters.Michael Niedermayer2012-05-171-6/+24
* af_aresample: fix typo in query formatsMichael Niedermayer2012-05-171-1/+1
* lavfi: fix pts rescaling in the resamplerMichael Niedermayer2012-05-161-1/+1
* lavfi: fix resample with differing formatsMichael Niedermayer2012-05-161-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-161-0/+37
* lavfi: remove audio.h include from avfilter.h.Clément Bœsch2012-05-121-0/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-101-2/+2
* lavfi/aresample: properly propagate pts == AV_NOPTS_VALUE;Robert Nagy2012-04-161-2/+2
* lavfi/aresample: use libswresample.Clément Bœsch2012-02-021-252/+30
* Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-061-2/+2
* af_aresample: fix properties setting in the output bufferStefano Sabatini2011-10-161-4/+6
* af_aresample: do not request a buffer with AV_PERM_REUSE2 permissions in filt...Stefano Sabatini2011-09-171-4/+2
* lavfi: rename avfilter_all_* function names to avfilter_make_all_*Stefano Sabatini2011-09-161-2/+2
* lavfi: simplify signature for avfilter_get_audio_buffer() and friendsStefano Sabatini2011-09-121-4/+1
* lavfi: add aresample filterMina Nagy Zaki2011-08-171-0/+351
OpenPOWER on IntegriCloud