summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAge
...
* Change the passthrough filter to a noformat filter. It's now similar toVitor Sessak2008-02-15
* IndentationVitor Sessak2008-02-15
* Rework link property configuration system.Vitor Sessak2008-02-15
* Add horizontal flip filter.Vitor Sessak2008-02-15
* Need to be careful when dealing with references.Vitor Sessak2008-02-15
* When inserting a filter, don't lose any information we may already haveVitor Sessak2008-02-15
* Rewrite colorspace negotiation.Vitor Sessak2008-02-15
* Make filter auto-insertion code its own function.Vitor Sessak2008-02-15
* Remove no-longer accurate commentVitor Sessak2008-02-15
* 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