178 Commits (9d09ebf1ed489b26d2bb09549016e114ef8d54b2)

Author SHA1 Message Date
Stefano Sabatini d38c340fdc Implement avfilter_get_video_buffer_ref_from_arrays(). 14 years ago
Stefano Sabatini 2fb21bf4ff Give more explicit/less confusing names to the filters dealing with 14 years ago
Stefano Sabatini 63e8d9760f Use the new libavcore audio channel API. 14 years ago
Stefano Sabatini 58935b25d0 Port overlay filter from the libavfilter repo (with many fixes), 14 years ago
Stefano Sabatini 5aaea022ab Make avfiltergraph.h public. 14 years ago
Stefano Sabatini 4fcbb2af33 Prefix with "ff_" the functions: 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Aurelien Jacobs 6ed3bace97 drop support for base-10 encoded alpha component in av_parse_color() 14 years ago
Stefano Sabatini 24de0edbd5 Rename avfilter_destroy() as avfilter_free(). 14 years ago
Stefano Sabatini 1e80a0eaa4 Remove graphparser.h header, move AVFilterInOut and 14 years ago
Stefano Sabatini da6ec07c41 Bump lavfi minor and add APIchanges entry after the rename of 14 years ago
Stefano Sabatini 97dd1e4a87 Rename avfilter_graph_destroy() to avfilter_graph_free(). 14 years ago
Stefano Sabatini e15aeea656 Implement avfilter_graph_alloc(). 14 years ago
Stefano Sabatini a532bb390f Add setpts filter, ported from the libavfilter soc repo. 14 years ago
Stefano Sabatini 43945b2766 Add transpose filter. 14 years ago
Stefano Sabatini 2a24df9357 Add avfilter_graph_config(). 14 years ago
Stefano Sabatini 94498ec98a Extend buffer source to accept the time base for the output PTS. 14 years ago
Stefano Sabatini 68b79bfc48 Implement cropdetect filter. 14 years ago
Stefano Sabatini 16134b7c40 Extend the nullsrc source, make it accept a parameter for specifying 14 years ago
Stefano Sabatini 214c0d420b Implement settb filter. 14 years ago
Stefano Sabatini 867ae7aa5d Add a time_base field to AVFilterLink. 14 years ago
Stefano Sabatini 333771210e Fix reference to nonexistent function. 14 years ago
Stefano Sabatini e40032e23a Add the drawbox filter from the soc libavfilter repo. 14 years ago
Stefano Sabatini c85eef4ed8 Move av_set_options_string() from libavfilter to libavutil. 14 years ago
Stefano Sabatini 486adc55c0 Use more expressive names for the avfilter_insert_filter() in and out 14 years ago
Stefano Sabatini acc0490f09 Make AVFilterLink store the pointers to the source and destination 14 years ago
Stefano Sabatini 372e288408 Move av_get_token() from libavfilter to libavutil. 14 years ago
Stefano Sabatini 13fabd7a8d Port MPlayer blackframe filter. 14 years ago
Stefano Sabatini 5900deeb90 Bump lavfi minor and add Changelog notice after yadif addition. 14 years ago
S.N. Hemanth Meenakshisundaram f0a5543898 Add asink_anullsink - null audio sink. 14 years ago
Stefano Sabatini 1ee410f330 Add asrc_anullsrc - null audio source. 14 years ago
Stefano Sabatini 75b67a8a99 Make the crop filters accept parametric expressions. 14 years ago
Stefano Sabatini 2bc05d3547 Change the syntax of the crop filter from x:y:w:h to w:h:x:y. 14 years ago
Stefano Sabatini 47941088f9 Add frei0r filter. 14 years ago
Michael Niedermayer 177477f57a Correct terminology bug in poll_frame() 14 years ago
Stefano Sabatini 6ebf0bfc17 Implement libopencv smooth filter. 14 years ago
Stefano Sabatini 34017fd9b2 Move av_picture_data_copy() to libavcore, and rename it 15 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 15 years ago
Stefano Sabatini eedca998eb Implement ff_get_ref_perms_string() and use it for tracing. 15 years ago
Stefano Sabatini 7f1af825f8 Add fifo filter. 15 years ago
S.N. Hemanth Meenakshisundaram 99046339fc Add null audio filter. 15 years ago
Stefano Sabatini e34433612f Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps(). 15 years ago
Stefano Sabatini 3fa3e4f4ec Cosmetics: add an empty newline between the function description and 15 years ago
S.N. Hemanth Meenakshisundaram ad2c950154 Implement libavfilter audio framework. 15 years ago
Stefano Sabatini a1e171dfee Add hflip filter. 15 years ago
Stefano Sabatini f607cc18eb Cosmetics: put "{" on the same line of the "struct" keyword in struct 15 years ago
Stefano Sabatini 81c1ecabab Deprecate ff_get_plane_bytewidth() in favor of 15 years ago
Stefano Sabatini a4fb0ada0b Apply misc cosmetics: add empty newlines for separating function 15 years ago
S.N. Hemanth Meenakshisundaram c1db7bff66 Resize data and linesize in AVFilterBufferRef to 8. 15 years ago
Stefano Sabatini 84c0386960 Change avfilter_open() signature, from: 15 years ago