730 Commits (86c9673bab6d1fccf32ef69010568a8d0d6e17d5)

Author SHA1 Message Date
Nolan L d5f187fd33 Add gradfun filter, ported from MPlayer. 14 years ago
Stefano Sabatini 9241cd2095 Make avfilter_parse_graph() output a more meaningful message when an 14 years ago
Stefano Sabatini c61cdd0afb Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols from 14 years ago
Baptiste Coudurier 90f1f3bf00 In yadif filter, declare asm constants directly to avoid dependency on libavcodec 14 years ago
Baptiste Coudurier a4dc7aa5b5 Port libmpcodecs hqdn3d filter. 14 years ago
Stefano Sabatini 4da12e3b13 Implement av_image_alloc() and use it in 14 years ago
Baptiste Coudurier bf799f686f Declare sse2 and ssse2 function in yadif header 14 years ago
Baptiste Coudurier 1ef64490e1 yadif sse2/ssse3 optimizations 14 years ago
Stefano Sabatini 037be76e15 Add avfilter_graph_create_filter(). 14 years ago
Stefano Sabatini f51aeedd41 Extend the frei0r filter syntax. 14 years ago
Stefano Sabatini f8608dcac3 Implement frei0r source. 14 years ago
Stefano Sabatini 3fa77bde1b In libavfilter, use consistently "Copyright (c)" in the license 14 years ago
Stefano Sabatini 2467997c8c Fix crash in uninit. 14 years ago
Stefano Sabatini 9b195435b3 Fix timestamp scaling in the overlay filter. 14 years ago
Stefano Sabatini d38c340fdc Implement avfilter_get_video_buffer_ref_from_arrays(). 14 years ago
Stefano Sabatini 4723bc2868 Make avfilter_default_free_buffer() an internal shared symbol, so that 14 years ago
Stefano Sabatini 459b06610c 0.123l: remove unused arguments in av_log(), fix warning. 14 years ago
Baptiste Coudurier 6fd2b8bd0a In aspect filter, fix display for input resolution 14 years ago
Baptiste Coudurier 3ff9995350 In crop filter, reference picref after updating w/h, fix issue #2377 14 years ago
Stefano Sabatini 16d14d641c Add informative log message in the crop filter. 14 years ago
Stefano Sabatini b7be04f3c0 Reindent. 14 years ago
Stefano Sabatini 7de19a3264 Implement robust parsing in aspect filters. 14 years ago
Stefano Sabatini eee0ef5e4f Add informative log messages to the set aspect filters. 14 years ago
Stefano Sabatini 2fb21bf4ff Give more explicit/less confusing names to the filters dealing with 14 years ago
Baptiste Coudurier 902d49eef7 In yadif filter, copy video props to output picture. 14 years ago
Stefano Sabatini 63e8d9760f Use the new libavcore audio channel API. 14 years ago
Stefano Sabatini 58935b25d0 Port overlay filter from the libavfilter repo (with many fixes), 14 years ago
Stefano Sabatini 9abf34411a Log error message in case of invalid parsing. 14 years ago
Stefano Sabatini bdb47f3a2c Fix style: if( -> if (. 14 years ago
Stefano Sabatini cef4b74bf2 Remove redundant information in header. 14 years ago
Aurelien Jacobs 0985e1a3ca move the av_parse_color() function from libavfilter to libavcore 14 years ago
Baptiste Coudurier c71e9640db 100L fix get_video_buffer in pad filter, get_video_buffer will store wrong values for w and h 14 years ago
Stefano Sabatini f6c182a0c3 Fix frei0r filter after av_parse_color() syntax change. 14 years ago
Aurelien Jacobs 2722dd6ebf improve av_parse_color() to allow for non-null terminated color string 14 years ago
Aurelien Jacobs 521b860748 improve av_parse_color() to support html formatting 14 years ago
Stefano Sabatini 5aaea022ab Make avfiltergraph.h public. 14 years ago
Stefano Sabatini 906eaab460 In ff_get_ref_perms_string() use 'u' and 'U' for representing 14 years ago
Stefano Sabatini 4fcbb2af33 Prefix with "ff_" the functions: 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Stefano Sabatini 668673f10c Add missing check on the existence of an associated output pad for 14 years ago
Aurelien Jacobs cb4fe49294 remove declaration inside for(), i is already declared 14 years ago
Aurelien Jacobs 6ed3bace97 drop support for base-10 encoded alpha component in av_parse_color() 14 years ago
Stefano Sabatini d2af7205a1 Use hierarchic names convention (prefix them with av_expr) for the 14 years ago
Stefano Sabatini 24de0edbd5 Rename avfilter_destroy() as avfilter_free(). 14 years ago
Stefano Sabatini 1e80a0eaa4 Remove graphparser.h header, move AVFilterInOut and 14 years ago
Stefano Sabatini 0b90e4a240 Document AVFilterInOut fields. 14 years ago
Stefano Sabatini 55b2a9ba3b Extend documentation for parse_filter(). 14 years ago
Stefano Sabatini da6ec07c41 Bump lavfi minor and add APIchanges entry after the rename of 14 years ago
Stefano Sabatini 7313132bcc Rename AVFilterInOut field filter to filter_ctx, more semantically correct. 14 years ago
Stefano Sabatini c24f76b948 Make avfilter_graph_parse() always return meaningful error codes. 14 years ago