summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
Commit message (Expand)AuthorAge
* Bump libavfilter minor version and Changelog for unsharp filterBobby Bingham2010-04-10
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Create a set of null callback functions.Bobby Bingham2010-03-18
* Bump libavfilter minor version and add APIchanges entry after theStefano Sabatini2010-03-13
* Add AVFilterPicRef.pos field and make libavfilter propagate streamStefano Sabatini2010-03-13
* Implement null video sink.Stefano Sabatini2010-01-16
* Implement null video source.Stefano Sabatini2010-01-16
* Add a log context to avfilter_graph_config_links().Stefano Sabatini2010-01-10
* Make avfilter_formats_unref(AVFilterFormats **ref) handle the caseStefano Sabatini2010-01-07
* Use the @return doxy command, and extend documentation for the returnStefano Sabatini2010-01-07
* Avoid the use of the modal auxiliary "should" in theStefano Sabatini2010-01-07
* Fix doxy, use third person.Stefano Sabatini2010-01-07
* Change avfilter_add_colorspace() to make it accept **avff rather thanStefano Sabatini2010-01-06
* Implement avfilter_add_colorspace().Stefano Sabatini2010-01-03
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-03
* Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini2009-12-04
* Document slice ordering assumption required by avfilter_draw_slice().Stefano Sabatini2009-11-29
* Remove AVFilter.next field, since it is not used and it is not goingStefano Sabatini2009-11-25
* Implement avfilter_next().Stefano Sabatini2009-11-24
* Implement a new registration system for filters.Stefano Sabatini2009-11-24
* Add functions to return library license and library configuration.Diego Biurrun2009-11-18
* Add missing #includes for avutil.h, required for the AV_VERSION* macros.Diego Biurrun2009-11-16
* Add scale filter.Stefano Sabatini2009-11-11
* Add slicify video filter.Stefano Sabatini2009-11-03
* Make avfilter_get_video_buffer() useStefano Sabatini2009-11-03
* Fix doxies, use third person and phrase-ending dots.Stefano Sabatini2009-10-27
* Add format and noformat filters.Stefano Sabatini2009-10-27
* Add a field 'next' to AVFilter.Stefano Sabatini2009-10-27
* Move the description field of the filter from AVFilterContext toStefano Sabatini2009-10-22
* Add a description field to AVFilterContext.Stefano Sabatini2009-10-22
* Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of theStefano Sabatini2009-10-21
* Make avfilter_make_format_list() take in input a const argument.Stefano Sabatini2009-10-21
* Rename avfilter_make_format_list2() to avfilter_make_format_list().Stefano Sabatini2009-10-18
* Remove avfilter_make_format_list(), it has been replaced byStefano Sabatini2009-10-18
* Implement avfilter_make_format_list2(), which is going to replaceStefano Sabatini2009-10-18
* Use 'enum PixelFormat *' rather than 'int *' as type for theStefano Sabatini2009-10-18
* Make avfilter_get_video_buffer() recursive.Stefano Sabatini2009-10-18
* Add w and h fields to AVFilterPic.Stefano Sabatini2009-10-07
* Use a single space after an ending period and the beginning of theStefano Sabatini2009-05-14
* Apply documentation fixes: use third person, fix grammar and removeStefano Sabatini2009-05-14
* Make static the list of registered filters.VĂ­ctor Paesa2009-03-26
* Implement in AVFilterGraph the scale_sws_opts field, and pass itsStefano Sabatini2009-02-23
* Implement avfilter_graph_check_validity().Stefano Sabatini2009-01-26
* Implement the avfilter_default_draw_slice() handler and use it inStefano Sabatini2009-01-11
* Fix capitalization and missing periods issues.Stefano Sabatini2009-01-10
* Cosmetics: break line to make it not longer than 80 chars.Stefano Sabatini2009-01-02
* Fix typos.Stefano Sabatini2008-12-29
* Mention in the documentation of avfilter_poll_frame() that it returnsStefano Sabatini2008-12-28
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Fix a typo.Stefano Sabatini2008-08-28