77 Commits (c5898e862302090fee82c9eee230b6aa6e5d4e45)

Author SHA1 Message Date
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(). 16 years ago
Stefano Sabatini e768cb7668 Remove avfilter_make_format_list(), it has been replaced by 16 years ago
Stefano Sabatini f6a1fa850a Implement avfilter_make_format_list2(), which is going to replace 16 years ago
Stefano Sabatini 930aa45132 Use 'enum PixelFormat *' rather than 'int *' as type for the 16 years ago
Stefano Sabatini 0eb4ff9e37 Make avfilter_get_video_buffer() recursive. 16 years ago
Stefano Sabatini 46c40e4835 Add w and h fields to AVFilterPic. 16 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
Vitor Sessak 11de6cac7e Oops 17 years ago
Vitor Sessak e4152452d5 Missed this file in my conditional compilation patch 17 years ago
Víctor Paesa a7d4665709 Add libavfilter_version 17 years ago
Vitor Sessak 765f96c6e1 Remove author field 17 years ago
Vitor Sessak daafdb6eae Use CodecType for pad type 17 years ago
Vitor Sessak 0155b1a1cc Nit: remove odd whitespace 17 years ago
Vitor Sessak b04c740a18 Group avfilter_poll_frame() with related funcions and add doxygen comment 17 years ago
Vitor Sessak 853961a999 Update comment to match code 17 years ago
Vitor Sessak 664f659526 Nits: punctuation and capitalization 17 years ago
Vitor Sessak 2844dd393a Add const to silence warnings 17 years ago
Vitor Sessak d224d73a5d Implement poll_frame() method. Fix ffmpeg.c bug with 17 years ago
Vitor Sessak d177bd183f Indentation 17 years ago
Vitor Sessak 24c4eff657 Rework link property configuration system. 17 years ago
Vitor Sessak 3afcca9dfd Fix misc. warnings 17 years ago
Vitor Sessak 35f3fdf48d Rewrite colorspace negotiation. 17 years ago
Vitor Sessak 2621f4a36b Add pixel aspect ratio to AVFilterPicRef structure 17 years ago