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-10-29avfilter/vf_frei0r: set align to 1 for frei0r framesBrendan Hack
2022-10-13lavfi/vf_frei0r: set frame durations for frei0r_srcAnton Khirnov
2022-06-21libavfilter/vf_frei0r.c: Use UTF-8 version of getenv()Nil Admirari
2022-04-21avfilter/vf_frei0r: Copy to frame allocated according to frei0r requirementsMichael Niedermayer
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-15avfilter/frei0r: use win32dlfcn wrapperTimo Rothenpieler
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-02-05avfilter/vf_frei0r: add timeline supportPaul B Mahol
2020-11-19avfilter/vf_frei0r: add support for commandsPaul B Mahol
2020-11-16lavfi/frei0r: Remove duplicated pix_fmt entryAndrew Rodland
2019-04-25lavfi/frei0r: Fix a union member type and remove an unneeded cast.Carl Eugen Hoyos
2019-04-21lavfi/frei0r: Fixes the compilation warningsJun Zhao
2018-08-30avfilter/vf_frei0r: Remove duplicate }, fix buildMichael Niedermayer
2018-08-30frei0r: handle string paramsRaphael Graf
2016-06-21Merge commit 'def03d14687b9d089950ba8e45083e666de4eb68'Clément Bœsch
2016-06-09avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer
2016-05-04vf_frei0r: Drop overly verbose and broken debug outputDiego Biurrun
2015-11-09vf_frei0r: also set AVFilterLink.frame_rateMichael Niedermayer
2015-11-02avfilter/vf_frei0r: use av_strtod instead of strtod for added flexibilityGanesh Ajjanagadde
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-01-17avfilter/vf_frei0r: fix build with DEBUG enabledMichael Niedermayer
2015-01-17avfilter/vf_frei0r: also set AVFilterLink.frame_rateMichael Niedermayer
2014-12-08vf_frei0r: do not increment string if it reached the endVittorio Giovara
2014-03-04vf_frei0r: fix missing end of line characterVittorio Giovara
2014-03-04Merge commit '4e0be9c86f2003dd3ba2eb8fad01e8d0e538075e'Michael Niedermayer
2014-03-04Merge commit '8accddeb5806cd98e3803b4ddf2a2ef576d0e4d9'Michael Niedermayer
2014-03-04vf_frei0r: refactor library loading from env variableVittorio Giovara
2014-03-04vf_frei0r: prevent a segfault when filter parameters are not setVittorio Giovara
2014-03-04vf_frei0r: adjust error messagesVittorio Giovara
2014-02-27lavfi/frei0r: factorize plugin loading with static pathMarton Balint
2014-02-27lavfi/frei0r: search plugins in lib64 dirs on all architecturesMarton Balint
2014-02-11lavfi/frei0r: load plugins from lib64 folders as well on 64bit buildsMarton Balint
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-10-04avfilter/vf_frei0r: fix out of array readMichael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-07-26lavfi/frei0r: use AV_OPT_TYPE_IMAGE_SIZEPaul B Mahol
2013-07-26lavfi/frei0r: use AV_OPT_TYPE_VIDEO_RATEPaul B Mahol
2013-05-27lavfi/frei0r: make use of AVFILTER_DEFINE_CLASSPaul B Mahol
2013-05-17Merge commit 'd371c3c2e2830d9783465ecfe1ab7d93351083b7'Michael Niedermayer
2013-05-17vf_frei0r: make config_props work properly when called multiple times.Anton Khirnov
2013-05-16Merge commit 'f6b6d6ac42c0ee427fcd3fae4c398b2103b491b8'Michael Niedermayer
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer
2013-05-16vf_frei0r: use the name 's' for the pointer to the private contextAnton Khirnov
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-03lavfi/frei0r: fix crash when parameters are not set.Clément Bœsch
2013-04-12avfilter: add missing AV_OPT_FLAG_FILTERING_PARAMMichael Niedermayer
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov