summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
...
* Simplify graph_load_from_desc3()Vitor Sessak2008-04-04
* Rename variable GraphContext -> AVFilterGraphVitor Sessak2008-04-04
* Merge avfiltergraphdesc.c in avfiltergraph.cVitor Sessak2008-04-04
* Remove avfilter_vf_graphVitor Sessak2008-04-04
* Remove more leftovers from the old parserVitor Sessak2008-04-04
* Remove code made unused by the two last patchesVitor Sessak2008-04-04
* Split graph_load_from_dest() to have a version independent of avfilter_vf_graphVitor Sessak2008-04-04
* Remove declaration of non-existing functionsVitor Sessak2008-04-04
* Almost from scratch rewrite of filter parser.Vitor Sessak2008-04-04
* Remove ugly forward declarationVitor Sessak2008-04-04
* Fix doxy commentVitor Sessak2008-04-04
* Spelling and puctuationVitor Sessak2008-04-04
* Make comment match codeVitor Sessak2008-04-04
* Make multiple inclusion guard adhere to conventionVitor Sessak2008-04-04
* Remove header now made uselessVitor Sessak2008-04-04
* Remove author fieldVitor Sessak2008-04-04
* Use CodecType for pad typeVitor Sessak2008-04-04
* Header inclusion reduxVitor Sessak2008-04-04
* Nits: more punctuation and capitalizationVitor Sessak2008-04-04
* Implement poll_frame() method. Fix ffmpeg.c bug withVitor Sessak2008-04-04
* Rework link property configuration system.Vitor Sessak2008-04-04
* Use separate fake filters for exporting inputs and outputs from filter graphs.Vitor Sessak2008-04-04
* Use a filter graph description for creating simple chain graphs so weVitor Sessak2008-04-04
* Make filter graph description parsing code independent of the code toVitor Sessak2008-04-04
* Use av_log(ctx, ...) instead of av_log(NULL, ...)Vitor Sessak2008-04-04
* 10lVitor Sessak2008-04-04
* Rewrite colorspace negotiation.Vitor Sessak2008-04-04
* Fix a small memory leakVitor Sessak2008-04-04
* initialize filter graphs completely even if there is no list of filtersVitor Sessak2008-04-04
* Handle failure properlyVitor Sessak2008-04-04
* Remove useless empty functionsVitor Sessak2008-04-04
* Silence warning caused by my last commitVitor Sessak2008-04-04
* Minor simplificationVitor Sessak2008-04-04
* Prefix names of filter structsVitor Sessak2008-04-04
* Rename avfilter_create to avfilter_open and remove the wrapper functionVitor Sessak2008-04-04
* Doxygenize some commentsVitor Sessak2008-04-04
* Remove the data parameter from draw_slice(). It's unneeded and often moreVitor Sessak2008-04-04
* Allow creation of filter graphs from a graph description structure whichVitor Sessak2008-04-04
* Let request_frame() indicate success or failureVitor Sessak2008-04-04
* Need to copy over colorspace property tooVitor Sessak2008-04-04
* Fix behavior when exporting output pad with default query_formats()Vitor Sessak2008-04-04
* Let the filter graph export input and output pads from the filters it contains.Vitor Sessak2008-04-04
* Separate the process of creating links between filters from that of configuringVitor Sessak2008-04-04
* Fix memory leak.Vitor Sessak2008-04-04
* Make the filter graph just another normal filter.Vitor Sessak2008-04-04
* Allow code to pass data to filters it creates.Vitor Sessak2008-04-04
* Don't mangle the input strings. The caller may want to reuse it later.Vitor Sessak2008-04-04
* Ensure that the filter_count member is reset to zero when emptying the graphVitor Sessak2008-04-04
* Fix possible segfaultVitor Sessak2008-04-04
* Move simple filter chain loading code over to the filter graph.Vitor Sessak2008-04-04