summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_slicify.c
Commit message (Expand)AuthorAgeFilesLines
* Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-061-2/+2
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-281-1/+1
* Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.Stefano Sabatini2010-09-241-1/+1
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-071-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Use the new null callbacks to simplify filters and reduce duplicated code.Bobby Bingham2010-03-181-13/+2
* Extend the slice filter to make it issue slice height values randomlyStefano Sabatini2010-03-131-9/+22
* Avoid usage of avcodec_get_pix_fmt_name() andStefano Sabatini2010-01-311-2/+2
* Reindent after the last commit.Stefano Sabatini2009-12-061-4/+4
* Fix slicify when the slice_direction is negative, make it send slicesStefano Sabatini2009-12-061-0/+8
* Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini2009-12-041-3/+3
* Add slicify video filter.Stefano Sabatini2009-11-031-0/+107
OpenPOWER on IntegriCloud