]> git.sesse.net Git - ffmpeg/history - libavfilter/vf_slicify.c
lpc: Add a function for calculating reflection coefficients from samples
[ffmpeg] / libavfilter / vf_slicify.c
2012-10-12 Anton Khirnovlavfi: do not use av_pix_fmt_descriptors directly.
2012-10-10 Mans Rullgardlavfi: convert input/ouput list compound literals to...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-07-22 Anton Khirnovlavfi: add error handling to draw_slice().
2012-07-22 Anton Khirnovlavfi: add error handling to start_frame().
2012-07-21 Ronald S. Bultjelavfi: use const for AVFilterPad declarations in all...
2012-07-20 Anton Khirnovvf_slicify: clear AVFilterLink.cur_buf in start_frame().
2012-06-26 Anton Khirnovlavfi: remove 'opaque' parameter from AVFilter.init()
2012-06-13 Anton Khirnovlavfi: make AVFilterPad opaque after two major bumps.
2012-06-05 Anton Khirnovlavfi: remove request/poll and drawing functions from...
2012-05-22 Anton Khirnovlavfi: remove avfilter_null_* from public API on next...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-11-28 Stefano SabatiniIn libavfilter, use consistently "Copyright (c)" in...
2010-09-24 Stefano SabatiniAdd missing uses of NULL_IF_CONFIG_SMALL for the filter...
2010-08-07 S.N. Hemanth Meena... Rename AVFilterPicRef to AVFilterBufferRef.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-18 Bobby BinghamUse the new null callbacks to simplify filters and...
2010-03-13 Stefano SabatiniExtend the slice filter to make it issue slice height...
2010-01-31 Stefano SabatiniAvoid usage of avcodec_get_pix_fmt_name() and
2009-12-06 Stefano SabatiniReindent after the last commit.
2009-12-06 Stefano SabatiniFix slicify when the slice_direction is negative, make...
2009-12-04 Stefano SabatiniAdd a slice_dir parameter to avfilter_draw_slice().
2009-11-03 Stefano SabatiniAdd slicify video filter.