718 Commits (4ab4d65f352fbc91e366a21c780ad7e653f02cd6)

Author SHA1 Message Date
  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
  Stefano Sabatini 0cc8b65950 Make parse_outputs() always return meaningful error codes. 14 years ago
  Stefano Sabatini 00b3ca3c7a Add missing memory check in parse_inputs(), and fix possible (yet very unlikely) crash. 14 years ago
  Stefano Sabatini 42e7f6d781 Make parse_inputs() return AVERROR(EINVAL) rather than -1 in case the 14 years ago
  Stefano Sabatini fbd97184f8 Add missing check in link_filter_inouts(), and fix possible (yet very unlikely) crash. 14 years ago
  Stefano Sabatini ed581e65e2 Rename the variable filter to filt_ctx in link_filter_inouts, as the variable denotes a filter context. 14 years ago
  Stefano Sabatini 684ade4935 Make link_filter_inouts() return meaningful error codes. 14 years ago
  Stefano Sabatini 688b9dad9c Change the signature of parse_filter() to make it return an error code. 14 years ago
  Stefano Sabatini c58572f87b Change the signature of create_filter() to make it return an error code. 14 years ago
  Stefano Sabatini 97dd1e4a87 Rename avfilter_graph_destroy() to avfilter_graph_free(). 14 years ago
  Stefano Sabatini e15aeea656 Implement avfilter_graph_alloc(). 14 years ago
  Stefano Sabatini a6fdd5748f Amend avfilter_graph_parse() documentation for the return code, make 14 years ago
  Stefano Sabatini ba7d6e798e Remove usage of deprecated libavcodec/audioconvert.h functions. 14 years ago