Tue, 26 Jan 2010 08:03:28 +0000 |
michael |
Use isAnyRGB() where possible
|
Tue, 26 Jan 2010 08:01:50 +0000 |
michael |
Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.
|
Tue, 26 Jan 2010 07:40:14 +0000 |
michael |
Rename isRGB() and isBGR() as their meaning is confusing.
|
Mon, 25 Jan 2010 22:46:09 +0000 |
stefano |
Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightly
|
Sun, 24 Jan 2010 21:28:17 +0000 |
stefano |
Fix mis-computation of the needsDither variable erroneously introduced
|
Sun, 24 Jan 2010 21:15:43 +0000 |
reimar |
Use av_malloc to ensure sufficient alignment and also free at least some
|
Sun, 24 Jan 2010 20:54:17 +0000 |
reimar |
If audio was identified as DTS in the PMT do not override that with TrueHD
|
Sun, 24 Jan 2010 20:46:26 +0000 |
reimar |
Fail ad_pcm initialization of WAVEFORMATEX header is missing instead of crashing.
|
Sun, 24 Jan 2010 20:05:28 +0000 |
reimar |
Add support for parsing MLP and TrueHD.
|
Sun, 24 Jan 2010 19:50:27 +0000 |
cehoyos |
Revert the xvmc part of r30422: VCR2 at least worked with xvmc at some point.
|
Sun, 24 Jan 2010 17:44:43 +0000 |
stefano |
Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.
|
Sun, 24 Jan 2010 17:05:53 +0000 |
reimar |
Add forgotten declaration of ds_clear_parser.
|
Sun, 24 Jan 2010 16:38:46 +0000 |
reimar |
Remove now unused variables.
|
Sun, 24 Jan 2010 16:06:41 +0000 |
cehoyos |
VCR2 fails for mpeg12, decodes incorrectly (and cannot be fixed) for
|
Sun, 24 Jan 2010 15:19:14 +0000 |
reimar |
Reset the parser on seek. Should fix some cases of audio "blips" after seeking.
|
Sun, 24 Jan 2010 15:16:39 +0000 |
reimar |
Move the resync-related code into more consistent places instead of having it
|
Sun, 24 Jan 2010 12:55:05 +0000 |
stefano |
Use av_get_bits_per_pixel() for computing the bits per pixel of the
|
Sun, 24 Jan 2010 10:13:33 +0000 |
reimar |
Fix ftp support to properly support large files > 2GB.
|
Sun, 24 Jan 2010 03:21:18 +0000 |
Gabrov |
new year in version string
|
Sun, 24 Jan 2010 03:19:47 +0000 |
Gabrov |
typo fix, accidently reverted the new year patch with previous commit
|
Sun, 24 Jan 2010 03:16:13 +0000 |
Gabrov |
synced with r30414
|
Sun, 24 Jan 2010 03:15:18 +0000 |
Gabrov |
big new year patch for documentations
|
Sun, 24 Jan 2010 03:02:40 +0000 |
ramiro |
Indent.
|
Sun, 24 Jan 2010 02:16:26 +0000 |
ramiro |
Don't redefine M_PI. It is already defined from libavutil/mathematics.h.
|
Sun, 24 Jan 2010 02:08:22 +0000 |
ramiro |
Split swscale.c into scaler code (swscale.c) and utility code (utils.c).
|
Sat, 23 Jan 2010 23:50:25 +0000 |
reimar |
Switch -vf halfpack to use only public API of libswscale.
|
Sat, 23 Jan 2010 19:00:09 +0000 |
reimar |
Make the scale filter prefer yuv conversions that do not need chroma scaling.
|
Sat, 23 Jan 2010 18:37:47 +0000 |
reimar |
Remove the query_format_cache, it is extra complexity that makes improvements
|