summaryrefslogtreecommitdiff
path: root/libavfilter/vf_frei0r.c
Commit message (Collapse)AuthorAge
* move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs2010-11-17
| | | | Originally committed as revision 25761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix frei0r filter after av_parse_color() syntax change.Stefano Sabatini2010-11-13
| | | | Originally committed as revision 25748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix timestamp handling in more filters after the change which set theStefano Sabatini2010-11-02
| | | | | | timebase in the filter link. Originally committed as revision 25649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use SLIBSUF instead of .so, as a more generic dynamic library suffix.VĂ­ctor Paesa2010-10-03
| | | | Originally committed as revision 25321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_get_token() from libavfilter to libavutil.Stefano Sabatini2010-09-27
| | | | Originally committed as revision 25225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary av_strdup() and av_free().Stefano Sabatini2010-09-24
| | | | Originally committed as revision 25169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add frei0r filter.Stefano Sabatini2010-09-24
See thread: Subject: [FFmpeg-devel] [POC] frei0r wrapper Date: Tue, 24 Aug 2010 21:37:32 +0200 Originally committed as revision 25165 to svn://svn.ffmpeg.org/ffmpeg/trunk