483 Commits (a4585e78340b8fa40a2cc56858e99c94888251a6)

Author SHA1 Message Date
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Bobby Bingham 15ba015f71 The vflip filter does not need to keep ownership of a picture reference. 15 years ago
Bobby Bingham d313e17ab1 Use the new null callbacks to simplify filters and reduce duplicated code. 15 years ago
Bobby Bingham 91d1c741bf Create a set of null callback functions. 15 years ago
Bobby Bingham e88c9dac07 Cosmetics: vertical align 15 years ago
Bobby Bingham c0bc2fed8e Allow format and noformat filters to be more completely disabled when the 15 years ago
Bobby Bingham 55fd1bbc1b Cosmetics: rearrange functions to simplify ifdeffery 15 years ago
Bobby Bingham 3922deb577 Add video filter to manipulate aspect ratio 15 years ago
Stefano Sabatini 89fb9ae9e6 Make the scale filter pass the pkt.pos information to the output 15 years ago
Stefano Sabatini 8955a324f4 Bump libavfilter minor version and add APIchanges entry after the 15 years ago
Stefano Sabatini 5bb5c1dc86 Add AVFilterPicRef.pos field and make libavfilter propagate stream 15 years ago
Stefano Sabatini ec7ab610d5 Extend the slice filter to make it issue slice height values randomly 15 years ago
Måns Rullgård 1250fcc862 avfilter: make avfilter_default_free_video_buffer() static 15 years ago
Stefano Sabatini 3b2142af99 Make avfilter_default_start_frame() correctly pass the aspect ratio 15 years ago
Stefano Sabatini 63833766dc Show aspect ratio information in dprintf_picref() traces. 15 years ago
Stefano Sabatini 11ab237e31 Add the graph2dot tools and document it. 15 years ago
Stefano Sabatini ef9f8dd730 Use pixel format descriptors for checking if the input format is 15 years ago
Stefano Sabatini d2a2b08cfe Use pixel format descriptors to check if the input format is paletted. 15 years ago
Stefano Sabatini b4b6645655 Avoid usage of avcodec_get_pix_fmt_name() and 15 years ago
Stefano Sabatini 718c7b18c9 Use av_get_pix_fmt() instead of the deprecated avcodec_get_pix_fmt() 15 years ago
Stefano Sabatini 006aa1a4c2 Implement null video sink. 15 years ago
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