summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_frei0r.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-121-2/+2
* | Merge commit '5aa1a668cfae7f617e1a06efad20f87283badd8a'Michael Niedermayer2013-04-101-24/+51
|\ \ | |/
| * vf_frei0r: switch to an AVOptions-based system.Anton Khirnov2013-04-091-24/+51
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-15/+13
|\ \ | |/
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-081-15/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-311-1/+1
|\ \ | |/
| * Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun2012-12-311-1/+1
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-40/+19
* | vf_frei0r: switch to filter_frame, the filter did not support slicesAnton Khirnov2012-11-281-40/+19
* | lavfi/frei0r: in init() check path loop, free resources in a single pointStefano Sabatini2012-11-181-6/+8
* | lavfi/frei0r: extend load_path() to support arbitrarily long pathsStefano Sabatini2012-11-181-11/+26
OpenPOWER on IntegriCloud