| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | vf_frei0r: prevent a segfault when filter parameters are not set | Vittorio Giovara | 2014-03-04 | 1 | -0/+4 |
* | vf_frei0r: adjust error messages | Vittorio Giovara | 2014-03-04 | 1 | -12/+12 |
* | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -2/+2 |
* | vf_frei0r: make config_props work properly when called multiple times. | Anton Khirnov | 2013-05-17 | 1 | -0/+4 |
* | vf_frei0r: use the name 's' for the pointer to the private context | Anton Khirnov | 2013-05-16 | 1 | -66/+66 |
* | 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 |
* | vf_frei0r: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -24/+51 |
* | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -15/+13 |
* | 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 |
* | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -16/+34 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -4/+4 |
* | lavfi: replace empty input/output lists with null pointers | Mans Rullgard | 2012-09-17 | 1 | -1/+1 |
* | Add missing includes for code relying on external libraries | Martin Storsjö | 2012-08-16 | 1 | -0/+6 |
* | lavfi: check all ff_get_video_buffer() calls for errors. | Anton Khirnov | 2012-07-22 | 1 | -0/+3 |
* | lavfi: check all avfilter_ref_buffer() calls for errors. | Anton Khirnov | 2012-07-22 | 1 | -1/+8 |
* | lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors | Anton Khirnov | 2012-07-22 | 1 | -4/+14 |
* | lavfi: add error handling to end_frame(). | Anton Khirnov | 2012-07-22 | 1 | -3/+6 |
* | lavfi: add error handling to draw_slice(). | Anton Khirnov | 2012-07-22 | 1 | -1/+4 |
* | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 1 | -17/+17 |
* | lavfi: unref AVFilterLink.out_buf in ff_end_frame(). | Anton Khirnov | 2012-07-20 | 1 | -1/+0 |
* | lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). | Anton Khirnov | 2012-07-20 | 1 | -1/+0 |
* | lavfi: make filters less verbose. | Anton Khirnov | 2012-06-26 | 1 | -9/+9 |
* | lavfi: remove 'opaque' parameter from AVFilter.init() | Anton Khirnov | 2012-06-26 | 1 | -2/+2 |
* | lavfi: make AVFilterPad opaque after two major bumps. | Anton Khirnov | 2012-06-13 | 1 | -0/+1 |
* | lavfi: make avfilter_get_video_buffer() private on next bump. | Anton Khirnov | 2012-06-13 | 1 | -1/+1 |
* | lavfi: remove request/poll and drawing functions from public API on next bump | Anton Khirnov | 2012-06-05 | 1 | -5/+6 |
* | lavfi: make formats API private on next bump. | Anton Khirnov | 2012-06-05 | 1 | -4/+5 |
* | Add some missing mathematics.h #includes for av_rescale(). | Diego Biurrun | 2011-07-05 | 1 | -0/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -2/+2 |
* | Extend the frei0r filter syntax. | Stefano Sabatini | 2010-11-30 | 1 | -2/+2 |
* | Implement frei0r source. | Stefano Sabatini | 2010-11-30 | 1 | -10/+111 |
* | In libavfilter, use consistently "Copyright (c)" in the license | Stefano Sabatini | 2010-11-28 | 1 | -1/+1 |
* | Fix crash in uninit. | Stefano Sabatini | 2010-11-25 | 1 | -1/+1 |
* | move the av_parse_color() function from libavfilter to libavcore | Aurelien Jacobs | 2010-11-17 | 1 | -1/+1 |
* | Fix frei0r filter after av_parse_color() syntax change. | Stefano Sabatini | 2010-11-13 | 1 | -1/+1 |
* | Fix timestamp handling in more filters after the change which set the | Stefano Sabatini | 2010-11-02 | 1 | -1/+1 |
* | Use SLIBSUF instead of .so, as a more generic dynamic library suffix. | Víctor Paesa | 2010-10-03 | 1 | -1/+1 |
* | Move av_get_token() from libavfilter to libavutil. | Stefano Sabatini | 2010-09-27 | 1 | -0/+1 |
* | Remove unnecessary av_strdup() and av_free(). | Stefano Sabatini | 2010-09-24 | 1 | -2/+1 |
* | Add frei0r filter. | Stefano Sabatini | 2010-09-24 | 1 | -0/+363 |