Tue, 19 Jan 2010 21:52:00 +0000 |
stefano |
Make selfTest() perform tests where both the input and output formats
|
Tue, 19 Jan 2010 18:53:16 +0000 |
diego |
Create libavutil/avconfig.h, required for FFmpeg compilation.
|
Tue, 19 Jan 2010 18:02:44 +0000 |
ptt |
synced with r30336
|
Tue, 19 Jan 2010 16:30:20 +0000 |
benoit |
Make const prototypes for input sources of sws_scale_* stricter.
|
Tue, 19 Jan 2010 15:42:51 +0000 |
ramiro |
swscale-example: Add comment about the use of av_{malloc,free}.
|
Tue, 19 Jan 2010 13:35:57 +0000 |
zuxy |
Set HAVE_FAST_CLZ according to CPU type.
|
Tue, 19 Jan 2010 11:35:04 +0000 |
ramiro |
Remove useless forward declaration.
|
Tue, 19 Jan 2010 05:21:17 +0000 |
zuxy |
User friendly warning message that gives out names of source and target formats
|
Tue, 19 Jan 2010 03:47:11 +0000 |
mru |
swscale-example: use av_malloc()
|
Mon, 18 Jan 2010 23:34:07 +0000 |
stefano |
Split long line.
|
Mon, 18 Jan 2010 23:33:17 +0000 |
stefano |
Convert int -> enum PixelFormat in doTest().
|
Mon, 18 Jan 2010 10:44:30 +0000 |
ptt |
synced with r30197
|
Mon, 18 Jan 2010 08:42:04 +0000 |
zuxy |
Define out currently unused static functions.
|
Mon, 18 Jan 2010 03:55:16 +0000 |
compn |
add uldx and vspx fourcc to ffodivx in codecs.conf
|
Mon, 18 Jan 2010 03:06:43 +0000 |
zuxy |
Support for detection of AMD Phenom.
|
Sun, 17 Jan 2010 23:29:31 +0000 |
stefano |
Remove stray '\' at the end of macro definitions.
|
Sun, 17 Jan 2010 23:17:47 +0000 |
stefano |
Remove duplicated or pointless newlines.
|
Sun, 17 Jan 2010 23:07:37 +0000 |
stefano |
Factorize error message logging, log it if the converter cannot be
|
Sun, 17 Jan 2010 23:02:20 +0000 |
stefano |
Reindent after the last commit.
|
Sun, 17 Jan 2010 23:00:01 +0000 |
stefano |
Make the pal2rgbWrapper set and use the converter in pal2rgbWrapper
|
Sun, 17 Jan 2010 19:26:35 +0000 |
mru |
Remove double const
|
Sun, 17 Jan 2010 15:11:25 +0000 |
stefano |
Factorize error message logging in rgb2rgbWrapper().
|
Sun, 17 Jan 2010 15:08:31 +0000 |
reimar |
Add a proper header for our strsep implementation so strsep will
|
Sun, 17 Jan 2010 14:58:44 +0000 |
reimar |
Reuse the fmt-conversion code instead of duplicating the functionality.
|
Sun, 17 Jan 2010 14:54:38 +0000 |
reimar |
Add big- and little-endian variants of the 15 and 16 bit RGB/BGR formats.
|
Sun, 17 Jan 2010 14:53:12 +0000 |
reimar |
Do not depend on PIX_FMT_RGB32 which is (currently?) not part of the public API.
|
Sun, 17 Jan 2010 14:40:44 +0000 |
reimar |
More format support in fmt-conversion.c: split RGB32 and BGR32
|
Sun, 17 Jan 2010 14:25:19 +0000 |
mru |
Reindent
|
Sun, 17 Jan 2010 14:25:17 +0000 |
mru |
Remove inline from initFilter()
|
Sun, 17 Jan 2010 13:28:29 +0000 |
reimar |
Hack to avoid a GUID_NULL clash on 64 bit MinGW.
|
Sun, 17 Jan 2010 13:18:59 +0000 |
reimar |
Add hack to fix tvi_dshow compilation with 64-bit MinGW
|
Sun, 17 Jan 2010 12:32:25 +0000 |
reimar |
Mention systems that have received major build fixes recently in the Changelog.
|