summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
Commit message (Collapse)AuthorAge
...
* cosmetics: vertical alignmentVitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-14 17:34:04 Originally committed as revision 11986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add pts to frame referencesVitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-14 17:31:40 Originally committed as revision 11985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Actually fail when colorspaces don't matchVitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-08 17:58:45 Originally committed as revision 11984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Provide a default for request_frame() which does the right thing for simpleVitor Sessak2008-02-15
| | | | | | | | filters. Commited in SoC by Bobby Bingham on 2007-07-08 16:55:09 Originally committed as revision 11983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adjust the default start_frame() and end_frame() implementations to simplifyVitor Sessak2008-02-15
| | | | | | | | the implementation of simple filters. Commited in SoC by Bobby Bingham on 2007-07-08 16:48:15 Originally committed as revision 11982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missing semicolon typoVitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-08 16:18:21 Originally committed as revision 11981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avfilter_ref_pic also handle removal of permissions for the caller.Vitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-08 16:14:49 Originally committed as revision 11980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an RGB24 <-> BGR24 conversion filterVitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-08 16:08:15 Originally committed as revision 11979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a simple video source filter which loads a PPM file and outputs it asVitor Sessak2008-02-15
| | | | | | | | | the videos frames. Useful for testing PRESERVE buffers, and soon automatic colorspace conversion. Commited in SoC by Bobby Bingham on 2007-07-08 16:06:30 Originally committed as revision 11978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a filter to cut video frames into smaller slices.Vitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-06 17:57:36 Originally committed as revision 11977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Provide some default functions to simplify the implementation of common oneVitor Sessak2008-02-15
| | | | | | | | input one output video filters. Commited in SoC by Bobby Bingham on 2007-07-06 15:25:52 Originally committed as revision 11976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: more vertical alignmentVitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-05 21:39:33 Originally committed as revision 11975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rework filter initialization sequence. Now supports passing user parameters,Vitor Sessak2008-02-15
| | | | | | | | querying supported colorspaces, etc. Commited in SoC by Bobby Bingham on 2007-07-05 20:48:48 Originally committed as revision 11974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support passing parameters to filters.Vitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-02 15:17:22 Originally committed as revision 11973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetic: align arguments to memcpysVitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-02 14:34:02 Originally committed as revision 11972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Even better way to pass size to memcpy.Vitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-02 14:33:18 Originally committed as revision 11971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoVitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-06-30 17:11:22 Originally committed as revision 11970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a pointer typeVitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-06-30 16:17:56 Originally committed as revision 11969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make linesize a per-reference propertyVitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-06-30 16:15:14 Originally committed as revision 11968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use memcpy() to copy an array.Vitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-06-30 16:05:03 Originally committed as revision 11967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some simple filters for testingVitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-06-29 17:07:44 Originally committed as revision 11966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial stab at an APIVitor Sessak2008-02-15
Commited in SoC by Bobby Bingham on 2007-06-29 17:03:03 Originally committed as revision 11965 to svn://svn.ffmpeg.org/ffmpeg/trunk