63 Commits (85f115b5d8d7d8f39d9a2934242b108f5b7c891e)

Author SHA1 Message Date
Nicolas George 79d8cfacf0 lavfi: loop on request_frame if necessary. 12 years ago
Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
Michael Niedermayer 2468827c06 internal.h: remove start/end_frame from AVFilterPad 12 years ago
Michael Niedermayer c0c0b19644 lavfi: remove some draw_slice related code that has become unneeded 12 years ago
Michael Niedermayer 8227a0b7df libavfilter: update doxy for filter_frame 12 years ago
Michael Niedermayer 3ed483cdfa libavfilter: Support using filter_frame for video 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
Clément Bœsch 54a48d2f04 lavfi: fix references to avfilter_* functions that don't exist anymore. 12 years ago
Nicolas George 9de731e9d0 lavfi/sink_buffer: implement libav compatibility API. 12 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
Nicolas George cb6a20fa56 lavfi: add FF_*LINK_IDX convenience macros. 13 years ago
Nicolas George 97f86680eb lavfi: make copy_buffer_ref common. 13 years ago
Anton Khirnov cd99146253 lavfi: add error handling to filter_samples(). 13 years ago
Stefano Sabatini c17808cebd lavfi: define macro AVFILTER_DEFINE_CLASS 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
Stefano Sabatini 134815a030 lavfi: change name of tracing functions and of the macro which enables them 13 years ago
Michael Niedermayer 7b0d362567 libavfilter: make ff_null_start_frame_keep_ref() a non static inline function. 13 years ago
Stefano Sabatini 1488c4dc0b lavfi: move tracing utilities definition from video.c to avfilter.c 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 8eb9bf0933 avfiltergraph: make some functions static. 13 years ago
Michael Niedermayer 3448404a70 libavfilter: add ff_parse_time_base() 13 years ago
Stefano Sabatini 4d4098da00 lavfi: drop planar/packed negotiation support 13 years ago
Anton Khirnov 0b45334a58 lavfi: move audio-related functions to a separate file. 13 years ago
Stefano Sabatini 6b55aab01a lavfi: create buffer reference in filters which need to access the ref later 13 years ago
Nicolas George 2ce7972779 avfiltergraph: add avfilter_graph_request_oldest(). 13 years ago
Michael Niedermayer f068ce570f avfilter: pool draining and self destruction support. 13 years ago
Stefano Sabatini 386aee6864 sink_buffer: copy list of provided formats in the context 13 years ago
Stefano Sabatini 8fe0c527f3 lavfi: add LUT (LookUp Table) generic filters 13 years ago
Stefano Sabatini e64de2ad1a lavfi: document AVFilterCommand fields 13 years ago
Stefano Sabatini 4381bddc9f lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBufferRefAudioProps 13 years ago
Michael Niedermayer 3d8176d2f5 avfilter: Add avfilter_graph_que_command() 13 years ago
Stefano Sabatini e26782a9b4 lavfi: add ff_parse_pixel_format() internal function, and use it 13 years ago
Mina Nagy Zaki 3f07d40ea2 lavfi: add internal functions for parsing format arguments 13 years ago
Stefano Sabatini 7464a53aaa lavfi: make pix_fmt_is_in() in vf_lut.c an internal function 14 years ago
Stefano Sabatini 77b32b73ed lavfi: apply misc style fixes 14 years ago
Diego Biurrun 153382e1b6 multiple inclusion guard cleanup 14 years ago
Michael Niedermayer 39f66edbea AVFilter: use picture pool to avoid malloc(). 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò 97e528a9e1 Make the avfilter debug functions and macros static to avfilter.c 14 years ago
Diego Elio Pettenò eb7ccf8f33 Make the avfilter debug functions and macros static to avfilter.c 14 years ago
Stefano Sabatini 4723bc2868 Make avfilter_default_free_buffer() an internal shared symbol, so that 14 years ago
Stefano Sabatini 4fcbb2af33 Prefix with "ff_" the functions: 14 years ago
Stefano Sabatini eedca998eb Implement ff_get_ref_perms_string() and use it for tracing. 14 years ago
Stefano Sabatini b5fbb31e55 Rename ff_dprintf_picref() to ff_dprintf_ref(). 14 years ago