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
2013-05-24Merge commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f'Michael Niedermayer
2013-05-24lavfi: add a slice threading infrastructureAnton Khirnov
2013-05-18Merge commit 'b01f6041f4260fba053c2f96ce1611ea77e833a0'Michael Niedermayer
2013-05-17lavfi: rename AVFilterFormats.format_count to nb_formatsAnton Khirnov
2013-05-15Merge commit '096696ef0dd391d9430376d1444c1a3cde9171fd'Michael Niedermayer
2013-05-15avfiltergraph: simplify inserting conversion filters.Anton Khirnov
2013-05-10lavfi/avfiltergraph: fix styleStefano Sabatini
2013-05-07lavfi: add comments to explain the negotiation loop.Nicolas George
2013-05-07lavfi: fix filter format negotiation loop.Nicolas George
2013-04-12avfilter: remove opaque passing hacksMichael Niedermayer
2013-04-12Merge commit '48a5adab62bd2a553f5069d41fa632a0701835e5'Michael Niedermayer
2013-04-12Merge commit '1565cbc65cbb9f95c11367314a080068895e0cf0'Michael Niedermayer
2013-04-12Merge commit '111367263af41c88a44bd763ceefc11d53a7f655'Michael Niedermayer
2013-04-12Merge commit 'c2c9801bc9bce688d51d1a96f5f3ea93933e2dee'Michael Niedermayer
2013-04-12Merge commit 'bc1a985ba030e9861d24965d42792850b43a43ea'Michael Niedermayer
2013-04-12Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'Michael Niedermayer
2013-04-11lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov
2013-04-11lavfi: make avfilter_free() remove the filter from its graph.Anton Khirnov
2013-04-11lavfi: add AVFilterContext.graph.Anton Khirnov
2013-04-11lavfi: deprecate avfilter_graph_add_filter().Anton Khirnov
2013-04-11lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov
2013-04-11lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov
2013-04-04Merge commit 'dbb1425811a672eddf4acf0513237cdf20f83756'Michael Niedermayer
2013-04-04avfiltergraph: set deprecated filter_count.Anton Khirnov
2013-04-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-03avfiltergraph: check for sws opts being non-NULL before using them.Anton Khirnov
2013-03-25lavfi: support multiple rounds of format negotiation.Nicolas George
2013-03-16Merge commit '9676b9a2cdc4a90611188fc48d8d388e427997c5'Michael Niedermayer
2013-03-16Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf'Michael Niedermayer
2013-03-16avfiltergraph: use sizeof(var) instead of sizeof(type)Anton Khirnov
2013-03-16avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-03-04Remove incorrect use of ctype.h functions.Reimar Döffinger
2013-02-24Merge commit '9f1223562e134bac6345a465870b9d56ff7d60cf'Michael Niedermayer
2013-02-24lavfi: fix merging of formats and clarify exception.Nicolas George
2013-02-24lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles
2013-02-07lavfi: fix missing space in error message.Nicolas George
2013-02-07lavfi: remove disabled code.Nicolas George
2013-01-26lavfi: support unknown channel layouts.Nicolas George
2013-01-03Replace references to "que" with the appropriate word.Clément Bœsch
2013-01-02lavfi/avfiltergraph: check pick_format return code.Nicolas George
2012-12-31lavfi/avfiltergraph: print query_formats errors.Nicolas George
2012-12-25avfiltergraph: put variables used in #if 0 code themselfs under #if 0Michael Niedermayer
2012-12-20lavfi: add a channels field to AVFilterLink.Nicolas George
2012-11-26avfiltergraph: add aresample_swr_optsMichael Niedermayer
2012-11-25avfiltergraph: add AVOption tableMichael Niedermayer
2012-11-22lavfi/avfiltergraph: improve error message in graph_check_validity()Stefano Sabatini
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-21lavfi/avfiltergraph: avoid to print "(null)" in the scale argsStefano Sabatini