summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAge
* Make dprintf_link() show the name of the link pixel format.Stefano Sabatini2009-10-25
* Fix recursive avfilter_poll_frame(). It was doingVitor Sessak2009-10-18
* Make avfilter_get_video_buffer() recursive.Stefano Sabatini2009-10-18
* Implement trace messages logging in the filterchain processing.Stefano Sabatini2009-10-06
* Also copy pixel_aspect when copying the picref in avfilter_start_frame.Cédric Schieli2009-04-14
* Make static the list of registered filters.Víctor Paesa2009-03-26
* 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