526 Commits (d01144b9d3f592f1140b9f8418e76a126b3a17b0)

Author SHA1 Message Date
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
Stefano Sabatini a74f893b85 Improve description for the pad filter. 14 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 14 years ago
Stefano Sabatini 6951515cbf Bump micro and add APIchanges entry after av_parse_color() extension. 14 years ago
Stefano Sabatini 9e74966b3f Cosmetics: merge "} else" and "if (...) {" lines, less confusing. 14 years ago
Stefano Sabatini 4cf0b43ac9 Reindent after the last commit. 14 years ago
Stefano Sabatini a52e2c3a46 Extend color syntax, make it accept an alpha component specifier. 14 years ago
Stefano Sabatini 8e094dd667 Rename ColorEntry.rgba_color to rgb_color and do not reserve a fourth 14 years ago
Eli Friedman 93f7aeb5ad Add a const declaration, fixing a warning 14 years ago
Eli Friedman 206afa55e2 Fix clang warning, make initialization more readable 14 years ago
Carl Eugen Hoyos 9164afcbf9 Use enum PixelFormat to silence one icc warning: 14 years ago
Michael Niedermayer 701935968d add #include so make checkheaders passes 14 years ago
Stefano Sabatini 30d9331050 Document what av_get_token() returns in case of allocation failure. 14 years ago
Stefano Sabatini 053a79b2ab Resort @param in av_get_token() doxy to reflect the same order they 14 years ago
Stefano Sabatini 5ba949fe90 Add missing check to av_get_token(). 14 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
Michael Niedermayer 3b9900c1c3 Enable vsrc_buffer 15 years ago
Michael Niedermayer 8155bbc944 Support setting flags for sws. 15 years ago
Michael Niedermayer cf13f204cc Add "Memory buffer source filter" from SOC. 15 years ago
Michael Niedermayer 2308b6c19a Add version to AVClass so we can add to and use fields of AVClass without ABI issues. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 3748b2b8e8 Fix leak in avfilter_graph_add_filter(). 15 years ago
Stefano Sabatini 22b7b23c17 Make avfilter_graph_add_filter() returns AVERROR(ENOMEM) in case of 15 years ago
Stefano Sabatini bc3c85a3e6 Apply grammar/consistency nits to avfilter_graph_add_filter() doxy. 15 years ago
Bobby Bingham ac1c95645a Bump libavfilter minor version and Changelog for unsharp filter 15 years ago
Bobby Bingham e0728d7991 Add unsharp video filter. 15 years ago
Bobby Bingham 2bb962567e Remove variable whose value was never read. Found by clang. 15 years ago
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