summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
Commit message (Collapse)AuthorAge
...
* Move default entry point implementations to their own file.Vitor Sessak2008-02-15
| | | | | | | | Make them externally visible because they may be useful for filters to use. Commited in SoC by Bobby Bingham on 2007-08-02 15:14:05 Originally committed as revision 12091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make input/output pads modifiable on a per-instance basis.Vitor Sessak2008-02-15
| | | | | | | | | | This makes it possible to change filter callbacks (eg. to a SIMD version on supported processors). It also allows filters to change their own input and output pads. Commited in SoC by Bobby Bingham on 2007-07-31 19:20:54 Originally committed as revision 12090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the opaque init parameter non-const.Vitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-30 18:53:17 Originally committed as revision 12089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some potential segfaults.Vitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-30 15:53:33 Originally committed as revision 12088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow code to pass data to filters it creates.Vitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-15 16:45:50 Originally committed as revision 12087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split filter graphs out into their own source & header files.Vitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-14 21:20:21 Originally committed as revision 12086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a simple filter graph structure and functionsVitor Sessak2008-02-15
| | | | | | Commited in SoC by Bobby Bingham on 2007-07-14 20:12:54 Originally committed as revision 12085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow giving filter instances names, in anticipation of the upcomingVitor Sessak2008-02-15
| | | | | | | | AVFilterGraph structure and related functions. Commited in SoC by Bobby Bingham on 2007-07-14 19:33:28 Originally committed as revision 12084 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 12083 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 12082 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 12081 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 12080 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 12079 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 12078 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 12077 to svn://svn.ffmpeg.org/ffmpeg/trunk