127 Commits (cd947e9a2bc37f5af7a1dda90a7bc62b7f9019e7)

Author SHA1 Message Date
  Andrew Wason c527027c27 aconvert filter needs to configure samplerates 13 years ago
  Nicolas George aba8065adb avfiltergraph: call query_formats on inputs first. 13 years ago
  Nicolas George 6a4c5c730e avfiltergraph: check query_formats return value. 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
  Stefano Sabatini 0f0f3bd1e0 lavfi: use av_default_item_name() as filter private context logger 13 years ago
  Stefano Sabatini 4d6a8a2bdb lavfi: add avfilter_default_filter_name() 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
  Michael Niedermayer 3ae64dc48f avfiltergraph: use aresample not aconvert in the alternative merge code. 13 years ago
  Stefano Sabatini 4d4098da00 lavfi: drop planar/packed negotiation support 13 years ago
  Michael Niedermayer 88d5cfe7c8 avfiltergraph: switch to swresample by default 13 years ago
  Anton Khirnov fd127ede62 avfiltergraph: reindent 13 years ago
  Anton Khirnov ff1f51a8aa lavfi: add channel layout/sample rate negotiation. 13 years ago
  Nicolas George 440af105f2 lavfi: add avfilter_graph_set_auto_convert(). 13 years ago
  Anton Khirnov 012f04a277 lavfi: autoinsert resample filter when necessary. 13 years ago
  Michael Niedermayer 7610dee87b avfiltergraph: improve pick_format() 13 years ago
  Nicolas George fd2cd64fc9 avfiltergraph: fix format selection. 13 years ago
  Nicolas George 2e8f19d26f avfiltergraph: free the sink_links heap. 13 years ago
  Nicolas George 2ce7972779 avfiltergraph: add avfilter_graph_request_oldest(). 13 years ago
  Nicolas George e0761feec4 avfilter: add a pointer from links to graph. 13 years ago
  Michael Niedermayer 0d115d7799 avfiltergraph: More advanced heuristic to select colorspace. 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
  Nicolas George 42655b24c2 avfiltergraph: avoid harmful auto audio conversions. 13 years ago
  Stefano Sabatini 57fa314090 lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() 14 years ago
  Stefano Sabatini 59cef18c24 avfiltergraph: use meaningful error codes 14 years ago
  Mina Nagy Zaki 3ee0bedcc0 lavfi: refactor query_formats and auto-insert audio conversion filters 14 years ago
  Michael Niedermayer c0323b9c9b avfilter: dont crash on filters with NULL instance names. 13 years ago
  Michael Niedermayer ea36c44e84 avfilter_graph_queue_command: Allow queueing commands out of order 13 years ago
  Michael Niedermayer 3d8176d2f5 avfilter: Add avfilter_graph_que_command() 13 years ago
  Michael Niedermayer 1e5014c7c7 avfilter: Add command passing support 13 years ago
  Mina Nagy Zaki b57df29f95 lavfi: add audio channel packing negotiation fields 14 years ago
  Mina Nagy Zaki fd2c0a5db2 lavfi: add layout negotiation fields and helper functions. 14 years ago
  Stefano Sabatini d468ed0321 lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() 14 years ago
  Stefano Sabatini f5901fd392 avfiltergraph: use meaningful error codes 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Stefano Sabatini ab543afe47 Make avfilter_graph_free() free the graph. 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: 15 years ago
  S.N. Hemanth Meenakshisundaram bdab614be8 Generalize pixel format enum fields to int formats. 15 years ago