Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-24avfilter: do not leak AVFrame on failed buffer allocationPaul B Mahol
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-10-07lavfi/af_aresample: remove looping on request_frame().Nicolas George
2015-08-18options: mark av_get_{int,double,q} as deprecated.Ronald S. Bultje
2015-07-17avfilter/af_aresample: Check ff_all_* for allocation failuresMichael Niedermayer
2014-11-06avfilter/af_aresample: remove unused variableMichael Niedermayer
2014-11-04avfilter/af_aresample: Limit data per inserted packetMichael Niedermayer
2014-11-04avfilter/af_aresample: split flushing code outMichael Niedermayer
2014-10-02avfilter/aresample: Check for memory alloc failure for out sample ratesDerek Buitenhuis
2013-12-30af_aresample: remove only use of array compound literals with non-const initi...Reimar Döffinger
2013-11-15af_aresample: Fix timestamp of first padded PCM audio packetAlex Sukhanov
2013-11-07avfilter/af_aresample: Calculate output buffer size more precisely.Michael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-08-16avfilter/vf_scale+aresample: minor simpificationMichael Niedermayer
2013-04-11avfilter/aresample: use init_dict system and set child AVOption context corre...Michael Niedermayer
2013-03-15avfilter: avoid direct access to AVFrame.channelsMichael Niedermayer
2013-03-13lavfi/aresample: raise filter_frame() error.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-02-28lavfi/af_aresample: fix info log for unknown layouts.Nicolas George
2013-02-28lavfi/af_aresample: fix layout consistency check.Nicolas George
2013-01-26lavfi/af_aresample: accept unknown channel layouts.Nicolas George
2012-12-26lavfi/aresample: fix styleStefano Sabatini
2012-12-20lavfi: add a channels field to AVFilterLink.Nicolas George
2012-12-13aresample: increase n_out buffer size a bit to reduce delay in some corner casesMichael Niedermayer
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch
2012-11-28lavfi: replace filter_samples by filter_frameMichael Niedermayer
2012-11-27af_aresample: consistently use ROUNDED_DIVMichael Niedermayer
2012-11-26af_aresample: fix rounding of negative timestampsMichael Niedermayer
2012-11-24af_aresample: check ff_get_audio_buffer() failureMichael Niedermayer
2012-11-19af_aresample: allocate at least 1 sample buffer. Fix null ptr dereference.Michael Niedermayer
2012-11-13Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol
2012-10-11af_aresample: fix leak on alloc failureMichael Niedermayer
2012-09-13lavfi/aresample: set buffer properties after copy.Nicolas George
2012-07-15lavfi: decrease logging level of message showing initial parametersStefano Sabatini
2012-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-27Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer
2012-06-25lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.hStefano Sabatini
2012-06-24af_aresample: fix sample_rate type.Michael Niedermayer
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-16lavfi: update some deprecated functionsPaul B Mahol
2012-05-26af_aresample: fix pts, they where off by a packet in the -async >0 case.Michael Niedermayer
2012-05-26af_aresample: fix request_frame()Michael Niedermayer
2012-05-25lavfi/aresample: print channel layouts and formats along with the rate.Clément Bœsch
2012-05-19af_aresample: use new swr API to pass and compensate PTSMichael Niedermayer
2012-05-19af_aresample: allocate a larger buffer so accumulated data can be returned qu...Michael Niedermayer
2012-05-19af_aresample: use extended_dataMichael Niedermayer
2012-05-19af_aresample: Consider the swresample delay during calculating timestamps.Michael Niedermayer