181 Commits (85f115b5d8d7d8f39d9a2934242b108f5b7c891e)

Author SHA1 Message Date
Anton Khirnov 6d0546bbaf avfiltergraph: set deprecated filter_count. 12 years ago
Anton Khirnov 6e3c13a559 avfiltergraph: check for sws opts being non-NULL before using them. 12 years ago
Nicolas George 125acd2152 lavfi: support multiple rounds of format negotiation. 12 years ago
Anton Khirnov dd74e3ef33 avfiltergraph: use sizeof(var) instead of sizeof(type) 12 years ago
Anton Khirnov 42c7c61ab2 avfiltergraph: replace AVFilterGraph.filter_count with nb_filters 12 years ago
Reimar Döffinger efa7f42020 Use the avstring.h locale-independent character type functions 12 years ago
Reimar Döffinger 88d55b827d Remove incorrect use of ctype.h functions. 12 years ago
Nicolas George 2d98dd3d14 lavfi: fix merging of formats and clarify exception. 12 years ago
Justin Ruggles 9f1223562e lavfi: connect libavresample options to af_resample via AVFilterGraph 12 years ago
Nicolas George b5884db437 lavfi: fix missing space in error message. 12 years ago
Nicolas George 3dea8b375e lavfi: remove disabled code. 12 years ago
Nicolas George b6afb2dde1 lavfi: support unknown channel layouts. 12 years ago
Clément Bœsch 491ca0e89f Replace references to "que" with the appropriate word. 12 years ago
Nicolas George b99bef17b4 lavfi/avfiltergraph: check pick_format return code. 12 years ago
Nicolas George 11ab2c25b6 lavfi/avfiltergraph: print query_formats errors. 12 years ago
Michael Niedermayer bd16f0a331 avfiltergraph: put variables used in #if 0 code themselfs under #if 0 12 years ago
Nicolas George 238edd2fe3 lavfi: add a channels field to AVFilterLink. 12 years ago
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