summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAge
* Reindent after the last commit, while at it also add some spaces forStefano Sabatini2009-01-12
* Make avfilter_open() set to NULL the pads and the filters when theStefano Sabatini2009-01-12
* Implement the avfilter_default_draw_slice() handler and use it inStefano Sabatini2009-01-11
* Use PIX_FMT_NONE to silence icc warning #188:Carl Eugen Hoyos2008-11-26
* Implement avfilter_version().Stefano Sabatini2008-08-08
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* fix AVClass for avfilterMåns Rullgård2008-03-07
* Do not copy more data than neededVitor Sessak2008-02-15
* Remove header now made uselessVitor Sessak2008-02-15
* Remove unneeded function.Vitor Sessak2008-02-15
* Missed this file in my conditional compilation patchVitor Sessak2008-02-15
* SimplifyVitor Sessak2008-02-15
* SimplifyVitor Sessak2008-02-15
* Indent after last commitVitor Sessak2008-02-15
* Remove unneded elseVitor Sessak2008-02-15
* Cosmetical: indentationVitor Sessak2008-02-15
* Nit: AlignmentVitor Sessak2008-02-15
* Remove useless ()Vitor Sessak2008-02-15
* Do not always fail for circular filter chainsVitor Sessak2008-02-15
* Remove unused var (dead code leftover?).Vitor Sessak2008-02-15
* Avoid link_dpad() overuse in avfilter_start_frame()Vitor Sessak2008-02-15
* Add context to av_log()Vitor Sessak2008-02-15
* Merge loopsVitor Sessak2008-02-15
* Coding style changesVitor Sessak2008-02-15
* Remove unneded headersVitor Sessak2008-02-15
* Nits: more punctuation and capitalizationVitor Sessak2008-02-15
* Move setting the pts of the copied frame to a more adequated place.Vitor Sessak2008-02-15
* Add const to silence warningsVitor Sessak2008-02-15
* The filter framework as is hangs with filters thatVitor Sessak2008-02-15
* Implement poll_frame() method. Fix ffmpeg.c bug withVitor Sessak2008-02-15
* Add movie file video source filter.Vitor Sessak2008-02-15
* Presentation timestamp (PTS) modification filterVitor Sessak2008-02-15
* Rename filterVitor Sessak2008-02-15
* 90 degrees counter-clockwise rotation filterVitor Sessak2008-02-15
* Add an equivalent to the mplayer format filterVitor Sessak2008-02-15
* 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