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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-05-19af_aresample: fix rounding that led to sample accumulation in the buffers.Michael Niedermayer
2012-05-18af_aresample: 10l fix, wrong timebase for next_pts.Michael Niedermayer
2012-05-18aresample: add code to flush the internal swr buffer.Michael Niedermayer
2012-05-18aresample: check return code of swr_convert()Michael Niedermayer
2012-05-17av_aresample: Allow changing sample format and channel layout as wellMichael Niedermayer
2012-05-17af_aresample: support all swresample parameters.Michael Niedermayer
2012-05-17af_aresample: fix typo in query formatsMichael Niedermayer
2012-05-16lavfi: fix pts rescaling in the resamplerMichael Niedermayer
2012-05-16lavfi: fix resample with differing formatsMichael Niedermayer
2012-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-12lavfi: remove audio.h include from avfilter.h.Clément Bœsch
2012-05-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-16lavfi/aresample: properly propagate pts == AV_NOPTS_VALUE;Robert Nagy
2012-02-02lavfi/aresample: use libswresample.Clément Bœsch
2011-11-06Mark AVFilterPad[] compound literals as const.Reimar Döffinger
2011-10-16af_aresample: fix properties setting in the output bufferStefano Sabatini
2011-09-17af_aresample: do not request a buffer with AV_PERM_REUSE2 permissions in filt...Stefano Sabatini