summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer145-176/+176
2013-09-12avfilter: various cosmeticsPaul B Mahol109-896/+750
2013-08-16avfilter/vf_scale+aresample: minor simpificationMichael Niedermayer2-6/+2
2013-04-11avfilter/aresample: use init_dict system and set child AVOption context corre...Michael Niedermayer2-22/+44
2013-03-15avfilter: avoid direct access to AVFrame.channelsMichael Niedermayer7-8/+8
2013-03-13lavfi/aresample: raise filter_frame() error.Clément Bœsch1-2/+1
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-02-28lavfi/af_aresample: fix info log for unknown layouts.Nicolas George1-2/+2
2013-02-28lavfi/af_aresample: fix layout consistency check.Nicolas George1-1/+1
2013-01-26lavfi/af_aresample: accept unknown channel layouts.Nicolas George1-5/+9
2012-12-26lavfi/aresample: fix styleStefano Sabatini1-5/+5
2012-12-20lavfi: add a channels field to AVFilterLink.Nicolas George6-2/+22
2012-12-13aresample: increase n_out buffer size a bit to reduce delay in some corner casesMichael Niedermayer1-1/+1
2012-11-28lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch48-761/+1038
2012-11-28lavfi: replace filter_samples by filter_frameMichael Niedermayer41-134/+134
2012-11-26af_aresample: consistently use ROUNDED_DIVMichael Niedermayer1-1/+2
2012-11-26af_aresample: fix rounding of negative timestampsMichael Niedermayer1-2/+1
2012-11-24af_aresample: check ff_get_audio_buffer() failureMichael Niedermayer1-0/+3
2012-11-19af_aresample: allocate at least 1 sample buffer. Fix null ptr dereference.Michael Niedermayer1-2/+1
2012-11-13Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol30-32/+31
2012-10-11af_aresample: fix leak on alloc failureMichael Niedermayer1-2/+4
2012-09-13lavfi/aresample: set buffer properties after copy.Nicolas George1-1/+3
2012-07-15lavfi: decrease logging level of message showing initial parametersStefano Sabatini23-24/+24
2012-07-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer45-339/+648
2012-06-26Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer65-118/+126
2012-06-25lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.hStefano Sabatini11-1/+10
2012-06-24af_aresample: fix sample_rate type.Michael Niedermayer1-1/+2
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer44-279/+1314
2012-06-16lavfi: update some deprecated functionsPaul B Mahol34-125/+145
2012-05-26af_aresample: fix pts, they where off by a packet in the -async >0 case.Michael Niedermayer1-23/+12
2012-05-26af_aresample: fix request_frame()Michael Niedermayer1-1/+8
2012-05-25lavfi/aresample: print channel layouts and formats along with the rate.Clément Bœsch1-2/+6
2012-05-19af_aresample: use new swr API to pass and compensate PTSMichael Niedermayer1-1/+16
2012-05-19af_aresample: allocate a larger buffer so accumulated data can be returned qu...Michael Niedermayer1-1/+1
2012-05-19af_aresample: use extended_dataMichael Niedermayer1-3/+3
2012-05-18af_aresample: Consider the swresample delay during calculating timestamps.Michael Niedermayer1-1/+3
2012-05-18af_aresample: fix rounding that led to sample accumulation in the buffers.Michael Niedermayer4-12/+12
2012-05-18af_aresample: 10l fix, wrong timebase for next_pts.Michael Niedermayer1-1/+1
2012-05-17aresample: add code to flush the internal swr buffer.Michael Niedermayer3-9/+51
2012-05-17aresample: check return code of swr_convert()Michael Niedermayer1-0/+5
2012-05-17av_aresample: Allow changing sample format and channel layout as wellMichael Niedermayer1-27/+45
2012-05-17af_aresample: support all swresample parameters.Michael Niedermayer1-6/+24
2012-05-17af_aresample: fix typo in query formatsMichael Niedermayer1-1/+1
2012-05-16lavfi: fix pts rescaling in the resamplerMichael Niedermayer1-1/+1
2012-05-16lavfi: fix resample with differing formatsMichael Niedermayer1-1/+1
2012-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer53-1807/+3405
2012-05-12lavfi: remove audio.h include from avfilter.h.Clément Bœsch16-2/+15
2012-05-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer44-1429/+2256
2012-04-15lavfi/aresample: properly propagate pts == AV_NOPTS_VALUE;Robert Nagy1-2/+2
[next]