summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
...
* Add a filter to modify the framerate.Vitor Sessak2008-02-15
* Let request_frame() indicate success or failureVitor Sessak2008-02-15
* Add a vertical flip filterVitor Sessak2008-02-15
* Helper functions for adding new pads to filters at runtimeVitor Sessak2008-02-15
* Separate the process of creating links between filters from that of configuringVitor Sessak2008-02-15
* Move default entry point implementations to their own file.Vitor Sessak2008-02-15
* Make the filter graph just another normal filter.Vitor Sessak2008-02-15
* Make input/output pads modifiable on a per-instance basis.Vitor Sessak2008-02-15
* Fix warningsVitor Sessak2008-02-15
* Cosmetics: fix indentationVitor Sessak2008-02-15
* Fix some potential segfaults.Vitor Sessak2008-02-15
* Allow code to pass data to filters it creates.Vitor Sessak2008-02-15
* Split filter graphs out into their own source & header files.Vitor Sessak2008-02-15
* Use av_strdup/av_free instead of strdup/freeVitor Sessak2008-02-15
* Add a simple filter graph structure and functionsVitor Sessak2008-02-15
* Allow giving filter instances names, in anticipation of the upcomingVitor Sessak2008-02-15
* cosmetics: vertical alignmentVitor Sessak2008-02-15
* Add pts to frame referencesVitor Sessak2008-02-15
* Actually fail when colorspaces don't matchVitor Sessak2008-02-15
* Provide a default for request_frame() which does the right thing for simpleVitor Sessak2008-02-15
* Adjust the default start_frame() and end_frame() implementations to simplifyVitor Sessak2008-02-15
* Missing semicolon typoVitor Sessak2008-02-15
* Make avfilter_ref_pic also handle removal of permissions for the caller.Vitor Sessak2008-02-15
* Add an RGB24 <-> BGR24 conversion filterVitor Sessak2008-02-15
* Add a simple video source filter which loads a PPM file and outputs it asVitor Sessak2008-02-15
* Add a filter to cut video frames into smaller slices.Vitor Sessak2008-02-15
* Provide some default functions to simplify the implementation of common oneVitor Sessak2008-02-15
* cosmetic: more vertical alignmentVitor Sessak2008-02-15
* Rework filter initialization sequence. Now supports passing user parameters,Vitor Sessak2008-02-15
* Support passing parameters to filters.Vitor Sessak2008-02-15
* Cosmetic: align arguments to memcpysVitor Sessak2008-02-15
* Even better way to pass size to memcpy.Vitor Sessak2008-02-15
* typoVitor Sessak2008-02-15
* Fix a pointer typeVitor Sessak2008-02-15
* Make linesize a per-reference propertyVitor Sessak2008-02-15
* Use memcpy() to copy an array.Vitor Sessak2008-02-15
* Some simple filters for testingVitor Sessak2008-02-15
* Initial stab at an APIVitor Sessak2008-02-15
* Remove everything not yet commited to svnVitor Sessak2008-02-15
* Improve conditional compilation of vsrc_movie.cVitor Sessak2008-02-15
* Fix compilationVitor Sessak2008-02-15
* True conditional compilationVitor Sessak2008-02-15
* Add movie file video source filter.Vitor Sessak2008-02-15
* Cosmetics: split long lineVitor Sessak2008-02-15
* Link to libraries in dependency order.Vitor Sessak2008-02-15
* More targets additionVitor Sessak2008-02-15
* Fix Cygwin compilation.VĂ­ctor Paesa2008-02-15
* Targets addition and removalVitor Sessak2008-02-15
* Remove test program and test video output module since ffplay can be usedVitor Sessak2008-02-15
* Merge of several revisions that add more targets to theVitor Sessak2008-02-15