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-01-12lavfi: use an audio frame pool for each link of the filtergraphMatthieu Bouron
2016-10-23lavfi: remove 2 unused lavc includesClément Bœsch
2015-09-05Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0'Hendrik Leppkes
2015-08-31avfilter: add missing FF_API_AVFILTERBUFFER guardsAndreas Cadhalpun
2015-08-28lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara
2015-08-22disable deprecation warnings in deprecated codeAndreas Cadhalpun
2014-05-03avfilter/audio: use av_mallocz_array()Michael Niedermayer
2013-06-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-06-18lavfi: switch ff_default_get_audio_buffer() to av_frame_get_buffer()Anton Khirnov
2013-03-10avfilter: avoid direct access to "frame"->channelsMichael Niedermayer
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-01-26lavfi: support unknown channel layouts.Nicolas George
2013-01-01lavfi: merge all filtering code into ff_filter_frame.Nicolas George
2013-01-01lavfi: add avfilter_get_audio_buffer_ref_from_arrays_channels.Nicolas George
2012-12-20lavfi: add an accessor for ref->audio->channels.Nicolas George
2012-12-20lavfi: add a channels field to AVFilterLink.Nicolas George
2012-11-28libavfilter: Support using filter_frame for videoMichael Niedermayer
2012-11-28default_filter_frame: fix argument nameMichael Niedermayer
2012-11-28lavfi: replace filter_samples by filter_frameMichael Niedermayer
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-09-13lavfi: check that buffer and link properties match.Nicolas George
2012-09-13lavfi: set sample_rate in the default allocator.Nicolas George
2012-08-22lavfi: add a closed field to AVFilerLink.Nicolas George
2012-08-17lavfi: grant all permissions on mallocated audio buffers.Nicolas George
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-14lavfi: use min_perms and rej_perms for out pads.Nicolas George
2012-08-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-05lavfi: properly signal out-of-memory error in ff_filter_samplesReinhard Tartler
2012-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-09lavfi: add error handling to filter_samples().Anton Khirnov
2012-06-30lavfi: implement samples framing on links.Nicolas George
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-22lavfi/audio: eliminate ff_default_filter_samples().Anton Khirnov
2012-06-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-21lavfi/audio: remove unused variable in ff_filter_samples()Stefano Sabatini
2012-06-21lavfi/audio: don't set cur_buf in ff_filter_samples().Anton Khirnov
2012-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-13lavfi/audio: use av_samples_copy() instead of custom code.Anton Khirnov
2012-06-13lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov
2012-06-13lavfi: change name of tracing functions and of the macro which enables themStefano Sabatini
2012-06-07lavfi/audio: fix size of copied samples.Nicolas George
2012-05-19Merge commit '755cd4197d53946208e042f095b930dca18d9430'Michael Niedermayer
2012-05-18lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs.Anton Khirnov
2012-05-16lavfi: drop planar/packed negotiation supportStefano Sabatini
2012-05-15lavfi: switch to _alt functionsMichael Niedermayer
2012-05-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer