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
2022-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2022-03-15avfilter: convert to new channel layout APIJames Almer
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-06-19avfilter: add D2TS, TS2D, TS2T as a common macro in internal.hLimin Wang
2020-01-13lavfi/volume: enable runtime change flagJun Zhao
2018-01-04avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol
2017-06-24avfilter: do not leak AVFrame on failed buffer allocationPaul B Mahol
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2016-03-22all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde
2015-12-25lavfi/af_volume: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-10-30avfilter/af_volume: use log10 instead of log()/M_LN10Ganesh Ajjanagadde
2015-09-09avfilter/volume: drop useless trailing commaClément Bœsch
2015-09-09avfilter/volume: fix missing filtering flags for a bunch of optionsClément Bœsch
2015-09-09avfilter/volume: use AV_OPT_TYPE_BOOL for replaygain_noclip optionClément Bœsch
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-03-01avfilter/af_volume: fix precision=fixed and volume=0 caseGilles Chanteperdrix
2014-11-18avfilter/af_volume: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-08-29Add missing "const" all over the place.Reimar Döffinger
2014-04-13Merge commit 'aaab192df24a90f4450285cfb73b395cf495b462'Michael Niedermayer
2014-04-13af_volume: implement replaygain clipping preventionAlessandro Ghedini
2014-04-05Merge commit 'a49aa440c939e221194f8d95bf98673f8cf38a06'Michael Niedermayer
2014-04-04af_volume: implement replaygain pre-amplificationAlessandro Ghedini
2014-03-24Merge commit '06c3cd3c0186803619bc6aad2d8f06c3e9015d15'Michael Niedermayer
2014-03-24af_volume: support using replaygain frame side dataAnton Khirnov
2014-03-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-03-05avfilter: Add missing emms_c when neededLuca Barbato
2014-02-25Merge commit '39c2880eeae6930b1036ce1f479afc1e1152c13f'Michael Niedermayer
2014-02-24af_volume: preserve frame propertiesAnton Khirnov
2013-12-25lavfi/volume: fix NULL reference in filter_frame()Stefano Sabatini
2013-12-25lavfi/volume: extend volume loggingStefano Sabatini
2013-12-25lavfi/volume: implement process_command() callback, with the volume commandStefano Sabatini
2013-12-25lavfi/volume: support volume expression and per-frame expression evaluationStefano Sabatini
2013-12-03lavfi/volume: support all channel countsStefano Sabatini
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-05-12lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch
2013-05-05Merge commit '093804a93cc5da3f95f98265a5df116912443cec'Michael Niedermayer
2013-05-04avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun
2013-04-23lavfi: add timeline support.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-11Merge commit 'b13623e184759f37348b8fdb1276b1bb408f3e59'Michael Niedermayer
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09af_volume: switch to an AVOptions-based system.Anton Khirnov
2013-03-31lavfi/volume: use designated initializers for the sample_fmts declaration.Clément Bœsch
2013-03-31lavfi/volume: use copy props helper instead of incomplete manual code.Clément Bœsch