OSDN Git Service

ffmpeg.cに対する修正と同じものをavconv.cに適用
[coroid/libav_saccubus.git] / libavfilter /
2011-01-14 Stefano SabatiniAdd the word "Parsed" in the parsed filter names.
2011-01-13 Stefano SabatiniCheck linked pads media type mismatch in avfilter_link().
2011-01-12 Stefano SabatiniMake avfilter_graph_free() do nothing if graph is NULL.
2011-01-12 Stefano SabatiniIn the pad filter, log information about the input...
2011-01-11 Michael NiedermayerFix design of the pad filter.
2011-01-11 Michael NiedermayerAdd w,h,format back into AVFilterBuffer, these are...
2011-01-05 Baptiste CoudurierIn pad filter, update new ref w/h in start_frame, fix...
2011-01-05 Baptiste CoudurierIn crop filter, update new ref w/h instead of old one...
2010-12-28 Stefano SabatiniFix style nits in avfiltergraph.c.
2010-12-28 Stefano SabatiniAdd copy filter, useful for testing the avfilter_draw_s...
2010-12-27 Stefano SabatiniBump lavfi minor and add an entry after r26108 (which...
2010-12-27 Stefano SabatiniIn the crop filter, put under ifdef DEBUG the trace...
2010-12-27 Michael NiedermayerSupport filters and decoders that dont support negative...
2010-12-26 Stefano SabatiniAdd erode libopencv filter.
2010-12-26 Stefano SabatiniAdd dilate libopencv filter.
2010-12-23 Stefano SabatiniRedesign the libopencv wrapper to make it more generic...
2010-12-19 Stefano SabatiniFix avfilter_draw_slice() copy code with alpha planes.
2010-12-19 Stefano SabatiniRevert commit r22596.
2010-12-19 Stefano SabatiniFix crash in gradfun:end_frame() when inpic == outpic...
2010-12-12 Nolan LAdd gradfun filter, ported from MPlayer.
2010-12-12 Stefano SabatiniMake avfilter_parse_graph() output a more meaningful...
2010-12-09 Stefano SabatiniMove AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbo...
2010-12-06 Baptiste CoudurierIn yadif filter, declare asm constants directly to...
2010-12-04 Baptiste CoudurierPort libmpcodecs hqdn3d filter.
2010-12-04 Stefano SabatiniImplement av_image_alloc() and use it in
2010-12-04 Baptiste CoudurierDeclare sse2 and ssse2 function in yadif header
2010-12-04 Baptiste Coudurieryadif sse2/ssse3 optimizations
2010-12-02 Stefano SabatiniAdd avfilter_graph_create_filter().
2010-11-30 Stefano SabatiniExtend the frei0r filter syntax.
2010-11-30 Stefano SabatiniImplement frei0r source.
2010-11-28 Stefano SabatiniIn libavfilter, use consistently "Copyright (c)" in...
2010-11-25 Stefano SabatiniFix crash in uninit.
2010-11-25 Stefano SabatiniFix timestamp scaling in the overlay filter.
2010-11-25 Stefano SabatiniImplement avfilter_get_video_buffer_ref_from_arrays().
2010-11-25 Stefano SabatiniMake avfilter_default_free_buffer() an internal shared...
2010-11-24 Stefano Sabatini0.123l: remove unused arguments in av_log(), fix warning.
2010-11-24 Baptiste CoudurierIn aspect filter, fix display for input resolution
2010-11-24 Baptiste CoudurierIn crop filter, reference picref after updating w/h...
2010-11-23 Stefano SabatiniAdd informative log message in the crop filter.
2010-11-22 Stefano SabatiniReindent.
2010-11-22 Stefano SabatiniImplement robust parsing in aspect filters.
2010-11-22 Stefano SabatiniAdd informative log messages to the set aspect filters.
2010-11-22 Stefano SabatiniGive more explicit/less confusing names to the filters...
2010-11-22 Baptiste CoudurierIn yadif filter, copy video props to output picture.
2010-11-21 Stefano SabatiniUse the new libavcore audio channel API.
2010-11-21 Stefano SabatiniPort overlay filter from the libavfilter repo (with...
2010-11-18 Stefano SabatiniLog error message in case of invalid parsing.
2010-11-18 Stefano SabatiniFix style: if( -> if (.
2010-11-18 Stefano SabatiniRemove redundant information in header.
2010-11-17 Aurelien Jacobsmove the av_parse_color() function from libavfilter...
2010-11-17 Baptiste Coudurier100L fix get_video_buffer in pad filter, get_video_buff...
2010-11-13 Stefano SabatiniFix frei0r filter after av_parse_color() syntax change.
2010-11-13 Aurelien Jacobsimprove av_parse_color() to allow for non-null terminat...
2010-11-13 Aurelien Jacobsimprove av_parse_color() to support html formatting
2010-11-13 Stefano SabatiniMake avfiltergraph.h public.
2010-11-13 Stefano SabatiniIn ff_get_ref_perms_string() use 'u' and 'U' for repres...
2010-11-13 Stefano SabatiniPrefix with "ff_" the functions:
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-11-11 Stefano SabatiniAdd missing check on the existence of an associated...
2010-11-11 Aurelien Jacobsremove declaration inside for(), i is already declared
2010-11-10 Aurelien Jacobsdrop support for base-10 encoded alpha component in...
2010-11-08 Stefano SabatiniUse hierarchic names convention (prefix them with av_ex...
2010-11-08 Stefano SabatiniRename avfilter_destroy() as avfilter_free().
2010-11-07 Stefano SabatiniRemove graphparser.h header, move AVFilterInOut and
2010-11-07 Stefano SabatiniDocument AVFilterInOut fields.
2010-11-07 Stefano SabatiniExtend documentation for parse_filter().
2010-11-07 Stefano SabatiniBump lavfi minor and add APIchanges entry after the...
2010-11-07 Stefano SabatiniRename AVFilterInOut field filter to filter_ctx, more...
2010-11-07 Stefano SabatiniMake avfilter_graph_parse() always return meaningful...
2010-11-07 Stefano SabatiniMake parse_outputs() always return meaningful error...
2010-11-07 Stefano SabatiniAdd missing memory check in parse_inputs(), and fix...
2010-11-07 Stefano SabatiniMake parse_inputs() return AVERROR(EINVAL) rather than...
2010-11-07 Stefano SabatiniAdd missing check in link_filter_inouts(), and fix...
2010-11-07 Stefano SabatiniRename the variable filter to filt_ctx in link_filter_i...
2010-11-07 Stefano SabatiniMake link_filter_inouts() return meaningful error codes.
2010-11-07 Stefano SabatiniChange the signature of parse_filter() to make it retur...
2010-11-07 Stefano SabatiniChange the signature of create_filter() to make it...
2010-11-04 Stefano SabatiniRename avfilter_graph_destroy() to avfilter_graph_free().
2010-11-04 Stefano SabatiniImplement avfilter_graph_alloc().
2010-11-04 Stefano SabatiniAmend avfilter_graph_parse() documentation for the...
2010-11-03 Stefano SabatiniRemove usage of deprecated libavcodec/audioconvert...
2010-11-02 Stefano Sabatini1/PHIl: swap again settb/setpts, fix alphabetical order.
2010-11-02 Stefano SabatiniAdd setpts filter, ported from the libavfilter soc...
2010-11-02 Stefano SabatiniFix timestamp handling in more filters after the change...
2010-11-02 Stefano SabatiniMake the blackframe filter print the time, in addition...
2010-11-02 Stefano SabatiniMake the cropdetect filter print the time for each...
2010-11-02 Stefano SabatiniFix crop->var_values[VAR_T] computation in the crop...
2010-10-25 Stefano Sabatini100l: remove bogus inclusion of libavcodec/audioconvert...
2010-10-18 Stefano SabatiniAdd transpose filter.
2010-10-16 Stefano SabatiniAdd avfilter_graph_config().
2010-10-13 Stefano SabatiniMake the validity checks fail only if the corresponding...
2010-10-12 Stefano SabatiniMake avfilter_config_links() use the timebase of the...
2010-10-12 Stefano SabatiniExtend buffer source to accept the time base for the...
2010-10-12 Stefano SabatiniRemove unused symbol.
2010-10-12 Stefano SabatiniImplement cropdetect filter.
2010-10-11 Stefano SabatiniExtend the nullsrc source, make it accept a parameter...
2010-10-11 Stefano SabatiniImplement settb filter.
2010-10-10 Stefano SabatiniAdd a time_base field to AVFilterLink.
2010-10-10 Stefano SabatiniRename out -> outlink, link -> inlink in various defaul...
2010-10-10 Stefano SabatiniMake avfilter_config_links() propagate the error code...
next