559 Commits (3dec10cded6d51e392da67a9136d490324104d18)

Author SHA1 Message Date
Stefano Sabatini 15379c2beb Require libswscale only if the scale filter is used. 15 years ago
Stefano Sabatini 46eed2c886 Remove reference to the unexisting movie filter and the corresponding 15 years ago
Stefano Sabatini 126b638ea0 Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() 15 years ago
Stefano Sabatini 8d5fa2baa6 Remove dependency on avcodec_get_chroma_sub_sample() and libavcodec, 15 years ago
S.N. Hemanth Meenakshisundaram bdab614be8 Generalize pixel format enum fields to int formats. 15 years ago
Stefano Sabatini 98137a1a5b Document create_filter(). 15 years ago
Stefano Sabatini d2874a9d59 Add simple doxy to link_filter(). 15 years ago
Stefano Sabatini 94b2120dfb Fix documentation for parse_link_name(). 15 years ago
Stefano Sabatini bb90d855d7 Consistently use Uppercase for the first character of the log 15 years ago
Stefano Sabatini 99ac59ca69 Make link_filter() propagate the generated error code. 15 years ago
Stefano Sabatini f219eee592 Fix style: "if(" -> "if (". 15 years ago
Stefano Sabatini 59775b3c1a Extend buffer source syntax. 15 years ago
Stefano Sabatini e2f48c05e9 Add an informational trace in init(). 15 years ago
Stefano Sabatini b8dddebf3e Clarify logic and feedback of the init() function. 15 years ago
Stefano Sabatini ce1f853625 Add description to the buffer source. 15 years ago
Stefano Sabatini 4055438b48 Apply misc cosmetical style fixes. 15 years ago
Stefano Sabatini b5634e458f Add @file doxy. 15 years ago
Stefano Sabatini 9f0e31d29a Make avfilter.c dprintf* functions internal and declare them in an 15 years ago
S.N. Hemanth Meenakshisundaram ff5f1be0fe Move the AV_PERM_* flags definition outside the AVFilterPicRef 15 years ago
Stefano Sabatini 32d7bcd4b1 Clarify AVFilterBuffer documentation, make it clear that it is not 15 years ago
S.N. Hemanth Meenakshisundaram b5c582fa9d Remove AVFilterBuffer w and h fields. 15 years ago
S.N. Hemanth Meenakshisundaram f0d77b2085 Rename AVFilterPic to AVFilterBuffer. 15 years ago
Stefano Sabatini 23ccf3c7a7 Add color source. 15 years ago
Víctor Paesa 922189feb0 Use avfilter_copy_picref_props() along lavfi. 15 years ago
Stefano Sabatini ee4355808c Reindent after r24101. 15 years ago
Stefano Sabatini ce1cd1cba2 Rename read/write_line() to av_read/write_image_line(). 15 years ago
Stefano Sabatini ce2e4ae35a Add pixdesctest filter and corresponding test. 15 years ago
Stefano Sabatini 4d508e4de5 Implement avfilter_copy_picref_props(). 15 years ago
Måns Rullgård d0b9b91b57 vf_pad: restore use of _CCIR colourspace conversion macros 15 years ago
Stefano Sabatini 1b364fd26e Move shareable draw_rectangle() and query_formats function to the top 15 years ago
Stefano Sabatini 039baa7813 Factorize out some code and implement the fill_line_with_color() 15 years ago
Stefano Sabatini 478b9d74d4 Enhance pad filter command-line description. 15 years ago
Baptiste Coudurier b504981483 Use default graph swscale opts when no opts are supplied 15 years ago
Diego Biurrun 9a58234fea Fix misspelled parameter names in Doxygen documentation. 15 years ago
Stefano Sabatini 2b4abbd6f5 Move colorspace.h from libavcodec to libavutil. 15 years ago
Stefano Sabatini 2e79db0141 Set pad description with NULL_IF_CONFIG_SMALL(), consistent with the 15 years ago
Stefano Sabatini a74f893b85 Improve description for the pad filter. 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Stefano Sabatini 6951515cbf Bump micro and add APIchanges entry after av_parse_color() extension. 15 years ago
Stefano Sabatini 9e74966b3f Cosmetics: merge "} else" and "if (...) {" lines, less confusing. 15 years ago
Stefano Sabatini 4cf0b43ac9 Reindent after the last commit. 15 years ago
Stefano Sabatini a52e2c3a46 Extend color syntax, make it accept an alpha component specifier. 15 years ago
Stefano Sabatini 8e094dd667 Rename ColorEntry.rgba_color to rgb_color and do not reserve a fourth 15 years ago
Eli Friedman 93f7aeb5ad Add a const declaration, fixing a warning 15 years ago
Eli Friedman 206afa55e2 Fix clang warning, make initialization more readable 15 years ago
Carl Eugen Hoyos 9164afcbf9 Use enum PixelFormat to silence one icc warning: 15 years ago
Michael Niedermayer 701935968d add #include so make checkheaders passes 15 years ago
Stefano Sabatini 30d9331050 Document what av_get_token() returns in case of allocation failure. 15 years ago
Stefano Sabatini 053a79b2ab Resort @param in av_get_token() doxy to reflect the same order they 15 years ago
Stefano Sabatini 5ba949fe90 Add missing check to av_get_token(). 15 years ago