103 Commits (8e5d71d1109bb509ae75d04682f326fe740a413f)

Author SHA1 Message Date
Justin Ruggles 743f07062a lavfi: better channel layout negotiation 12 years ago
Anton Khirnov 61d158c321 avfiltergraph: shut up uninitialized variable warning. 13 years ago
Anton Khirnov 8d900aa4d0 lavfi: remove disabled FF_API_GRAPH_AVCLASS cruft 13 years ago
Anton Khirnov 58b049f2fa lavfi: support automatically inserting the fifo filter when needed. 13 years ago
Anton Khirnov 24b2f4ed21 avfiltergraph: remove a redundant call to avfilter_get_by_name(). 13 years ago
Anton Khirnov 2f296e39a1 lavfi: allow building without swscale. 13 years ago
Anton Khirnov 9baeff9506 lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs 13 years ago
Anton Khirnov b74a1da49d lavfi: make formats API private on next bump. 13 years ago
Anton Khirnov 8eb9bf0933 avfiltergraph: make some functions static. 13 years ago
Anton Khirnov 43c7a01e98 lavfi: remove avfilter_default_* from public API on next bump. 13 years ago
Anton Khirnov ccefa89f39 avfiltergraph: smarter sample format selection. 13 years ago
Anton Khirnov fd127ede62 avfiltergraph: reindent 13 years ago
Anton Khirnov ff1f51a8aa lavfi: add channel layout/sample rate negotiation. 13 years ago
Anton Khirnov 012f04a277 lavfi: autoinsert resample filter when necessary. 13 years ago
Anton Khirnov 63736fe48c avfiltergraph: try to reduce format conversions in filters. 13 years ago
Anton Khirnov 996f9f0c32 avfiltergraph: add an AVClass to AVFilterGraph on next major bump. 13 years ago
Stefano Sabatini 57fa314090 lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() 13 years ago
Stefano Sabatini 59cef18c24 avfiltergraph: use meaningful error codes 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Stefano Sabatini 4359288c56 Make avfilter_graph_free() free the graph. 14 years ago
Stefano Sabatini caeb0c3027 Make avfilter_graph_free() do nothing if graph is NULL. 14 years ago
Stefano Sabatini b59dd1ea4f Fix style nits in avfiltergraph.c. 14 years ago
Stefano Sabatini 037be76e15 Add avfilter_graph_create_filter(). 14 years ago
Stefano Sabatini 3fa77bde1b In libavfilter, use consistently "Copyright (c)" in the license 14 years ago
Stefano Sabatini 4fcbb2af33 Prefix with "ff_" the functions: 14 years ago
Stefano Sabatini 24de0edbd5 Rename avfilter_destroy() as avfilter_free(). 14 years ago
Stefano Sabatini 97dd1e4a87 Rename avfilter_graph_destroy() to avfilter_graph_free(). 14 years ago
Stefano Sabatini e15aeea656 Implement avfilter_graph_alloc(). 14 years ago
Stefano Sabatini 2a24df9357 Add avfilter_graph_config(). 14 years ago
Stefano Sabatini 84c0386960 Change avfilter_open() signature, from: 14 years ago
S.N. Hemanth Meenakshisundaram bdab614be8 Generalize pixel format enum fields to int formats. 15 years ago
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