544 Commits (591db22dffa3871774c00a410d3c1196ecb0f3f6)

Author SHA1 Message Date
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
Stefano Sabatini 47f0704eb2 Prefix value for flags with "0x", to make it clear that it is an 15 years ago
Martin Storsjö 576fb48e6d Make ff_random_get_seed public, rename to av_get_random_seed, export the header 15 years ago
Baptiste Coudurier 03c3bb5c5a use filter name when graph parser add filters 15 years ago
Stefano Sabatini aeaa9630e5 Remove the name of the file from the @file doxy, it is unnecessary and 15 years ago
Stefano Sabatini 622e6ce53a Make the init and config_filter callbacks of the pad filter return 15 years ago
Stefano Sabatini dc0eaef318 Make av_parse_color() return AVERROR(EINVAL) rather than -1. 15 years ago
Baptiste Coudurier 2c2b2c0ac2 silence gcc warning about potential uninitialized usage 15 years ago
Vitor Sessak 8ad802e610 Alloc 16 extra bytes in libavfilter frames. Needed for MMX-optimized swscale. 15 years ago
Stefano Sabatini b6bc205155 Bump lavfi minor after the addition of the fields interlaced and 15 years ago
Stefano Sabatini d760a316e9 Make config_props() show conversion information before to create the 15 years ago
Stefano Sabatini 38efdb2c6b Log input size, input format and swscale flags used for conversion in 15 years ago
Måns Rullgård f66b390582 vf_pad: fix mixed code and declarations 15 years ago
Michael Niedermayer a0aa73544c c99 sucks. Replacing scanf("%i") by strtoul() 15 years ago
Michael Niedermayer 3c940173c0 Add pad filter. 15 years ago
Michael Niedermayer efdc74ef19 Try to keep track of interlaced and top field first. 15 years ago