Commit History

Author SHA1 Message Date
  Michael Niedermayer 5c99acb7da Revert "lavfi: add audio channel packing negotiation fields" 13 years ago
  Mina Nagy Zaki b57df29f95 lavfi: add audio channel packing negotiation fields 13 years ago
  Mina Nagy Zaki fd2c0a5db2 lavfi: add layout negotiation fields and helper functions. 13 years ago
  Stefano Sabatini d468ed0321 lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() 13 years ago
  Stefano Sabatini f5901fd392 avfiltergraph: use meaningful error codes 13 years ago
  Stefano Sabatini ab543afe47 Make avfilter_graph_free() free the graph. 13 years ago
  Stefano Sabatini caeb0c3027 Make avfilter_graph_free() do nothing if graph is NULL. 13 years ago
  Stefano Sabatini b59dd1ea4f Fix style nits in avfiltergraph.c. 13 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. 14 years ago
  Stefano Sabatini 3748b2b8e8 Fix leak in avfilter_graph_add_filter(). 14 years ago
  Stefano Sabatini 22b7b23c17 Make avfilter_graph_add_filter() returns AVERROR(ENOMEM) in case of 14 years ago
  Stefano Sabatini f37c934d20 Make query_formats() print an error message if an auto-inserted scale 14 years ago
  Stefano Sabatini 9ea977210c Make query_formats() increment the scaler_count after each scaler 14 years ago
  Stefano Sabatini 3fb8e77a8d Add a log context to avfilter_graph_config_links(). 14 years ago
  Stefano Sabatini 4ec42240ca Implement avfilter_graph_config_links(). 15 years ago
  Stefano Sabatini d7dbe55823 Rename avfilter_destroy_graph() to avfilter_graph_destroy(), for better 15 years ago
  Stefano Sabatini 39c07b8e44 Implement in AVFilterGraph the scale_sws_opts field, and pass its 15 years ago
  Stefano Sabatini 822005ed45 Implement avfilter_graph_check_validity(). 15 years ago
  Vitor Sessak 4e4a3e2314 Handle av_realloc() failure 16 years ago
  Vitor Sessak 51bf654d79 Use sizeof(var) instead of sizeof(type) 16 years ago
  Vitor Sessak a6f88fbc8f Give a more meaningful instance name to auto-inserted scaler 16 years ago
  Vitor Sessak 779cc07aa2 Merge two ifs 16 years ago
  Vitor Sessak e1a43a4146 Remove unused check 16 years ago
  Vitor Sessak a10477173a Cosmetical: alignment 16 years ago
  Vitor Sessak 2ad720679c Remove some unwanted todos 16 years ago
  Vitor Sessak d2027baac5 I should not have merged the graph parser with the graph 16 years ago
  Vitor Sessak 966b8f2dcb Replace consume_char() function by *(*buf)++ 16 years ago
  Vitor Sessak 4f409baa06 Add backslash '\' support to the parser 16 years ago
  Vitor Sessak 398f12970f Remove AVFilterGraphDesc struct. 16 years ago
  Vitor Sessak c4913b812d Rename uninit() to avfilter_destroy_graph() and make it non-static 16 years ago
  Vitor Sessak d66e946b12 Rename functions now static 16 years ago
  Vitor Sessak de0e3e81d3 Move funtion to avoid forward declaration 16 years ago
  Vitor Sessak 0c3177737b Move mess (to be removed) to where it is actually used. 16 years ago
  Vitor Sessak 87506daafd Remove usage of AVFilterGraphDesc outside avfiltergraph.c 16 years ago
  Vitor Sessak 58f472d10f Simplify graph_load_from_desc3() 16 years ago
  Vitor Sessak 9f39bb37e4 Rename variable GraphContext -> AVFilterGraph 16 years ago
  Vitor Sessak 5c2ff9fd46 Merge avfiltergraphdesc.c in avfiltergraph.c 16 years ago
  Vitor Sessak f2ee8083c8 Remove avfilter_vf_graph 16 years ago
  Vitor Sessak 4160400d04 Remove code made unused by the two last patches 16 years ago
  Vitor Sessak 45a09319b2 Split graph_load_from_dest() to have a version independent of avfilter_vf_graph 16 years ago
  Vitor Sessak 789210fa22 Almost from scratch rewrite of filter parser. 16 years ago
  Vitor Sessak 3ec394ea82 Remove ugly forward declaration 16 years ago