summaryrefslogtreecommitdiff
path: root/libavfilter/vf_drawbox.c
Commit message (Expand)AuthorAge
* Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-11
|\
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | vf_drawtext: fix permissions.Nicolas George2012-08-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-22
|\|
| * lavfi: add error handling to draw_slice().Anton Khirnov2012-07-22
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-22
|\|
| * lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-27
|\|
| * lavfi: make filters less verbose.Anton Khirnov2012-06-26
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-26
|\|
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-13
|\|
| * lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-06
|\|
| * lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
| * lavfi: make formats API private on next bump.Anton Khirnov2012-06-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-23
|\|
| * lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-22
* | lavfi/drawbox: fix width displayed in place of x.Clément Bœsch2012-04-13
* | Mark AVFilterPad[] compound literals as const.Reimar Döffinger2011-11-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-26
|\|
| * doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-26
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
* | lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki2011-06-19
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
|/
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-28
* move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs2010-11-17
* improve av_parse_color() to allow for non-null terminated color stringAurelien Jacobs2010-11-13
* Add the drawbox filter from the soc libavfilter repo.Stefano Sabatini2010-09-28