573 Commits (ec973f45a3afd82fd53313b0b570645c03b2b178)

Author SHA1 Message Date
S.N. Hemanth Meenakshisundaram 5d4890d73d Rename fields: 14 years ago
S.N. Hemanth Meenakshisundaram 7fce481a69 Rename functions and fields: 14 years ago
S.N. Hemanth Meenakshisundaram ecc8dada37 Rename AVFilterPicRef to AVFilterBufferRef. 14 years ago
S.N. Hemanth Meenakshisundaram d54e0948e0 Move format from AVFilterBuffer to AVFilterPicRef. 14 years ago
S.N. Hemanth Meenakshisundaram 59ff3fd536 Fix the size of the data to be copied from an AVFilterBuffer to an 14 years ago
Måns Rullgård 5a6fbf4c39 avfilter: indent 14 years ago
Måns Rullgård 0bb7408e55 avfilter: do not crash on null link src/dst in avfilter_destroy() 14 years ago
Måns Rullgård f3b90d25ee avfilter: free link in/out_formats in avfilter_destroy() 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Stefano Sabatini be665c7da6 Make avfilter_copy_picref_props() copy w and h from src to dst. 14 years ago
Stefano Sabatini d6bb31a46b Make config_input() return AVERROR(EINVAL) in place of -1. 14 years ago
Stefano Sabatini b59d12b1b9 Compute the max pixel step for each plane, and use it in place of 14 years ago
S.N. Hemanth Meenakshisundaram 56b5e9d5a9 Resize AVFilterBuffer to hold 8 planes/linesizes worth of data. 14 years ago
Stefano Sabatini 7be5b7309c Make avfilter_default_get_video_buffer() use functions in 14 years ago
Stefano Sabatini 15379c2beb Require libswscale only if the scale filter is used. 14 years ago
Stefano Sabatini 46eed2c886 Remove reference to the unexisting movie filter and the corresponding 14 years ago
Stefano Sabatini 126b638ea0 Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() 14 years ago
Stefano Sabatini 8d5fa2baa6 Remove dependency on avcodec_get_chroma_sub_sample() and libavcodec, 14 years ago
S.N. Hemanth Meenakshisundaram bdab614be8 Generalize pixel format enum fields to int formats. 14 years ago
Stefano Sabatini 98137a1a5b Document create_filter(). 14 years ago
Stefano Sabatini d2874a9d59 Add simple doxy to link_filter(). 14 years ago
Stefano Sabatini 94b2120dfb Fix documentation for parse_link_name(). 14 years ago
Stefano Sabatini bb90d855d7 Consistently use Uppercase for the first character of the log 14 years ago
Stefano Sabatini 99ac59ca69 Make link_filter() propagate the generated error code. 14 years ago
Stefano Sabatini f219eee592 Fix style: "if(" -> "if (". 14 years ago
Stefano Sabatini 59775b3c1a Extend buffer source syntax. 14 years ago
Stefano Sabatini e2f48c05e9 Add an informational trace in init(). 14 years ago
Stefano Sabatini b8dddebf3e Clarify logic and feedback of the init() function. 14 years ago
Stefano Sabatini ce1f853625 Add description to the buffer source. 14 years ago
Stefano Sabatini 4055438b48 Apply misc cosmetical style fixes. 14 years ago
Stefano Sabatini b5634e458f Add @file doxy. 14 years ago
Stefano Sabatini 9f0e31d29a Make avfilter.c dprintf* functions internal and declare them in an 14 years ago
S.N. Hemanth Meenakshisundaram ff5f1be0fe Move the AV_PERM_* flags definition outside the AVFilterPicRef 14 years ago
Stefano Sabatini 32d7bcd4b1 Clarify AVFilterBuffer documentation, make it clear that it is not 14 years ago
S.N. Hemanth Meenakshisundaram b5c582fa9d Remove AVFilterBuffer w and h fields. 14 years ago
S.N. Hemanth Meenakshisundaram f0d77b2085 Rename AVFilterPic to AVFilterBuffer. 14 years ago
Stefano Sabatini 23ccf3c7a7 Add color source. 14 years ago
Víctor Paesa 922189feb0 Use avfilter_copy_picref_props() along lavfi. 14 years ago
Stefano Sabatini ee4355808c Reindent after r24101. 14 years ago
Stefano Sabatini ce1cd1cba2 Rename read/write_line() to av_read/write_image_line(). 14 years ago
Stefano Sabatini ce2e4ae35a Add pixdesctest filter and corresponding test. 14 years ago
Stefano Sabatini 4d508e4de5 Implement avfilter_copy_picref_props(). 14 years ago
Måns Rullgård d0b9b91b57 vf_pad: restore use of _CCIR colourspace conversion macros 14 years ago
Stefano Sabatini 1b364fd26e Move shareable draw_rectangle() and query_formats function to the top 14 years ago
Stefano Sabatini 039baa7813 Factorize out some code and implement the fill_line_with_color() 14 years ago
Stefano Sabatini 478b9d74d4 Enhance pad filter command-line description. 14 years ago
Baptiste Coudurier b504981483 Use default graph swscale opts when no opts are supplied 14 years ago
Diego Biurrun 9a58234fea Fix misspelled parameter names in Doxygen documentation. 14 years ago
Stefano Sabatini 2b4abbd6f5 Move colorspace.h from libavcodec to libavutil. 14 years ago
Stefano Sabatini 2e79db0141 Set pad description with NULL_IF_CONFIG_SMALL(), consistent with the 14 years ago