summaryrefslogtreecommitdiff
path: root/libavfilter/af_aresample.c
Commit message (Expand)AuthorAge
* 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
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-24
* lavfi: update some deprecated functionsPaul B Mahol2012-06-16
* af_aresample: fix pts, they where off by a packet in the -async >0 case.Michael Niedermayer2012-05-26
* af_aresample: fix request_frame()Michael Niedermayer2012-05-26
* lavfi/aresample: print channel layouts and formats along with the rate.Clément Bœsch2012-05-25
* af_aresample: use new swr API to pass and compensate PTSMichael Niedermayer2012-05-19
* af_aresample: allocate a larger buffer so accumulated data can be returned qu...Michael Niedermayer2012-05-19
* af_aresample: use extended_dataMichael Niedermayer2012-05-19
* af_aresample: Consider the swresample delay during calculating timestamps.Michael Niedermayer2012-05-18
* af_aresample: fix rounding that led to sample accumulation in the buffers.Michael Niedermayer2012-05-18
* af_aresample: 10l fix, wrong timebase for next_pts.Michael Niedermayer2012-05-18
* aresample: add code to flush the internal swr buffer.Michael Niedermayer2012-05-17
* aresample: check return code of swr_convert()Michael Niedermayer2012-05-17
* av_aresample: Allow changing sample format and channel layout as wellMichael Niedermayer2012-05-17
* af_aresample: support all swresample parameters.Michael Niedermayer2012-05-17
* af_aresample: fix typo in query formatsMichael Niedermayer2012-05-17
* lavfi: fix pts rescaling in the resamplerMichael Niedermayer2012-05-16
* lavfi: fix resample with differing formatsMichael Niedermayer2012-05-16
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-16
* lavfi: remove audio.h include from avfilter.h.Clément Bœsch2012-05-12
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-10