445 Commits (5be38f9421da8a50502e8021191fa180193765ec)

Author SHA1 Message Date
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 13 years ago
Stefano Sabatini b73be80d48 lavfi/avfilter.h: add doxy for AVFilterLink.cur_buf 13 years ago
Anton Khirnov d4f89906e3 lavfi: add error handling to end_frame(). 13 years ago
Anton Khirnov e9b992d035 lavfi: add error handling to draw_slice(). 13 years ago
Anton Khirnov ebc8d97481 lavfi: add error handling to start_frame(). 13 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
Anton Khirnov 83ba22392d lavfi: reorder AVFilterLink fields. 13 years ago
Anton Khirnov f892013ac4 lavfi: reorder AVFilterContext fields. 13 years ago
Anton Khirnov 9618080512 lavfi: reorder AVFilter fields. 13 years ago
Anton Khirnov f14e685609 lavfi: reorder AVFilterBufferRef fields. 13 years ago
Anton Khirnov cb81e29138 lavfi: reorder AVFilterBuffer fields. 13 years ago
Anton Khirnov 1961e46c15 lavfi: remove disabled FF_API_FILTERS_PUBLIC cruft 13 years ago
Anton Khirnov 5e88b96f37 lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruft 13 years ago
Anton Khirnov 6c1e065bd4 lavfi: remove disabled FF_API_SAMPLERATE64 cruft 13 years ago
Anton Khirnov a5e8c41c28 lavfi: remove 'opaque' parameter from AVFilter.init() 13 years ago
Stefano Sabatini 720ec62012 lavfi: drop deprecated and disabled packing API 13 years ago
Stefano Sabatini 8a3544149f lavfi/avfilter.h: reorganize headers disposition 13 years ago
Stefano Sabatini 972cad77fa lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.h 13 years ago
Stefano Sabatini a31ab50712 lavfi: move some FF_API_ definitions from avfilter.h to version.h 13 years ago
Anton Khirnov f75be9856a lavfi: allow audio filters to request a given number of samples. 13 years ago
Anton Khirnov 58b049f2fa lavfi: support automatically inserting the fifo filter when needed. 13 years ago
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