summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
...
* 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
* Move destruction of the graph's filters to its own helper function.Vitor Sessak2008-04-04
* Split filter graphs out into their own source & header files.Vitor Sessak2008-04-04
* Improve AVFilterFormats doxy.Michael Niedermayer2008-04-02
* Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun2008-03-10
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-08
* simplify library version handlingMåns Rullgård2008-03-07
* fix AVClass for avfilterMåns Rullgård2008-03-07
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-06
* Make av_class a pointer to a const AVClass. Addresses one warning inPanagiotis Issaris2008-03-06
* Add correct version number to shared libavfilterVitor Sessak2008-03-05
* Fix avfilter compilation with --enable-shared and no libswscalerVitor Sessak2008-03-05
* Fix libavfilter compilation and make it more in lineVitor Sessak2008-03-03
* Make libavfilter define its version like the other libav* libsVitor Sessak2008-02-26
* Ascii art to explain what avfilter_formats_changeref() does.Michael Niedermayer2008-02-21
* cosmeticMichael Niedermayer2008-02-21
* Better description (merge is too vague IMHO).Michael Niedermayer2008-02-21
* Better description for merge_ref().Michael Niedermayer2008-02-21
* Document avfilter_formats_ref() with some ascii art.Michael Niedermayer2008-02-21
* Remove unneeded function.Vitor Sessak2008-02-15
* OopsVitor Sessak2008-02-15
* Missed this file in my conditional compilation patchVitor Sessak2008-02-15
* Add libavfilter_versionVíctor Paesa2008-02-15
* Remove author fieldVitor Sessak2008-02-15
* Use CodecType for pad typeVitor Sessak2008-02-15
* Nit: remove odd whitespaceVitor Sessak2008-02-15
* Group avfilter_poll_frame() with related funcions and add doxygen commentVitor Sessak2008-02-15
* Update comment to match codeVitor Sessak2008-02-15
* Nits: punctuation and capitalizationVitor Sessak2008-02-15
* Add const to silence warningsVitor Sessak2008-02-15
* Implement poll_frame() method. Fix ffmpeg.c bug withVitor Sessak2008-02-15
* IndentationVitor Sessak2008-02-15
* Rework link property configuration system.Vitor Sessak2008-02-15