summaryrefslogtreecommitdiff
path: root/libavfilter/vf_frei0r.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_frei0r: set align to 1 for frei0r framesBrendan Hack2022-10-291-3/+6
* lavfi/vf_frei0r: set frame durations for frei0r_srcAnton Khirnov2022-10-131-0/+1
* libavfilter/vf_frei0r.c: Use UTF-8 version of getenv()Nil Admirari2022-06-211-4/+10
* avfilter/vf_frei0r: Copy to frame allocated according to frei0r requirementsMichael Niedermayer2022-04-211-6/+16
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-2/+2
* avfilter/frei0r: use win32dlfcn wrapperTimo Rothenpieler2021-09-151-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-6/+3
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* avfilter/vf_frei0r: add timeline supportPaul B Mahol2021-02-051-0/+1
* avfilter/vf_frei0r: add support for commandsPaul B Mahol2020-11-191-1/+16
* lavfi/frei0r: Remove duplicated pix_fmt entryAndrew Rodland2020-11-161-1/+1
* lavfi/frei0r: Fix a union member type and remove an unneeded cast.Carl Eugen Hoyos2019-04-251-2/+2
* lavfi/frei0r: Fixes the compilation warningsJun Zhao2019-04-211-1/+1
* avfilter/vf_frei0r: Remove duplicate }, fix buildMichael Niedermayer2018-08-301-1/+0
* frei0r: handle string paramsRaphael Graf2018-08-301-0/+6
* Merge commit 'def03d14687b9d089950ba8e45083e666de4eb68'Clément Bœsch2016-06-211-48/+0
|\
| * vf_frei0r: Drop overly verbose and broken debug outputDiego Biurrun2016-05-041-48/+0
| * vf_frei0r: also set AVFilterLink.frame_rateMichael Niedermayer2015-11-091-0/+1
| * vf_frei0r: do not increment string if it reached the endVittorio Giovara2014-12-081-1/+2
| * vf_frei0r: fix missing end of line characterVittorio Giovara2014-03-041-1/+1
| * vf_frei0r: refactor library loading from env variableVittorio Giovara2014-03-041-6/+12
* | avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-091-1/+1
* | avfilter/vf_frei0r: use av_strtod instead of strtod for added flexibilityGanesh Ajjanagadde2015-11-021-1/+2
* | avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-2/+5
* | avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+1
* | avfilter/vf_frei0r: fix build with DEBUG enabledMichael Niedermayer2015-01-171-3/+3
* | avfilter/vf_frei0r: also set AVFilterLink.frame_rateMichael Niedermayer2015-01-171-0/+1
* | Merge commit '4e0be9c86f2003dd3ba2eb8fad01e8d0e538075e'Michael Niedermayer2014-03-041-0/+4
|\ \ | |/
| * vf_frei0r: prevent a segfault when filter parameters are not setVittorio Giovara2014-03-041-0/+4
* | Merge commit '8accddeb5806cd98e3803b4ddf2a2ef576d0e4d9'Michael Niedermayer2014-03-041-10/+10
|\ \ | |/
| * vf_frei0r: adjust error messagesVittorio Giovara2014-03-041-12/+12
* | lavfi/frei0r: factorize plugin loading with static pathMarton Balint2014-02-261-17/+10
* | lavfi/frei0r: search plugins in lib64 dirs on all architecturesMarton Balint2014-02-261-2/+0
* | lavfi/frei0r: load plugins from lib64 folders as well on 64bit buildsMarton Balint2014-02-111-0/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-2/+2
|\ \ | |/
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-2/+2
* | avfilter/vf_frei0r: fix out of array readMichael Niedermayer2013-10-041-1/+2
* | avfilter: various cosmeticsPaul B Mahol2013-09-121-25/+17
* | lavfi/frei0r: use AV_OPT_TYPE_IMAGE_SIZEPaul B Mahol2013-07-261-7/+1
* | lavfi/frei0r: use AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-07-261-9/+4
* | lavfi/frei0r: make use of AVFILTER_DEFINE_CLASSPaul B Mahol2013-05-271-16/+6
* | Merge commit 'd371c3c2e2830d9783465ecfe1ab7d93351083b7'Michael Niedermayer2013-05-171-0/+4
|\ \ | |/
| * vf_frei0r: make config_props work properly when called multiple times.Anton Khirnov2013-05-171-0/+4
* | Merge commit 'f6b6d6ac42c0ee427fcd3fae4c398b2103b491b8'Michael Niedermayer2013-05-161-67/+67
|\ \ | |/
| * vf_frei0r: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-66/+66
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-161-2/+0
|\ \ | |/
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-161-2/+0
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-2/+2
* | lavfi/frei0r: fix crash when parameters are not set.Clément Bœsch2013-05-031-0/+3
* | avfilter: add missing AV_OPT_FLAG_FILTERING_PARAMMichael Niedermayer2013-04-121-1/+1