| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'def03d14687b9d089950ba8e45083e666de4eb68' | Clément Bœsch | 2016-06-21 | 1 | -48/+0 |
|\ |
|
| * | vf_frei0r: Drop overly verbose and broken debug output | Diego Biurrun | 2016-05-04 | 1 | -48/+0 |
| * | vf_frei0r: also set AVFilterLink.frame_rate | Michael Niedermayer | 2015-11-09 | 1 | -0/+1 |
| * | vf_frei0r: do not increment string if it reached the end | Vittorio Giovara | 2014-12-08 | 1 | -1/+2 |
| * | vf_frei0r: fix missing end of line character | Vittorio Giovara | 2014-03-04 | 1 | -1/+1 |
| * | vf_frei0r: refactor library loading from env variable | Vittorio Giovara | 2014-03-04 | 1 | -6/+12 |
* | | avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE | Michael Niedermayer | 2016-06-09 | 1 | -1/+1 |
* | | avfilter/vf_frei0r: use av_strtod instead of strtod for added flexibility | Ganesh Ajjanagadde | 2015-11-02 | 1 | -1/+2 |
* | | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -2/+5 |
* | | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -2/+1 |
* | | avfilter/vf_frei0r: fix build with DEBUG enabled | Michael Niedermayer | 2015-01-17 | 1 | -3/+3 |
* | | avfilter/vf_frei0r: also set AVFilterLink.frame_rate | Michael Niedermayer | 2015-01-17 | 1 | -0/+1 |
* | | Merge commit '4e0be9c86f2003dd3ba2eb8fad01e8d0e538075e' | Michael Niedermayer | 2014-03-04 | 1 | -0/+4 |
|\| |
|
| * | vf_frei0r: prevent a segfault when filter parameters are not set | Vittorio Giovara | 2014-03-04 | 1 | -0/+4 |
* | | Merge commit '8accddeb5806cd98e3803b4ddf2a2ef576d0e4d9' | Michael Niedermayer | 2014-03-04 | 1 | -10/+10 |
|\| |
|
| * | vf_frei0r: adjust error messages | Vittorio Giovara | 2014-03-04 | 1 | -12/+12 |
* | | lavfi/frei0r: factorize plugin loading with static path | Marton Balint | 2014-02-26 | 1 | -17/+10 |
* | | lavfi/frei0r: search plugins in lib64 dirs on all architectures | Marton Balint | 2014-02-26 | 1 | -2/+0 |
* | | lavfi/frei0r: load plugins from lib64 folders as well on 64bit builds | Marton Balint | 2014-02-11 | 1 | -0/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -2/+2 |
|\| |
|
| * | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -2/+2 |
* | | avfilter/vf_frei0r: fix out of array read | Michael Niedermayer | 2013-10-04 | 1 | -1/+2 |
* | | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -25/+17 |
* | | lavfi/frei0r: use AV_OPT_TYPE_IMAGE_SIZE | Paul B Mahol | 2013-07-26 | 1 | -7/+1 |
* | | lavfi/frei0r: use AV_OPT_TYPE_VIDEO_RATE | Paul B Mahol | 2013-07-26 | 1 | -9/+4 |
* | | lavfi/frei0r: make use of AVFILTER_DEFINE_CLASS | Paul B Mahol | 2013-05-27 | 1 | -16/+6 |
* | | Merge commit 'd371c3c2e2830d9783465ecfe1ab7d93351083b7' | Michael Niedermayer | 2013-05-17 | 1 | -0/+4 |
|\| |
|
| * | vf_frei0r: make config_props work properly when called multiple times. | Anton Khirnov | 2013-05-17 | 1 | -0/+4 |
* | | Merge commit 'f6b6d6ac42c0ee427fcd3fae4c398b2103b491b8' | Michael Niedermayer | 2013-05-16 | 1 | -67/+67 |
|\| |
|
| * | vf_frei0r: use the name 's' for the pointer to the private context | Anton Khirnov | 2013-05-16 | 1 | -66/+66 |
* | | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110' | Michael Niedermayer | 2013-05-16 | 1 | -2/+0 |
|\| |
|
| * | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -2/+0 |
| * | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-09 | 1 | -2/+2 |
* | | lavfi/frei0r: fix crash when parameters are not set. | Clément Bœsch | 2013-05-03 | 1 | -0/+3 |
* | | avfilter: add missing AV_OPT_FLAG_FILTERING_PARAM | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-12 | 1 | -2/+2 |
* | | Merge commit '5aa1a668cfae7f617e1a06efad20f87283badd8a' | Michael Niedermayer | 2013-04-10 | 1 | -24/+51 |
|\| |
|
| * | vf_frei0r: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -24/+51 |
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -15/+13 |
|\| |
|
| * | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -15/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-12-31 | 1 | -1/+1 |
|\| |
|
| * | Drop unnecessary 'l' length modifier when printfing double values. | Diego Biurrun | 2012-12-31 | 1 | -1/+1 |
| * | lavfi: merge start_frame/draw_slice/end_frame | Anton Khirnov | 2012-11-28 | 1 | -40/+19 |
* | | vf_frei0r: switch to filter_frame, the filter did not support slices | Anton Khirnov | 2012-11-28 | 1 | -40/+19 |
* | | lavfi/frei0r: in init() check path loop, free resources in a single point | Stefano Sabatini | 2012-11-18 | 1 | -6/+8 |
* | | lavfi/frei0r: extend load_path() to support arbitrarily long paths | Stefano Sabatini | 2012-11-18 | 1 | -11/+26 |
* | | lavfi/frei0r: add additional trailing slash in FREI0R_PATH paths | Stefano Sabatini | 2012-11-13 | 1 | -2/+11 |
* | | lavfi/frei0r: correctly handle paths longer than 1023 chars | Stefano Sabatini | 2012-11-13 | 1 | -2/+4 |
* | | lavfi/frei0r: allow for Windows style paths | rogerdpack | 2012-10-29 | 1 | -1/+6 |
* | | lavfi/frei0r: update link to spec | Stefano Sabatini | 2012-10-29 | 1 | -1/+1 |