72 Commits (e34d5db5957aac0b2b7228ced432dcf4a1f5e5dc)

Author SHA1 Message Date
Stefano Sabatini 3748b2b8e8 Fix leak in avfilter_graph_add_filter(). 15 years ago
Stefano Sabatini 22b7b23c17 Make avfilter_graph_add_filter() returns AVERROR(ENOMEM) in case of 15 years ago
Stefano Sabatini f37c934d20 Make query_formats() print an error message if an auto-inserted scale 15 years ago
Stefano Sabatini 9ea977210c Make query_formats() increment the scaler_count after each scaler 15 years ago
Stefano Sabatini 3fb8e77a8d Add a log context to avfilter_graph_config_links(). 15 years ago
Stefano Sabatini 4ec42240ca Implement avfilter_graph_config_links(). 16 years ago
Stefano Sabatini d7dbe55823 Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for better 16 years ago
Stefano Sabatini 39c07b8e44 Implement in AVFilterGraph the scale_sws_opts field, and pass its 16 years ago
Stefano Sabatini 822005ed45 Implement avfilter_graph_check_validity(). 16 years ago
Vitor Sessak 4e4a3e2314 Handle av_realloc() failure 17 years ago
Vitor Sessak 51bf654d79 Use sizeof(var) instead of sizeof(type) 17 years ago
Vitor Sessak a6f88fbc8f Give a more meaningful instance name to auto-inserted scaler 17 years ago
Vitor Sessak 779cc07aa2 Merge two ifs 17 years ago
Vitor Sessak e1a43a4146 Remove unused check 17 years ago
Vitor Sessak a10477173a Cosmetical: alignment 17 years ago
Vitor Sessak 2ad720679c Remove some unwanted todos 17 years ago
Vitor Sessak d2027baac5 I should not have merged the graph parser with the graph 17 years ago
Vitor Sessak 966b8f2dcb Replace consume_char() function by *(*buf)++ 17 years ago
Vitor Sessak 4f409baa06 Add backslash '\' support to the parser 17 years ago
Vitor Sessak 398f12970f Remove AVFilterGraphDesc struct. 17 years ago
Vitor Sessak c4913b812d Rename uninit() to avfilter_destroy_graph() and make it non-static 17 years ago
Vitor Sessak d66e946b12 Rename functions now static 17 years ago
Vitor Sessak de0e3e81d3 Move funtion to avoid forward declaration 17 years ago
Vitor Sessak 0c3177737b Move mess (to be removed) to where it is actually used. 17 years ago
Vitor Sessak 87506daafd Remove usage of AVFilterGraphDesc outside avfiltergraph.c 17 years ago
Vitor Sessak 58f472d10f Simplify graph_load_from_desc3() 17 years ago
Vitor Sessak 9f39bb37e4 Rename variable GraphContext -> AVFilterGraph 17 years ago
Vitor Sessak 5c2ff9fd46 Merge avfiltergraphdesc.c in avfiltergraph.c 17 years ago
Vitor Sessak f2ee8083c8 Remove avfilter_vf_graph 17 years ago
Vitor Sessak 4160400d04 Remove code made unused by the two last patches 17 years ago
Vitor Sessak 45a09319b2 Split graph_load_from_dest() to have a version independent of avfilter_vf_graph 17 years ago
Vitor Sessak 789210fa22 Almost from scratch rewrite of filter parser. 17 years ago
Vitor Sessak 3ec394ea82 Remove ugly forward declaration 17 years ago
Vitor Sessak de065016f0 Fix doxy comment 17 years ago
Vitor Sessak 177ff26052 Spelling and puctuation 17 years ago
Vitor Sessak 4dae572fff Remove header now made useless 17 years ago
Vitor Sessak 9958f07a81 Remove author field 17 years ago
Vitor Sessak 2b05243960 Use CodecType for pad type 17 years ago
Vitor Sessak d42927893b Header inclusion redux 17 years ago
Vitor Sessak ec8398a322 Nits: more punctuation and capitalization 17 years ago
Vitor Sessak affadb5b99 Implement poll_frame() method. Fix ffmpeg.c bug with 17 years ago
Vitor Sessak 095ae1bcb7 Rework link property configuration system. 17 years ago
Vitor Sessak f3f42a3c51 Use separate fake filters for exporting inputs and outputs from filter graphs. 17 years ago
Vitor Sessak d22ebb1b98 Use a filter graph description for creating simple chain graphs so we 17 years ago
Vitor Sessak 1df675bf44 Use av_log(ctx, ...) instead of av_log(NULL, ...) 17 years ago
Vitor Sessak de5985b69f 10l 17 years ago
Vitor Sessak 7b4708780c Rewrite colorspace negotiation. 17 years ago
Vitor Sessak 8af6261c27 Fix a small memory leak 17 years ago
Vitor Sessak 54d7fcc120 initialize filter graphs completely even if there is no list of filters 17 years ago
Vitor Sessak 5a7414f3ca Handle failure properly 17 years ago