| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/avfiltergraph: do not reduce incompatible lists. | Nicolas George | 2013-11-03 | 1 | -1/+2 |
* | lavfi/avfiltergraph: suggest a solution when format selection fails. | Nicolas George | 2013-11-03 | 1 | -0/+4 |
* | avfiltergraph: Properly handle memory allocation failure | Derek Buitenhuis | 2013-10-27 | 1 | -0/+13 |
* | Do not leave positive values undefined when negative are defined as error | Michael Niedermayer | 2013-10-19 | 1 | -2/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-09-28 | 1 | -5/+9 |
|\ |
|
| * | lavfi: allow user-provided execute() callbacks | Anton Khirnov | 2013-09-28 | 1 | -5/+9 |
* | | Merge commit '77cc958f60f73963be4281d6e82ef81707e40c26' | Michael Niedermayer | 2013-08-05 | 1 | -1/+1 |
|\| |
|
| * | lavfi: add const to the AVFilter parameter of avfilter_graph_create_filter() | Anton Khirnov | 2013-08-04 | 1 | -1/+1 |
* | | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91' | Michael Niedermayer | 2013-08-03 | 1 | -0/+5 |
|\| |
|
| * | Disable deprecation warnings for cases where a replacement is available | Diego Biurrun | 2013-08-02 | 1 | -0/+5 |
* | | avfilter/can_merge_formats: fix memleak | Michael Niedermayer | 2013-07-25 | 1 | -0/+1 |
* | | avfilter/avfiltergraph: fix check using the wrong variables | Michael Niedermayer | 2013-07-25 | 1 | -1/+1 |
* | | avfilter/avfiltergraph: minor cosmetic | Michael Niedermayer | 2013-07-23 | 1 | -1/+1 |
* | | avfilter: Dont partially merge lists | Michael Niedermayer | 2013-07-23 | 1 | -6/+62 |
* | | avfilter/REDUCE_FORMATS: fix bug that ended reducing too early | Michael Niedermayer | 2013-07-22 | 1 | -0/+1 |
* | | Merge commit '129bb238430ec45a3b5f8f1d384df590ddf7b62f' | Michael Niedermayer | 2013-05-24 | 1 | -9/+53 |
|\| |
|
| * | lavfi: add a slice threading infrastructure | Anton Khirnov | 2013-05-24 | 1 | -0/+50 |
* | | Merge commit 'b01f6041f4260fba053c2f96ce1611ea77e833a0' | Michael Niedermayer | 2013-05-18 | 1 | -15/+15 |
|\| |
|
| * | lavfi: rename AVFilterFormats.format_count to nb_formats | Anton Khirnov | 2013-05-17 | 1 | -11/+11 |
* | | Merge commit '096696ef0dd391d9430376d1444c1a3cde9171fd' | Michael Niedermayer | 2013-05-15 | 1 | -6/+2 |
|\| |
|
| * | avfiltergraph: simplify inserting conversion filters. | Anton Khirnov | 2013-05-15 | 1 | -6/+2 |
* | | lavfi/avfiltergraph: fix style | Stefano Sabatini | 2013-05-10 | 1 | -9/+9 |
* | | lavfi: add comments to explain the negotiation loop. | Nicolas George | 2013-05-07 | 1 | -2/+19 |
* | | lavfi: fix filter format negotiation loop. | Nicolas George | 2013-05-07 | 1 | -1/+2 |
* | | avfilter: remove opaque passing hacks | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | | Merge commit '48a5adab62bd2a553f5069d41fa632a0701835e5' | Michael Niedermayer | 2013-04-12 | 1 | -1/+3 |
|\| |
|
| * | lavfi: add avfilter_init_str() to replace avfilter_init_filter(). | Anton Khirnov | 2013-04-11 | 1 | -1/+3 |
* | | Merge commit '1565cbc65cbb9f95c11367314a080068895e0cf0' | Michael Niedermayer | 2013-04-12 | 1 | -5/+18 |
|\| |
|
| * | lavfi: make avfilter_free() remove the filter from its graph. | Anton Khirnov | 2013-04-11 | 1 | -2/+17 |
* | | Merge commit '111367263af41c88a44bd763ceefc11d53a7f655' | Michael Niedermayer | 2013-04-12 | 1 | -0/+4 |
|\| |
|
| * | lavfi: add AVFilterContext.graph. | Anton Khirnov | 2013-04-11 | 1 | -0/+4 |
* | | Merge commit 'c2c9801bc9bce688d51d1a96f5f3ea93933e2dee' | Michael Niedermayer | 2013-04-12 | 1 | -0/+2 |
|\| |
|
| * | lavfi: deprecate avfilter_graph_add_filter(). | Anton Khirnov | 2013-04-11 | 1 | -0/+2 |
* | | Merge commit 'bc1a985ba030e9861d24965d42792850b43a43ea' | Michael Niedermayer | 2013-04-12 | 1 | -5/+33 |
|\| |
|
| * | lavfi: replace avfilter_open() with avfilter_graph_alloc_filter(). | Anton Khirnov | 2013-04-11 | 1 | -4/+30 |
* | | Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4' | Michael Niedermayer | 2013-04-11 | 1 | -1/+0 |
|\| |
|
| * | lavfi: merge avfiltergraph.h into avfilter.h | Anton Khirnov | 2013-04-11 | 1 | -1/+0 |
* | | Merge commit 'dbb1425811a672eddf4acf0513237cdf20f83756' | Michael Niedermayer | 2013-04-04 | 1 | -0/+4 |
|\| |
|
| * | avfiltergraph: set deprecated filter_count. | Anton Khirnov | 2013-04-04 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-04-03 | 1 | -5/+6 |
|\| |
|
| * | avfiltergraph: check for sws opts being non-NULL before using them. | Anton Khirnov | 2013-04-03 | 1 | -1/+6 |
* | | lavfi: support multiple rounds of format negotiation. | Nicolas George | 2013-03-24 | 1 | -26/+83 |
* | | Merge commit '9676b9a2cdc4a90611188fc48d8d388e427997c5' | Michael Niedermayer | 2013-03-16 | 1 | -2/+2 |
|\| |
|
| * | avfiltergraph: use sizeof(var) instead of sizeof(type) | Anton Khirnov | 2013-03-16 | 1 | -2/+2 |
* | | Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf' | Michael Niedermayer | 2013-03-16 | 1 | -20/+20 |
|\| |
|
| * | avfiltergraph: replace AVFilterGraph.filter_count with nb_filters | Anton Khirnov | 2013-03-16 | 1 | -15/+15 |
| * | Use the avstring.h locale-independent character type functions | Reimar Döffinger | 2013-03-07 | 1 | -1/+0 |
* | | Remove incorrect use of ctype.h functions. | Reimar Döffinger | 2013-03-03 | 1 | -1/+0 |
* | | Merge commit '9f1223562e134bac6345a465870b9d56ff7d60cf' | Michael Niedermayer | 2013-02-24 | 1 | -1/+7 |
|\| |
|
| * | lavfi: connect libavresample options to af_resample via AVFilterGraph | Justin Ruggles | 2013-02-23 | 1 | -1/+7 |