392 Commits (635a25954e96bc7b765dc84e9118fca0a61dcaf9)

Author SHA1 Message Date
Anton Khirnov 9baeff9506 lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs 13 years ago
Anton Khirnov 9d0bfc5052 lavfi: make AVFilterPad opaque after two major bumps. 13 years ago
Anton Khirnov 84b9fbe055 lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name(). 13 years ago
Anton Khirnov 6d58358a3a lavfi: make avfilter_get_video_buffer() private on next bump. 13 years ago
Nicolas George 7b42036b3b lavfi: add a frame_rate field to AVFilterLink. 13 years ago
Stefano Sabatini ad347bf459 lavfi: remove avfilter_default_item_name() from public API 13 years ago
Anton Khirnov 803391f719 lavfi: remove request/poll and drawing functions from public API on next bump 13 years ago
Anton Khirnov fa417fcd27 lavfi: make avfilter_insert_pad and pals private on next bump. 13 years ago
Anton Khirnov b74a1da49d lavfi: make formats API private on next bump. 13 years ago
Stefano Sabatini 4d6a8a2bdb lavfi: add avfilter_default_filter_name() 13 years ago
Anton Khirnov 0ce4a627c9 lavfi: fix comment, audio is supported now. 13 years ago
Anton Khirnov ce353a881f lavfi: fix incorrect comment. 13 years ago
Anton Khirnov c04c533f62 lavfi: remove avfilter_null_* from public API on next bump. 13 years ago
Anton Khirnov 43c7a01e98 lavfi: remove avfilter_default_* from public API on next bump. 13 years ago
Mina Nagy Zaki 88c3b87bd8 lavfi: deprecate default config_props() callback and refactor avfilter_config_links() 13 years ago
Nicolas George 5ac9ef6493 avfilter: make AVFilterFormats compatible with libav. 13 years ago
Nicolas George 9567f410aa avfilter: move some fields in AVFilterLink. 13 years ago
Stefano Sabatini 4d4098da00 lavfi: drop planar/packed negotiation support 13 years ago
Michael Niedermayer 47aae2bc2e lavfi: switch to _alt functions 13 years ago
Anton Khirnov 5775a1832c lavfi: add types and functions for channel layout/samplerate negotiation 13 years ago
Nicolas George 7a44223319 lavfi: document filter design subtleties. 13 years ago
Clément Bœsch 4522df52aa lavfi: remove audio.h include from avfilter.h. 13 years ago
Anton Khirnov 472fb3bbfa lavfi: remove some audio-related function from public API. 13 years ago
Anton Khirnov f20ab492ac lavfi: change AVFilterLink.sample_rate from int64_t to int on next bump 13 years ago
Anton Khirnov a6bdfc2a92 lavfi: change AVFilterBufferRefAudioProps.sample_rate from uint32_t to int 13 years ago
Stefano Sabatini 7ef0adcc2e lavfi: simplify signature for avfilter_get_audio_buffer() and friends 13 years ago
Stefano Sabatini e727bca392 lavfi: cleanup avfilter_get_audio_buffer() and pals. 13 years ago
Stefano Sabatini 1b8c9271bd lavfi: add avfilter_get_audio_buffer_ref_from_arrays(). 13 years ago
Anton Khirnov 9453c9e1de lavfi: add extended_data to AVFilterBuffer. 13 years ago
Anton Khirnov ab165047a6 lavfi: add a function for copying properties from AVFilterBufferRef->AVFrame 13 years ago
Anton Khirnov 8134fafe9b lavfi: uninline avfilter_copy_buffer_ref_props(). 13 years ago
Stefano Sabatini f10530b78a lavfi: remove avfilter_default_config_input_link() declaration 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
Nicolas George 78ac49c233 avfilter: document request_frame return codes. 13 years ago
Robert Nagy 65fa7bc1f8 lavfi: add avfilter_unref_bufferp() 13 years ago
Stefano Sabatini a8b0ece6e5 lavfi/testsrc: add "d" alias for the duration option 13 years ago
Anton Khirnov 3167dc9515 lavfi: move version macros to a new installed header version.h 13 years ago
Clément Bœsch 0c01947316 lavfi: add audio silencedetect filter. 13 years ago
Andrey Utkin 079688b6cb Disable annoying warning without changing behavior 13 years ago
Stefano Sabatini 42a8ac94d9 vf_tinterlace: implement interlace mode 5 13 years ago
Nicolas George 4962edf889 lavfi: add amerge audio filter. 13 years ago
Stefano Sabatini 8fb03b4d70 lavfi: port tinterlace filter from MPlayer 13 years ago
Stefano Sabatini 549b53e8cb lavfi: remove redundant definition of avfilter_copy_frame_props() in avfilter.h 13 years ago
Stefano Sabatini 440e984b71 lavfi: add asplit filter 13 years ago
Anton Khirnov 06e8d38f2b Add minor bumps and APIchanges entries for lavc/lavfi changes. 13 years ago
Stefano Sabatini 1c9e340d35 lavfi: add avfilter_copy_frame_props() 13 years ago
Michael Niedermayer f810ab45e3 libavfilter: increase LIBAVFILTER_VERSION_MICRO to 100 like the other libs. 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Stefano Sabatini 6c44ff38d6 lavfi: add cellauto source 13 years ago