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-03-15avfilter: convert to new channel layout APIJames Almer
2021-10-05avfilter/af_compand: Store format in filter, remove query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas 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-05-22Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov
2019-08-28avfilter/af_compand: change error condition into warningPaul B Mahol
2018-01-04avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol
2017-05-15avfilter/af_compand: change default attack to 0Paul B Mahol
2017-05-14avfilter/af_compand: fix default companding to avoid clippingPaul B Mahol
2017-04-20avfilter/af_compand: Check av_strtok() for failureMichael Niedermayer
2016-03-22all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde
2015-12-25lavfi/af_compand: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-03avfilter/af_compand: do not clip; allow >0dB curve pointsPaul B Mahol
2015-12-01avfilter/af_compand: use hypot()Ganesh Ajjanagadde
2015-09-20lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George
2015-09-12avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol
2015-07-17avfilter/af_compand: fix clipping with default optionsPaul B Mahol
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2014-07-08Merge commit 'd3cfd7aff86ee3d449ca68aba21d67b9b2136a9b'Michael Niedermayer
2014-07-08af_compand: make sure request_frame always outputs at least one frameAndrew Kelley
2014-05-08avfilter/af_compand: Silence "may be used uninitialized" warningMichael Niedermayer
2014-03-01af_compand: replace strtok_r() with av_get_token()Anton Khirnov
2014-02-26avfilter: remove superflous linesPaul B Mahol
2014-02-26avfilter/af_compand: some more cosmetics to decrease difference with qatarPaul B Mahol
2014-02-26avfilter/af_compand: more cosmetics from libavfilter/af_compand_fork.cMichael Niedermayer
2014-02-26avfilter/af_compand: cosmetics from libavfilter/af_compand_fork.cMichael Niedermayer
2014-02-26avfilter/af_compand: switch defaults to libavfilter/af_compand_fork.cMichael Niedermayer
2014-02-26avfilter/af_compand: "use local variable for channels" from libavfilter/af_co...Michael Niedermayer
2014-02-26avfilter/af_compand: error checks from libavfilter/af_compand_fork.cMichael Niedermayer
2014-02-26avfilter/af_compand: pts init code from libavfilter/af_compand_fork.cMichael Niedermayer
2014-02-26avfilter/af_compand: cosmetics and doxy comment from libavfilter/af_compand_f...Michael Niedermayer
2014-02-26avfilter/af_compand: add Andrew Kelley to the copyrightMichael Niedermayer
2014-02-26avfilter/af_compand: merge avframe code from af_compand_forkMichael Niedermayer
2014-02-26avfilter/af_compand: merge uninit() calls on error from af_compand_fork.cMichael Niedermayer
2014-02-26avfilter/af_compand: also support '|' as seperatorMichael Niedermayer
2014-02-26avfilter/af_compand: whitespace changes from af_compand_forkMichael Niedermayer
2014-02-26lavfi: add compand audio filterAndrew Kelley
2014-02-25avfilter/af_compand: fix invalid readAndrew Kelley
2014-02-15avfilter/af_compand: do not leak frames on errorPaul B Mahol
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-15avfilter/af_aecho & af_compand: use extended_dataPaul B Mahol
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-07avfilter/af_compand: silence "maybe uninitialized" warningsMichael Niedermayer
2013-07-31avfilter/af_compand: %f is for printing doublesMichael Niedermayer
2013-07-29lavfi: add compand filterPaul B Mahol