100 Commits (a677078e147a74c17f2ded84e0fd6b795a3d610d)

Author SHA1 Message Date
Stefano Sabatini 006aa1a4c2 Implement null video sink. 15 years ago
Stefano Sabatini dd08b83c87 Implement null video source. 15 years ago
Stefano Sabatini 3fb8e77a8d Add a log context to avfilter_graph_config_links(). 15 years ago
Stefano Sabatini 063e769273 Make avfilter_formats_unref(AVFilterFormats **ref) handle the case 15 years ago
Stefano Sabatini fe59258516 Use the @return doxy command, and extend documentation for the return 15 years ago
Stefano Sabatini c4d2e41ce4 Avoid the use of the modal auxiliary "should" in the 15 years ago
Stefano Sabatini 516841ef63 Fix doxy, use third person. 15 years ago
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. 16 years ago
Stefano Sabatini 42f72a3ac4 Fix a typo. 16 years ago
Stefano Sabatini 39981f5354 Reword a sentence in a doxy making its interpretation clearer. 16 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