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
2017-12-17avfilter/af_biquads: remove unused enum itemPaul B Mahol
2017-12-17avfilter/av_biquads: add support for commandsPaul B Mahol
2017-06-18libavfilter/af_biquads: add shorter option for width_typePaul B Mahol
2017-04-25avfilter/af_biquads: allow filtering only selected channelsPaul B Mahol
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2017-01-12libavfilter/af_biquads: warn about clipping only after frame with clippingSergey Kudryashov
2015-12-23avfilter/af_biquads: display clipping warnings once per filtered framePaul B Mahol
2015-12-07avfilter/af_biquads: pass filter ctx to av_log callsPaul B Mahol
2015-11-25avfilter: do not leak frame if ff_get_audio_buffer() failsPaul B Mahol
2015-09-12avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol
2015-09-12avfilter/treble: use AV_OPT_TYPE_BOOL for csg optionClément Bœsch
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-03-02avfilter/af_biquads: Change width_type to int as its accessed as int via AVOp...Michael Niedermayer
2015-01-28avfilter/af_biquads: use the name 's' for the pointer to the private contextPaul B Mahol
2014-07-21avfilter/biquads: avoid clipping when using floating typeMuhammad Faiz
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-06-30Rename constant HZ in af_biquads.c as HERTZ.Carl Eugen Hoyos
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11lavfi/biquads: switch to an AVOptions-based systemPaul B Mahol
2013-04-03lavfi/afade * biquads: call av_frame_copy_props()Paul B Mahol
2013-03-28lavfi/biquads: fix min allowed option valuePaul B Mahol
2013-03-15avfilter: avoid direct access to AVFrame.channelsMichael Niedermayer
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-02-25af_biquads: memset(0) cacheMichael Niedermayer
2013-02-07af_biquad: avoid subtraction in loopMichael Niedermayer
2013-02-07af_biquad: unroll loop, remove variable copiesMichael Niedermayer
2013-01-31lavfi/biquads: remove pointless castsPaul B Mahol
2013-01-31Port biquads filters from SoXPaul B Mahol