93 Commits (c47b0738b559c3ded0e2941b89a970f54d73b283)

Author SHA1 Message Date
  Stefano Sabatini c1d662fd88 Change avfilter_add_colorspace() to make it accept **avff rather than 15 years ago
  Stefano Sabatini 4fd1f1876a Implement avfilter_add_colorspace(). 15 years ago
  Stefano Sabatini 4160069067 Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and 15 years ago
  Stefano Sabatini a13a543797 Add a slice_dir parameter to avfilter_draw_slice(). 15 years ago
  Stefano Sabatini bd2837387c Document slice ordering assumption required by avfilter_draw_slice(). 15 years ago
  Stefano Sabatini 4cc3f6afe4 Remove AVFilter.next field, since it is not used and it is not going 15 years ago
  Stefano Sabatini 1433c4abf2 Implement avfilter_next(). 15 years ago
  Stefano Sabatini 86a60fa1ac Implement a new registration system for filters. 15 years ago
  Diego Biurrun c173693698 Add functions to return library license and library configuration. 15 years ago
  Diego Biurrun 1f20782c04 Add missing #includes for avutil.h, required for the AV_VERSION* macros. 15 years ago
  Stefano Sabatini c3eabb7d2f Add scale filter. 15 years ago
  Stefano Sabatini bc37ec923d Add slicify video filter. 15 years ago
  Stefano Sabatini da23d42476 Make avfilter_get_video_buffer() use 15 years ago
  Stefano Sabatini 2be414c8de Fix doxies, use third person and phrase-ending dots. 15 years ago
  Stefano Sabatini fcbed3c735 Add format and noformat filters. 15 years ago
  Stefano Sabatini 243110f968 Add a field 'next' to AVFilter. 15 years ago
  Stefano Sabatini cccd292ae2 Move the description field of the filter from AVFilterContext to 15 years ago
  Stefano Sabatini 1551745c88 Add a description field to AVFilterContext. 15 years ago
  Stefano Sabatini 9abba21ad3 Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of the 15 years ago
  Stefano Sabatini 1554fed2d6 Make avfilter_make_format_list() take in input a const argument. 15 years ago
  Stefano Sabatini 6b5dc050a2 Rename avfilter_make_format_list2() to avfilter_make_format_list(). 15 years ago
  Stefano Sabatini e768cb7668 Remove avfilter_make_format_list(), it has been replaced by 15 years ago
  Stefano Sabatini f6a1fa850a Implement avfilter_make_format_list2(), which is going to replace 15 years ago
  Stefano Sabatini 930aa45132 Use 'enum PixelFormat *' rather than 'int *' as type for the 15 years ago
  Stefano Sabatini 0eb4ff9e37 Make avfilter_get_video_buffer() recursive. 15 years ago
  Stefano Sabatini 46c40e4835 Add w and h fields to AVFilterPic. 15 years ago
  Stefano Sabatini 38efe76877 Use a single space after an ending period and the beginning of the 16 years ago
  Stefano Sabatini c5c6f62668 Apply documentation fixes: use third person, fix grammar and remove 16 years ago
  VĂ­ctor Paesa b6fec3eb7f Make static the list of registered filters. 16 years ago
  Stefano Sabatini 39c07b8e44 Implement in AVFilterGraph the scale_sws_opts field, and pass its 16 years ago
  Stefano Sabatini 822005ed45 Implement avfilter_graph_check_validity(). 16 years ago
  Stefano Sabatini b9609848f3 Implement the avfilter_default_draw_slice() handler and use it in 16 years ago
  Stefano Sabatini 2b187df99b Fix capitalization and missing periods issues. 16 years ago
  Stefano Sabatini 9ce95f272e Cosmetics: break line to make it not longer than 80 chars. 16 years ago
  Stefano Sabatini 91535e5f38 Fix typos. 16 years ago
  Stefano Sabatini 055068d001 Mention in the documentation of avfilter_poll_frame() that it returns 16 years ago
  Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 17 years ago
  Stefano Sabatini 42f72a3ac4 Fix a typo. 17 years ago
  Stefano Sabatini 39981f5354 Reword a sentence in a doxy making its interpretation clearer. 17 years ago
  Stefano Sabatini 540f1c7b13 Implement avfilter_version(). 17 years ago
  Diego Biurrun f4433de9ef consistency cosmetics: indices --> indexes 17 years ago
  Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
  Michael Niedermayer a27c8d5fa9 Improve AVFilterFormats doxy. 17 years ago
  Panagiotis Issaris d42a814ef1 Make av_class a pointer to a const AVClass. Addresses one warning in 17 years ago
  Vitor Sessak be19d752ba Make libavfilter define its version like the other libav* libs 17 years ago
  Michael Niedermayer b9c2fb3444 Ascii art to explain what avfilter_formats_changeref() does. 17 years ago
  Michael Niedermayer eb30e86c7d cosmetic 17 years ago
  Michael Niedermayer 33a0facf0b Better description (merge is too vague IMHO). 17 years ago
  Michael Niedermayer 09b63a42a5 Document avfilter_formats_ref() with some ascii art. 17 years ago
  Vitor Sessak b6f5794597 Remove unneeded function. 17 years ago