summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAge
...
* Check for error so thatVitor Sessak2008-02-15
* Remove dummy and ppm filters which were only for testing.Vitor Sessak2008-02-15
* Image negating filterVitor Sessak2008-02-15
* Auto insert scale filter to convert colrospaces when neededVitor Sessak2008-02-15
* Add scale/colorspace conversion filterVitor Sessak2008-02-15
* Prefix names of filter structsVitor Sessak2008-02-15
* Rename "buffer" filter to "fifo"Vitor Sessak2008-02-15
* Add a filter to output the same video to two outputsVitor Sessak2008-02-15
* Add a filter to act as a buffer between filters which may output multipleVitor Sessak2008-02-15
* Use av_freep instead of av_freeVitor Sessak2008-02-15
* Rename avfilter_create to avfilter_open and remove the wrapper functionVitor Sessak2008-02-15
* Change registered filter list to a linked listVitor Sessak2008-02-15
* Be more consistent in style of code for falling back to defaults.Vitor Sessak2008-02-15
* replace memcpy with assignmentVitor Sessak2008-02-15
* Revert braindead linked list of permissionsVitor Sessak2008-02-15
* Track the permissions that have been given out to each picture.Vitor Sessak2008-02-15
* Allow filters to set the requirements on permissions for incoming buffers.Vitor Sessak2008-02-15
* Use macros for better readabilityVitor Sessak2008-02-15
* Remove the data parameter from draw_slice(). It's unneeded and often moreVitor Sessak2008-02-15
* Remove test program and test video output module since ffplay can be usedVitor Sessak2008-02-15
* Allow creation of filter graphs from a graph description structure whichVitor Sessak2008-02-15
* Add a filter to overlay one video on top of another, picture-in-picture style.Vitor Sessak2008-02-15
* 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