summaryrefslogtreecommitdiff
path: root/libavfilter/vf_frei0r.c
Commit message (Expand)AuthorAge
* Add some missing mathematics.h #includes for av_rescale().Diego Biurrun2011-07-05
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Extend the frei0r filter syntax.Stefano Sabatini2010-11-30
* Implement frei0r source.Stefano Sabatini2010-11-30
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-28
* Fix crash in uninit.Stefano Sabatini2010-11-25
* move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs2010-11-17
* Fix frei0r filter after av_parse_color() syntax change.Stefano Sabatini2010-11-13
* Fix timestamp handling in more filters after the change which set theStefano Sabatini2010-11-02
* Use SLIBSUF instead of .so, as a more generic dynamic library suffix.VĂ­ctor Paesa2010-10-03
* Move av_get_token() from libavfilter to libavutil.Stefano Sabatini2010-09-27
* Remove unnecessary av_strdup() and av_free().Stefano Sabatini2010-09-24
* Add frei0r filter.Stefano Sabatini2010-09-24