mp3: Properly use AVCodecContext API
[platform/upstream/libav.git] / libavfilter / avfiltergraph.c
2013-09-28 Anton Khirnovlavfi: allow user-provided execute() callbacks
2013-08-04 Anton Khirnovlavfi: add const to the AVFilter parameter of avfilter_...
2013-08-02 Diego BiurrunDisable deprecation warnings for cases where a replacem...
2013-05-24 Anton Khirnovlavfi: add a slice threading infrastructure
2013-05-17 Anton Khirnovlavfi: rename AVFilterFormats.format_count to nb_formats
2013-05-15 Anton Khirnovavfiltergraph: simplify inserting conversion filters.
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: add AVFilterContext.graph.
2013-04-11 Anton Khirnovlavfi: deprecate avfilter_graph_add_filter().
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-04 Anton Khirnovavfiltergraph: set deprecated filter_count.
2013-04-03 Anton Khirnovavfiltergraph: check for sws opts being non-NULL before...
2013-03-16 Anton Khirnovavfiltergraph: use sizeof(var) instead of sizeof(type)
2013-03-16 Anton Khirnovavfiltergraph: replace AVFilterGraph.filter_count with...
2013-03-07 Reimar DöffingerUse the avstring.h locale-independent character type...
2013-02-23 Justin Ruggleslavfi: connect libavresample options to af_resample...
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-09-17 Anton Khirnovavfiltergraph: silence an uninitialized variable warning
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-07-27 Justin Ruggleslavfi: better channel layout negotiation
2012-06-26 Anton Khirnovavfiltergraph: shut up uninitialized variable warning.
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_GRAPH_AVCLASS cruft
2012-06-22 Anton Khirnovlavfi: support automatically inserting the fifo filter...
2012-06-13 Anton Khirnovavfiltergraph: remove a redundant call to avfilter_get_...
2012-06-13 Anton Khirnovlavfi: allow building without swscale.
2012-06-13 Anton Khirnovlavfi: replace AVFilterContext.input/output_count with...
2012-06-05 Anton Khirnovlavfi: make formats API private on next bump.
2012-06-04 Anton Khirnovavfiltergraph: make some functions static.
2012-05-22 Anton Khirnovlavfi: remove avfilter_default_* from public API on...
2012-05-22 Anton Khirnovavfiltergraph: smarter sample format selection.
2012-05-14 Anton Khirnovavfiltergraph: reindent
2012-05-14 Anton Khirnovlavfi: add channel layout/sample rate negotiation.
2012-05-12 Anton Khirnovlavfi: autoinsert resample filter when necessary.
2012-04-01 Anton Khirnovavfiltergraph: try to reduce format conversions in...
2012-04-01 Anton Khirnovavfiltergraph: add an AVClass to AVFilterGraph on next...
2011-09-28 Stefano Sabatinilavfi: fix signature for avfilter_graph_parse() and...
2011-09-28 Stefano Sabatiniavfiltergraph: use meaningful error codes
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-04 Stefano SabatiniMake avfilter_graph_free() free the graph.
2011-01-12 Stefano SabatiniMake avfilter_graph_free() do nothing if graph is NULL.
2010-12-28 Stefano SabatiniFix style nits in avfiltergraph.c.
2010-12-02 Stefano SabatiniAdd avfilter_graph_create_filter().
2010-11-28 Stefano SabatiniIn libavfilter, use consistently "Copyright (c)" in...
2010-11-13 Stefano SabatiniPrefix with "ff_" the functions:
2010-11-08 Stefano SabatiniRename avfilter_destroy() as avfilter_free().
2010-11-04 Stefano SabatiniRename avfilter_graph_destroy() to avfilter_graph_free().
2010-11-04 Stefano SabatiniImplement avfilter_graph_alloc().
2010-10-16 Stefano SabatiniAdd avfilter_graph_config().
2010-08-11 Stefano SabatiniChange avfilter_open() signature, from:
2010-07-22 S.N. Hemanth Meena... Generalize pixel format enum fields to int formats.
2010-04-18 Stefano SabatiniFix leak in avfilter_graph_add_filter().
2010-04-13 Stefano SabatiniMake avfilter_graph_add_filter() returns AVERROR(ENOMEM...
2010-01-13 Stefano SabatiniMake query_formats() print an error message if an auto...
2010-01-10 Stefano SabatiniMake query_formats() increment the scaler_count after...
2010-01-10 Stefano SabatiniAdd a log context to avfilter_graph_config_links().
2009-05-31 Stefano SabatiniImplement avfilter_graph_config_links().
2009-02-26 Stefano SabatiniRename avfilter_destroy_graph() to avfilter_graph_destr...
2009-02-23 Stefano SabatiniImplement in AVFilterGraph the scale_sws_opts field...
2009-01-26 Stefano SabatiniImplement avfilter_graph_check_validity().
2008-04-04 Vitor SessakHandle av_realloc() failure
2008-04-04 Vitor SessakUse sizeof(var) instead of sizeof(type)
2008-04-04 Vitor SessakGive a more meaningful instance name to auto-inserted...
2008-04-04 Vitor SessakMerge two ifs
2008-04-04 Vitor SessakRemove unused check
2008-04-04 Vitor SessakCosmetical: alignment
2008-04-04 Vitor SessakRemove some unwanted todos
2008-04-04 Vitor SessakI should not have merged the graph parser with the...
2008-04-04 Vitor SessakReplace consume_char() function by *(*buf)++
2008-04-04 Vitor SessakAdd backslash '\' support to the parser
2008-04-04 Vitor SessakRemove AVFilterGraphDesc struct.
2008-04-04 Vitor SessakRename uninit() to avfilter_destroy_graph() and make...
2008-04-04 Vitor SessakRename functions now static
2008-04-04 Vitor SessakMove funtion to avoid forward declaration
2008-04-04 Vitor SessakMove mess (to be removed) to where it is actually used.
2008-04-04 Vitor SessakRemove usage of AVFilterGraphDesc outside avfiltergraph.c
2008-04-04 Vitor SessakSimplify graph_load_from_desc3()
2008-04-04 Vitor SessakRename variable GraphContext -> AVFilterGraph
2008-04-04 Vitor SessakMerge avfiltergraphdesc.c in avfiltergraph.c
2008-04-04 Vitor SessakRemove avfilter_vf_graph
2008-04-04 Vitor SessakRemove code made unused by the two last patches
2008-04-04 Vitor SessakSplit graph_load_from_dest() to have a version independ...
2008-04-04 Vitor SessakAlmost from scratch rewrite of filter parser.
2008-04-04 Vitor SessakRemove ugly forward declaration
2008-04-04 Vitor SessakFix doxy comment
2008-04-04 Vitor SessakSpelling and puctuation
2008-04-04 Vitor SessakRemove header now made useless
2008-04-04 Vitor SessakRemove author field
2008-04-04 Vitor SessakUse CodecType for pad type
2008-04-04 Vitor SessakHeader inclusion redux
2008-04-04 Vitor SessakNits: more punctuation and capitalization
2008-04-04 Vitor SessakImplement poll_frame() method. Fix ffmpeg.c bug with
2008-04-04 Vitor SessakRework link property configuration system.
2008-04-04 Vitor SessakUse separate fake filters for exporting inputs and...
2008-04-04 Vitor SessakUse a filter graph description for creating simple...
2008-04-04 Vitor SessakUse av_log(ctx, ...) instead of av_log(NULL, ...)
2008-04-04 Vitor Sessak10l
2008-04-04 Vitor SessakRewrite colorspace negotiation.
2008-04-04 Vitor SessakFix a small memory leak
next