431 Commits (f3bdc3da15e3c794f226f915656049bd01fbb871)

Author SHA1 Message Date
Stefano Sabatini 2d64744fed Remove from the list of the supported formats the formats which are 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 5c3c0e3f2e Fix crop filter start_frame() for paletted formats different from 15 years ago
Stefano Sabatini dd18b301f4 Enable linking of parseutils.o. 15 years ago
Stefano Sabatini ac74dfa436 Fix start_frame(), which was issuing chroma artifacts with planar 15 years ago
Stefano Sabatini cabc41b0c2 Vertical align. 15 years ago
Stefano Sabatini 198d56533e Use spaces after commas for improving readability. 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 ae2abc69db Explicitely define get_video_buffer() callbacks in the format, 15 years ago
Stefano Sabatini dc264e77a3 Change file doxy from 15 years ago
Stefano Sabatini 09da17810b Fix/clarify description of the noformat filter. 15 years ago
Stefano Sabatini c5ec0d9d4f Remove the get_video_buffer() callback. 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 3555d2e88e Introduce first_avfilter and use that, together with AVFilter.next, 15 years ago
Stefano Sabatini 243110f968 Add a field 'next' to AVFilter. 15 years ago
Stefano Sabatini b70bc02279 Add descriptions for the committed filters. 15 years ago
Stefano Sabatini 8fdb01c10e Make dprintf_link() show the name of the link pixel format. 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 c38ae71f54 Add video vertical flip filter. 15 years ago
Stefano Sabatini 067180220d Make the pix_fmts var in query_formats() static const. 15 years ago
Stefano Sabatini 190c166960 Add video crop filter. 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 c0da46c8e0 Break over-80-chars-long line. 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 f28b385d47 Make clear in the doxy that this is a *video* filter. 15 years ago
Vitor Sessak 9dd08b4e1e Fix recursive avfilter_poll_frame(). It was doing 15 years ago
Stefano Sabatini 7b018b1d7d Add the null video filter. 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 96da1c51f6 Implement trace messages logging in the filterchain processing. 15 years ago
Stefano Sabatini 0802356cfc Remove the const qualifier for the name field of AVFilterInOut, since 16 years ago
Stefano Sabatini 4ec42240ca Implement avfilter_graph_config_links(). 16 years ago
Stefano Sabatini 62c58bcc65 Fix grammar for avfilter_graph_parse() doxy. 16 years ago
David Conrad ef516f7377 Move ALIGN macro to libavutil/common.h and use it in various places 16 years ago
Stefano Sabatini cec8e5f76a Log with level AV_LOG_ERROR if av_parse_color() cannot recognize a 16 years ago
Stefano Sabatini c1ec75b576 Implement av_set_options_string(). 16 years ago
Stefano Sabatini 3d3bd64db8 Add support in av_parse_color() to a "random" color name, which will 16 years ago
Stefano Sabatini b69b622c22 Make case insensitive the match for the color name in 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
Vitor Sessak b755a754d1 "[" is a terminating char for the filter name. This fixes the parsing of 16 years ago