summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_slicify.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-10/+17
|\ \ | |/
| * lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-8/+15
| * lavfi: add error handling to start_frame().Anton Khirnov2012-07-221-2/+2
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-221-11/+11
|\ \ | |/
| * lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-11/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-211-0/+1
|\ \ | |/
| * vf_slicify: clear AVFilterLink.cur_buf in start_frame().Anton Khirnov2012-07-201-0/+1
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-261-1/+1
|\ \ | |/
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-131-0/+1
|\ \ | |/
| * lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-131-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-061-5/+5
|\ \ | |/
| * lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-5/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-231-2/+3
|\ \ | |/
| * lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-221-2/+3
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | 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