159 Commits (efb4f96a7a8bc22f0f615e7e21a2bfe9b0f5088e)

Author SHA1 Message Date
Michael Niedermayer 69d45d2ecb avfiltergraph: add aresample_swr_opts 12 years ago
Michael Niedermayer 8f507feecb avfiltergraph: add AVOption table 12 years ago
Stefano Sabatini f67ebf5b77 lavfi/avfiltergraph: improve error message in graph_check_validity() 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Stefano Sabatini 8f37a1e8dc lavfi/avfiltergraph: avoid to print "(null)" in the scale args 12 years ago
Hendrik Leppkes 79393a8363 Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_desc_get 12 years ago
Anton Khirnov e3496e5dbe avfiltergraph: silence an uninitialized variable warning 12 years ago
Michael Niedermayer 7b607eb5e7 avfiltergraph: use avcodec_find_best_pix_fmt_of_2() 12 years ago
Michael Niedermayer d40e2c7a86 avfiltergraph: kill uninitialized variable warning 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Justin Ruggles 743f07062a lavfi: better channel layout negotiation 12 years ago
Michael Niedermayer ef1c0b5295 avfiltergraph: add some debug info about selected pixel formats 13 years ago
Nicolas George f98d814bb6 avfiltergraph: add a debug message on EOF. 13 years ago
Carl Eugen Hoyos 71e5a14028 Suggest aresample filter if it was not compiled but requested. 13 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
Stefano Sabatini 972cad77fa lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.h 13 years ago
Anton Khirnov 58b049f2fa lavfi: support automatically inserting the fifo filter when needed. 13 years ago
Paul B Mahol 54101214d8 lavfi: use designated initializers for AVClass 13 years ago
Paul B Mahol c9e183b490 lavfi: update some deprecated functions 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
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() 13 years ago
Stefano Sabatini 59cef18c24 avfiltergraph: use meaningful error codes 13 years ago