Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-21add YUVJ411PMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-19swscale/output: silence warning about undefined 'ASSERT_LEVEL'Paul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-05-19swscale/output: remove unused headerPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-05-18sws/output: yuv2rgb_write() assert that alpha has the correct value in the ↵Michael Niedermayer
tables Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-18sws/output: init A1/A2 so that rgba64 ends with 0xffff in the absence of ↵Michael Niedermayer
alpha input Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* Conflicts: doc/APIchanges libavcodec/avpicture.c libavcodec/ffv1dec.c libavcodec/ffv1enc.c libavcodec/imgconvert.c libavcodec/tiffenc.c libavfilter/vf_pixdesctest.c libavfilter/vf_scale.c libavutil/imgutils.c libavutil/pixdesc.c libavutil/version.h libswscale/swscale_internal.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-05-14swscale/output: silence compiler warnings about uninitialized variablesMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-13sws/output: remove offset/coef for alpha in rgba64Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-12swscale: RGBA64 outputPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-12sws/packed_16bpc_bswap: fix handling of negative strideMichael Niedermayer
2013-05-12Revert "sws: support endianness conversion for AV_PIX_FMT_RGBA64"Michael Niedermayer
This reverts commit 23f7b14f2851d1d1a969c12b7e337826f0c74a43. This commit broke fate
2013-05-12sws: support endianness conversion for AV_PIX_FMT_RGBA64Paul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-05-10sws: add casts to silence pointer type mismatch warningsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-10sws/output/yuv2gbrp_full_X_c(): silence warning about uninitialized variableMichael Niedermayer
clang did not show this one, so i missed it in the last batch Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-10sws/output: silence warnings about uninitialized use of variablesMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-09lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch
2013-05-08libswscale: simplify isAnyRGB macroPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-05-08libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-05-07sws: factorize rgb 9+ planar funcs declarations.Clément Bœsch
2013-05-07Merge commit '9cfa21c8c2b81146aab574f55c93f27e5c2d435c'Michael Niedermayer
* commit '9cfa21c8c2b81146aab574f55c93f27e5c2d435c': swscale: support endianness conversion for AV_PIX_FMT_XYZ12 Conflicts: libswscale/swscale_unscaled.c libswscale/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-07Merge commit 'c1eb3e7fecdc270e03a700d61ef941600a6af491'Michael Niedermayer
* commit 'c1eb3e7fecdc270e03a700d61ef941600a6af491': swscale: add support for endianness only conversion Conflicts: libswscale/utils.c libswscale/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-06swscale: support endianness conversion for AV_PIX_FMT_XYZ12Janne Grunau
2013-05-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: swscale: Use alpha from the right row in yuva2rgba_c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-06Merge commit '6c5eac9a603a91a707d030d96ba97e2ef6b3ce50'Michael Niedermayer
* commit '6c5eac9a603a91a707d030d96ba97e2ef6b3ce50': swscale: Remove unnecessary backslashes jpeg2000: Fix uninitialized data errors pointed out by valgrind/memcheck Conflicts: libavcodec/jpeg2000dec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-06swscale: add support for endianness only conversionJanne Grunau
Use bitfields in FormatEntry array to avoid wasting an int for each flag.
2013-05-06swscale: Use alpha from the right row in yuva2rgba_cMartin Storsjö
Every other pixel had the alpha channel taken from the wrong row. This fixes bug 504. CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
2013-05-06swscale: Remove unnecessary backslashesMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-05-05Merge commit '2b677ffca54a5fbef9c8860841c32f28ecd68f70'Michael Niedermayer
* commit '2b677ffca54a5fbef9c8860841c32f28ecd68f70': swscale: Add av_cold attributes to init functions missing them Conflicts: libswscale/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-05Avoid incorrect deprecated pixel format warning.Reimar Döffinger
Should only be printed if a "JPEG" format was used, not for e.g. XYZ. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2013-05-05swscale: Add av_cold attributes to init functions missing themDiego Biurrun
2013-05-03lavu: add planar 16 bit and 8 bit rgb with alphaPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-05-01Merge commit '7f75f2f2bd692857c1c1ca7f414eb30ece3de93d'Michael Niedermayer
* commit '7f75f2f2bd692857c1c1ca7f414eb30ece3de93d': ppc: Drop unnecessary ff_ name prefixes from static functions x86: Drop unnecessary ff_ name prefixes from static functions arm: Drop unnecessary ff_ name prefixes from static functions Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-01sws: share xyzgamma tables.Michael Niedermayer
They are currently always constant and thus theres no point to store them in the context. This makes the context 16kb smaller Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-30ppc: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-28sws: fix typo in xyz2rgb matrix use.Michael Niedermayer
Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-28sws: Check for malloc failure of rgb0_tmpMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-28sws: support xyz inputMichael Niedermayer
The implementation is heavily based on Matthias Buerchers and Nicolas Bertrands vf_xyz2rgb.c Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-28sws: remove hack to support partial convert / xyz bswapingMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-28sws: enable xyz12, this for now is just for swaping between le and beMichael Niedermayer
Needed for fixing fate Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-28sws: add 16bit gbrp formats to packed_16bpc_bswap()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-28sws: extend packed_16bpc_bswap code to handle planar formatsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-18Fix libswscale compilation with --disable-optimizations on x86-32.Carl Eugen Hoyos
Fixes ticket #2477.
2013-04-16sws: Skip ff_yuv2rgb_c_init_tables() when the output is YUVMichael Niedermayer
Fixes "20bpp not supported by yuv2rgb" warning Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-16sws/fill_rgb2yuv_table: use ROUNDED_DIVMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-16sws/fill_rgb2yuv_table: increase precission to 32bitMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-16sws/fill_rgb2yuv_table: avoid 2 divisionsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-16sws: fix alignment of rgb2yuvMichael Niedermayer
This should fix mingw32 fate Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-15sws/x86: update RENAME(rgb24toyv12)() to using the user provided rgb2yuv tableMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>