462 Commits (864a0742134187260257396d9de3c8c06d5d1122)

Author SHA1 Message Date
Stefano Sabatini dd08b83c87 Implement null video source. 15 years ago
Stefano Sabatini b5eab66e9f Make avfilter_default_start_frame() request a buffer with the same 15 years ago
Måns Rullgård a482e61bd6 Add symbol versioning for shared libraries 15 years ago
Stefano Sabatini 08f8b51f69 Make avfilter_insert_filter() log the names of the filters between 15 years ago
Stefano Sabatini f37c934d20 Make query_formats() print an error message if an auto-inserted scale 15 years ago
Stefano Sabatini 9ea977210c Make query_formats() increment the scaler_count after each scaler 15 years ago
Stefano Sabatini 999c23a13a Make avfilter_insert_filter() print the instance name of the 15 years ago
Stefano Sabatini 3fb8e77a8d Add a log context to avfilter_graph_config_links(). 15 years ago
Stefano Sabatini 27d8f6b660 Make the scale filter set in the input and output links only the 15 years ago
Stefano Sabatini d3c01751a3 Fix compilation on gcc 2.95.3 (still supported) broken by r21077, 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 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