summaryrefslogtreecommitdiff
path: root/libavfilter/vf_slicify.c
Commit message (Expand)AuthorAge
* lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* lavfi: add error handling to draw_slice().Anton Khirnov2012-07-22
* lavfi: add error handling to start_frame().Anton Khirnov2012-07-22
* lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-21
* vf_slicify: clear AVFilterLink.cur_buf in start_frame().Anton Khirnov2012-07-20
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-13
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
* lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-22
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-28
* Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.Stefano Sabatini2010-09-24
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-07
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Use the new null callbacks to simplify filters and reduce duplicated code.Bobby Bingham2010-03-18
* Extend the slice filter to make it issue slice height values randomlyStefano Sabatini2010-03-13
* Avoid usage of avcodec_get_pix_fmt_name() andStefano Sabatini2010-01-31
* Reindent after the last commit.Stefano Sabatini2009-12-06
* Fix slicify when the slice_direction is negative, make it send slicesStefano Sabatini2009-12-06
* Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini2009-12-04
* Add slicify video filter.Stefano Sabatini2009-11-03