Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-16lavfi: update some deprecated functionsPaul B Mahol
2012-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-13avfiltergraph: remove a redundant call to avfilter_get_by_name().Anton Khirnov
2012-06-13lavfi: allow building without swscale.Anton Khirnov
2012-06-13lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-05aconvert filter needs to configure sampleratesAndrew Wason
2012-06-05avfiltergraph: call query_formats on inputs first.Nicolas George
2012-06-05avfiltergraph: check query_formats return value.Nicolas George
2012-06-05lavfi: make formats API private on next bump.Anton Khirnov
2012-06-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-04avfiltergraph: make some functions static.Anton Khirnov
2012-06-04lavfi: use av_default_item_name() as filter private context loggerStefano Sabatini
2012-06-04lavfi: add avfilter_default_filter_name()Stefano Sabatini
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-22lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov
2012-05-22avfiltergraph: smarter sample format selection.Anton Khirnov
2012-05-17avfiltergraph: use aresample not aconvert in the alternative merge code.Michael Niedermayer
2012-05-16lavfi: drop planar/packed negotiation supportStefano Sabatini
2012-05-16avfiltergraph: switch to swresample by defaultMichael Niedermayer
2012-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-14avfiltergraph: reindentAnton Khirnov
2012-05-14lavfi: add channel layout/sample rate negotiation.Anton Khirnov
2012-05-14lavfi: add avfilter_graph_set_auto_convert().Nicolas George
2012-05-12lavfi: autoinsert resample filter when necessary.Anton Khirnov
2012-05-10avfiltergraph: improve pick_format()Michael Niedermayer
2012-04-24avfiltergraph: fix format selection.Nicolas George
2012-04-24avfiltergraph: free the sink_links heap.Nicolas George
2012-04-23avfiltergraph: add avfilter_graph_request_oldest().Nicolas George
2012-04-23avfilter: add a pointer from links to graph.Nicolas George
2012-04-17avfiltergraph: More advanced heuristic to select colorspace.Michael Niedermayer
2012-04-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-01avfiltergraph: try to reduce format conversions in filters.Anton Khirnov
2012-04-01avfiltergraph: add an AVClass to AVFilterGraph on next major bump.Anton Khirnov
2012-02-23avfiltergraph: avoid harmful auto audio conversions.Nicolas George
2011-09-28lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini
2011-09-28avfiltergraph: use meaningful error codesStefano Sabatini
2011-09-16lavfi: refactor query_formats and auto-insert audio conversion filtersMina Nagy Zaki
2011-09-07avfilter: dont crash on filters with NULL instance names.Michael Niedermayer
2011-08-29avfilter_graph_queue_command: Allow queueing commands out of orderMichael Niedermayer
2011-08-29avfilter: Add avfilter_graph_que_command()Michael Niedermayer
2011-08-29avfilter: Add command passing supportMichael Niedermayer
2011-07-16lavfi: add audio channel packing negotiation fieldsMina Nagy Zaki
2011-06-20lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki
2011-06-11lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini
2011-06-11avfiltergraph: use meaningful error codesStefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-06Make avfilter_graph_free() free the graph.Stefano Sabatini
2011-02-04Make avfilter_graph_free() free the graph.Stefano Sabatini
2011-01-13Make avfilter_graph_free() do nothing if graph is NULL.Stefano Sabatini