451 Commits (fe59258516ef29e668f414bb78cbf68f2f9cf314)

Author SHA1 Message Date
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 5ff84183de Make avfilter_all_colorspaces() add to the returned list of pixel 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 15a316c014 Make parse_filter() parsing more robust. 15 years ago
Stefano Sabatini 62096b99b1 Make parse_key_value_pair() print an error message if a key is not 15 years ago
Stefano Sabatini 7d132c544b Use an unsigned int to contain all the color values of the expressions 15 years ago
Stefano Sabatini e87eb039cc Fix alpha plane flipping for the yuva420p and similar pixel formats. 15 years ago
Stefano Sabatini 3a1acfd79a Reindent after the last commit. 15 years ago
Stefano Sabatini bf972d5e1c Fix slicify when the slice_direction is negative, make it send slices 15 years ago
Stefano Sabatini a13a543797 Add a slice_dir parameter to avfilter_draw_slice(). 15 years ago
Stefano Sabatini b37aa4de2d Use the correct chroma values for the data[] array used in 15 years ago
Stefano Sabatini 8aeb33225a Use a valid log context for av_log(). 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
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