summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* Remove more leftovers from the old parserVitor Sessak2008-04-041-20/+0
* Remove code made unused by the two last patchesVitor Sessak2008-04-041-299/+1
* Split graph_load_from_dest() to have a version independent of avfilter_vf_graphVitor Sessak2008-04-042-2/+65
* Remove declaration of non-existing functionsVitor Sessak2008-04-041-23/+0
* Almost from scratch rewrite of filter parser.Vitor Sessak2008-04-042-84/+18
* Remove ugly forward declarationVitor Sessak2008-04-042-6/+6
* Fix doxy commentVitor Sessak2008-04-041-1/+1
* Spelling and puctuationVitor Sessak2008-04-042-7/+7
* Make comment match codeVitor Sessak2008-04-041-1/+1
* Make multiple inclusion guard adhere to conventionVitor Sessak2008-04-041-2/+2
* Remove header now made uselessVitor Sessak2008-04-041-1/+4
* Remove author fieldVitor Sessak2008-04-041-4/+0
* Use CodecType for pad typeVitor Sessak2008-04-041-4/+4
* Header inclusion reduxVitor Sessak2008-04-041-4/+0
* Nits: more punctuation and capitalizationVitor Sessak2008-04-041-4/+4
* Implement poll_frame() method. Fix ffmpeg.c bug withVitor Sessak2008-04-041-2/+25
* Rework link property configuration system.Vitor Sessak2008-04-041-37/+14
* Use separate fake filters for exporting inputs and outputs from filter graphs.Vitor Sessak2008-04-041-28/+46
* Use a filter graph description for creating simple chain graphs so weVitor Sessak2008-04-042-150/+50
* Make filter graph description parsing code independent of the code toVitor Sessak2008-04-041-0/+34
* Use av_log(ctx, ...) instead of av_log(NULL, ...)Vitor Sessak2008-04-041-6/+7
* 10lVitor Sessak2008-04-041-2/+2
* Rewrite colorspace negotiation.Vitor Sessak2008-04-042-51/+127
* Fix a small memory leakVitor Sessak2008-04-041-1/+0
* initialize filter graphs completely even if there is no list of filtersVitor Sessak2008-04-041-3/+3
* Handle failure properlyVitor Sessak2008-04-041-1/+6
* Remove useless empty functionsVitor Sessak2008-04-041-1/+0
* Silence warning caused by my last commitVitor Sessak2008-04-041-1/+1
* Minor simplificationVitor Sessak2008-04-041-3/+1
* Prefix names of filter structsVitor Sessak2008-04-041-6/+6
* Rename avfilter_create to avfilter_open and remove the wrapper functionVitor Sessak2008-04-041-4/+9
* Doxygenize some commentsVitor Sessak2008-04-041-4/+8
* Remove the data parameter from draw_slice(). It's unneeded and often moreVitor Sessak2008-04-041-5/+4
* Allow creation of filter graphs from a graph description structure whichVitor Sessak2008-04-042-1/+205
* Let request_frame() indicate success or failureVitor Sessak2008-04-041-5/+6
* Need to copy over colorspace property tooVitor Sessak2008-04-041-0/+1
* Fix behavior when exporting output pad with default query_formats()Vitor Sessak2008-04-041-1/+3
* Let the filter graph export input and output pads from the filters it contains.Vitor Sessak2008-04-041-3/+347
* Separate the process of creating links between filters from that of configuringVitor Sessak2008-04-042-0/+19
* Fix memory leak.Vitor Sessak2008-04-041-0/+2
* Make the filter graph just another normal filter.Vitor Sessak2008-04-042-43/+69
* Allow code to pass data to filters it creates.Vitor Sessak2008-04-042-5/+10
* Don't mangle the input strings. The caller may want to reuse it later.Vitor Sessak2008-04-041-3/+9
* Ensure that the filter_count member is reset to zero when emptying the graphVitor Sessak2008-04-041-4/+2
* Fix possible segfaultVitor Sessak2008-04-041-1/+2
* Move simple filter chain loading code over to the filter graph.Vitor Sessak2008-04-042-0/+75
* Move destruction of the graph's filters to its own helper function.Vitor Sessak2008-04-041-2/+7
* Split filter graphs out into their own source & header files.Vitor Sessak2008-04-042-0/+98
* Improve AVFilterFormats doxy.Michael Niedermayer2008-04-021-9/+19
* Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun2008-03-101-1/+1
OpenPOWER on IntegriCloud