477 Commits (d69a4177b988cadaaadcd349f4b5dc1abe784a2d)

Author SHA1 Message Date
Anton Khirnov d69a4177b9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
Anton Khirnov 48a5adab62 lavfi: add avfilter_init_str() to replace avfilter_init_filter(). 12 years ago
Anton Khirnov 1565cbc65c lavfi: make avfilter_free() remove the filter from its graph. 12 years ago
Anton Khirnov 111367263a lavfi: add AVFilterContext.graph. 12 years ago
Anton Khirnov c2c9801bc9 lavfi: deprecate avfilter_graph_add_filter(). 12 years ago
Anton Khirnov bc1a985ba0 lavfi: replace avfilter_open() with avfilter_graph_alloc_filter(). 12 years ago
Anton Khirnov 38f0c0781a lavfi: merge avfiltergraph.h into avfilter.h 12 years ago
Anton Khirnov 4a37d4b3f8 lavfi: add const to the pads parameter of avfilter_pad_get_name/type 12 years ago
Anton Khirnov 91d2efa7d6 lavfi: add const to AVFilterContext.filter. 12 years ago
Anton Khirnov 8114c10160 lavfi: add avfilter_get_class(). 12 years ago
Anton Khirnov c43a7ecad9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
Anton Khirnov 4fa1f52e33 af_resample: switch to an AVOptions-based system. 12 years ago
Anton Khirnov b439c992c2 lavfi: switch to an AVOptions-based system. 12 years ago
Nicolas George 79d8cfacf0 lavfi: loop on request_frame if necessary. 12 years ago
Nicolas George befbcc374d lavfi: add common code to handle options parsing. 12 years ago
Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
Clément Bœsch aaf59766b9 lavfi/avfilter: remove now unused {src,cur,out}_buf. 12 years ago
Nicolas George 2eb2e1798e lavfi: add avfilter_get_audio_buffer_ref_from_arrays_channels. 12 years ago
Nicolas George 34de47aa35 lavfi: add an accessor for ref->audio->channels. 12 years ago
Nicolas George 238edd2fe3 lavfi: add a channels field to AVFilterLink. 12 years ago
Stefano Sabatini 8f44170d30 lavfi/avfilter.h: clarify doxy for AVFilterLink.out_buf 12 years ago
Clément Bœsch 18d9398143 doxy: add ref for lavfi, lpp and lsws. 12 years ago
Anton Khirnov 9178235ffb avfilter: mark start_frame/end_frame/draw_slice as deprecated 12 years ago
Michael Niedermayer 8227a0b7df libavfilter: update doxy for filter_frame 12 years ago
Michael Niedermayer cd7febd33f lavfi: replace filter_samples by filter_frame 12 years ago
Anton Khirnov 565e4993c6 lavfi: merge start_frame/draw_slice/end_frame 12 years ago
Stefano Sabatini 7945665200 lavfi: store and propagate number of channels information in audio buffer properties 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Clément Bœsch 54a48d2f04 lavfi: fix references to avfilter_* functions that don't exist anymore. 12 years ago
Michael Niedermayer 95d07f33dc libavfilter: include needed header for AVDictionary 12 years ago
Clément Bœsch 6fb2fd895e lavc: add lavfi metadata support. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Stefano Sabatini a4cb0af945 lavfi: drop deprecated and pointless avfilter_default_end_frame() function 12 years ago
Michael Niedermayer 91141f2a13 lavfi: add qp_table_size 12 years ago
Michael Niedermayer c9a0f9bf3c libavfilter: pass QP table through the filter chain 12 years ago
Nicolas George beeba9161a lavfi: add a closed field to AVFilerLink. 12 years ago
Nicolas George 271ddb116c lavfi: use min_perms and rej_perms for out pads. 12 years ago
Stefano Sabatini 5c0d8bc4ce lavfi: add avfilter_get_class() and iteration callbacks 12 years ago
Nicolas George 8d6eed7b56 lavfi: document the constraints on incoming frames. 12 years ago
Nicolas George 8ef740ce01 lavfi: use a new field for automatic buffer copy. 12 years ago
Michael Niedermayer dfd8f2ff19 avfilter: fix minor typo 12 years ago
Stefano Sabatini e564de26b3 lavfi/avfilter.h: add doxy for AVFilterLink.out_buf 12 years ago
Stefano Sabatini b73be80d48 lavfi/avfilter.h: add doxy for AVFilterLink.cur_buf 12 years ago
Anton Khirnov d4f89906e3 lavfi: add error handling to end_frame(). 12 years ago
Anton Khirnov e9b992d035 lavfi: add error handling to draw_slice(). 12 years ago
Anton Khirnov ebc8d97481 lavfi: add error handling to start_frame(). 12 years ago
Robert Nagy b70d89a033 lavfi: add avfilter_unref_bufferp() 13 years ago
Stefano Sabatini 21d5609826 lavfi: add init_opaque callback 13 years ago
Anton Khirnov cd99146253 lavfi: add error handling to filter_samples(). 13 years ago
Nicolas George 0689d5e17a lavfi: implement samples framing on links. 13 years ago