mp3: Properly use AVCodecContext API
[platform/upstream/libav.git] / libavfilter / graphparser.c
2013-11-06 Diego Biurrunavfilter/graphparser: Directly free filter memory if...
2013-04-30 Anton Khirnovgraphparser: only print filter arguments if they are...
2013-04-11 Anton Khirnovlavfi: add avfilter_init_str() to replace avfilter_init...
2013-04-11 Anton Khirnovlavfi: make avfilter_free() remove the filter from...
2013-04-11 Anton Khirnovlavfi: replace avfilter_open() with avfilter_graph_allo...
2013-04-11 Anton Khirnovlavfi: merge avfiltergraph.h into avfilter.h
2013-04-03 Anton Khirnovavfiltergraph: check for sws opts being non-NULL before...
2013-03-16 Anton Khirnovavfiltergraph: replace AVFilterGraph.filter_count with...
2013-03-07 Reimar DöffingerUse the avstring.h locale-independent character type...
2012-10-25 Janne Grunauavfilter: fix graphparser memleaks on error paths
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_GRAPH_AVCLASS cruft
2012-06-13 Anton Khirnovlavfi: replace AVFilterContext.input/output_count with...
2012-04-16 Anton Khirnovgraphparser: set next to NULL on an entry extracted...
2012-04-15 Anton Khirnovgraphparser: fix the order in which unlabeled input...
2012-04-14 Stefano Sabatiniavfiltergraph: make the AVFilterInOut alloc/free API...
2012-04-14 Anton Khirnovgraphparser: allow specifying sws flags in the graph...
2012-04-14 Anton Khirnovgraphparser: fix the order of connecting unlabeled...
2012-04-14 Anton Khirnovgraphparser: add avfilter_graph_parse2().
2011-09-28 Stefano Sabatinilavfi: fix signature for avfilter_graph_parse() and...
2011-09-28 Stefano Sabatinigraphparser: prefer void * over AVClass * for log contexts
2011-07-14 Diego Biurrundoxygen: Make sure parameter names match between .c...
2011-07-03 Diego Biurrundoxygen: Fix parameter names to match the function...
2011-04-25 Stefano Sabatinigraphparser: add a NULL check on the argument passed...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-04 Stefano SabatiniMake avfilter_graph_parse() not free the input graph
2011-01-14 Stefano SabatiniAdd the word "Parsed" in the parsed filter names.
2010-12-12 Stefano SabatiniMake avfilter_parse_graph() output a more meaningful...
2010-11-28 Stefano SabatiniIn libavfilter, use consistently "Copyright (c)" in...
2010-11-17 Aurelien Jacobsmove the av_parse_color() function from libavfilter...
2010-11-11 Stefano SabatiniAdd missing check on the existence of an associated...
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 SabatiniExtend documentation for parse_filter().
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-09-27 Stefano SabatiniMove av_get_token() from libavfilter to libavutil.
2010-08-11 Stefano SabatiniChange avfilter_open() signature, from:
2010-07-22 Stefano SabatiniDocument create_filter().
2010-07-22 Stefano SabatiniAdd simple doxy to link_filter().
2010-07-22 Stefano SabatiniFix documentation for parse_link_name().
2010-07-22 Stefano SabatiniConsistently use Uppercase for the first character...
2010-07-22 Stefano SabatiniMake link_filter() propagate the generated error code.
2010-07-22 Stefano SabatiniFix style: "if(" -> "if (".
2010-07-03 Baptiste CoudurierUse default graph swscale opts when no opts are supplied
2010-05-16 Baptiste Coudurieruse filter name when graph parser add filters
2009-12-11 Stefano SabatiniMake parse_filter() parsing more robust.
2009-05-08 Vitor Sessak"[" is a terminating char for the filter name. This...
2009-05-01 Stefano SabatiniMake graphparser.c use av_get_token().
2009-04-21 Stefano SabatiniRemove consume_whitespace() and replace it with direct...
2009-02-26 Stefano SabatiniRename avfilter_parse_graph() to avfilter_graph_parse...
2009-02-26 Stefano SabatiniRename avfilter_destroy_graph() to avfilter_graph_destr...
2009-02-14 Stefano SabatiniFix avfilter_parse_graph() invalid graph description...
2009-01-16 Stefano SabatiniPrint a warning and fail if the graph description cannot be
2008-12-27 Stefano SabatiniChange thisIsAVar variable names to this_is_a_var style...
2008-12-26 Stefano SabatiniFix typo: ommitted -> omitted.
2008-12-26 Stefano SabatiniChoose better names for the variables in create_filter().
2008-05-24 Vitor SessakSplit openLinks linked list into openInputs and openOutputs
2008-05-24 Vitor SessakOne more memory leak
2008-05-24 Vitor SessakCosmetical: move statement
2008-05-24 Vitor SessakPlug some memory leaks
2008-05-24 Vitor SessakMerge variable initialization and declaration
2008-05-24 Vitor SessakCosmetics
2008-05-24 Vitor SessakRemove unnused var
2008-05-24 Vitor SessakSimplify
2008-05-24 Vitor SessakUse av_mallocz instead of av_malloc to simplify some...
2008-05-24 Vitor SessakFactor linked list insertion in its own function
2008-05-24 Vitor SessakRemove comment redundant with those in graphparser.h
2008-05-24 Vitor SessakThese error messages should print the filter name,...
2008-05-24 Vitor Sessak10l: fix previous commit
2008-05-24 Vitor SessakSimplify
2008-05-24 Vitor SessakRemove senseless comments
2008-05-24 Vitor SessakCosmetics: split setting a var and checking for error
2008-05-24 Vitor SessakFix doxy comment
2008-05-24 Vitor SessakMake parse_link_name() return a pointer to the name...
2008-05-24 Vitor SessakCosmetics: more function reordering
2008-05-24 Vitor SessakMake consume_whitespace() return a number of bytes...
2008-05-24 Vitor SessakCosmetics: change function order
2008-05-24 Vitor SessakSimplify
2008-05-24 Vitor SessakPass the inputs and outputs of avfilter_parse_graph...
2008-05-24 Vitor SessakCosmetics: more indentation consistency
2008-05-24 Vitor SessakMore cosmetics: make indentation more consistent
2008-05-24 Vitor SessakMore cosmetics
2008-05-24 Vitor SessakMove code out of if
2008-05-24 Vitor SessakCosmetics
2008-05-24 Vitor SessakCosmetics
2008-05-24 Vitor SessakFactor common code out of if
2008-05-24 Vitor SessakRename another var
2008-05-24 Vitor SessakRename var
2008-05-24 Vitor SessakMove var declaration to where it is needed
2008-05-24 Vitor SessakReplace if(!a){B}else{C} by if(a){C}else{B}
next