summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_pad.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-111-12/+24
|\
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-13/+25
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-13/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-061-2/+2
|\ \ | |/
| * vf_pad/scale: use double precision for aspect ratios.Anton Khirnov2012-10-061-1/+1
* | 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-12/+37
|\ \ | |/
| * lavfi: check all ff_get_video_buffer() calls for errors.Anton Khirnov2012-07-221-0/+3
| * lavfi: add error handling to end_frame().Anton Khirnov2012-07-221-2/+2
| * lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-7/+11
| * lavfi: add error handling to start_frame().Anton Khirnov2012-07-221-5/+23
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-221-12/+12
|\ \ | |/
| * lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-13/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-211-1/+3
|\ \ | |/
| * lavfi: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov2012-07-201-1/+0
| * lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-201-1/+0
| * vf_pad: don't give up its own reference to the output buffer.Anton Khirnov2012-07-201-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-271-1/+1
|\ \ | |/
| * lavfi: make filters less verbose.Anton Khirnov2012-06-261-1/+1
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-261-1/+1
|\ \ | |/
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* | vf_pad: check that we have write permission before writing in the buffer.Michael Niedermayer2012-06-161-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-131-6/+7
|\ \ | |/
| * lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-131-0/+1
| * lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov2012-06-131-6/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-061-4/+6
|\ \ | |/
| * lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-4/+5
| * lavfi: make formats API private on next bump.Anton Khirnov2012-06-051-1/+2
* | Mark GRAY8 format as pseudo-paletted.Reimar Döffinger2012-04-091-1/+1
* | vf_pad: port to new drawutils API.Nicolas George2012-03-211-81/+40
* | vf_pad: keep a reference to the output buffer.Nicolas George2012-03-081-9/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-221-1/+1
|\ \ | |/
| * Mark mutable static data const where appropriate.Alex Converse2012-02-211-1/+1
| * vf_pad: fix "vsub" variable value computationStefano Sabatini2011-09-281-1/+1
| * vsrc_color: add @file doxyStefano Sabatini2011-09-191-1/+1
* | pad: fix format string lengthMichael Niedermayer2011-11-141-1/+1
* | Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-061-2/+2
* | Add const to static arrays where it was forgotten.Reimar Döffinger2011-11-051-1/+1
* | vf_pad: Fix alignment of get_video_buffer()Michael Niedermayer2011-10-271-2/+3
* | vf_pad: remove mathematical constants now redundant.Nicolas George2011-10-131-9/+0
* | lavfi: tweak display aspect ratio variables in pad and scale filtersStefano Sabatini2011-07-301-3/+6
* | vf_pad: fix "vsub" variable value computationStefano Sabatini2011-07-041-1/+1
* | vf_pad: add support for a "sar" variableStefano Sabatini2011-07-041-3/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+1
|\ \ | |/
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
| * pad: make the filter parametricStefano Sabatini2011-04-261-8/+106
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * lavfi: put color source in a dedicated fileStefano Sabatini2011-02-211-128/+0
| * lavfi: add drawutilsStefano Sabatini2011-02-211-105/+21
OpenPOWER on IntegriCloud