summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAgeFilesLines
* Use sws_printVec2() instead of the deprecated sws_printVec().Stefano Sabatini2009-02-141-2/+2
* Implement sws_printVec2() and deprecate sws_printVec().Stefano Sabatini2009-02-141-4/+10
* Some AltiVec functions in SwScaler produce different output than theirKostya Shishkov2009-02-141-0/+1
* Move sws_getGaussianVec() documentation from swscale.c to swscale.h.Stefano Sabatini2009-02-101-4/+0
* Move documentation of sws_getCachedContext() from swscale.c toStefano Sabatini2009-02-101-10/+0
* Remove pointless comment regarding sws_scale_ordered().Stefano Sabatini2009-02-101-3/+0
* Prefix visible YUV2RGB functions with sws_Kostya Shishkov2009-02-091-3/+3
* Give better name to Inverse_Table_6_9Kostya Shishkov2009-02-091-3/+3
* Drop the deprecated sws_scale_ordered() at the next major versionStefano Sabatini2009-02-081-0/+2
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2009-01-251-14/+14
* Disable C code when compiling AltiVec code, fixes the warning:Diego Biurrun2009-01-251-0/+1
* spelling/grammar cosmeticsDiego Biurrun2009-01-251-48/+48
* Fix #endif comments.Diego Biurrun2009-01-251-5/+5
* Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.Carl Eugen Hoyos2009-01-201-0/+4
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which willNVIDIA Corporation2009-01-161-0/+4
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-141-44/+55
* Add PIX_FMT_VDPAU_H264.Carl Eugen Hoyos2009-01-081-0/+2
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-271-3/+3
* Silence GCC warnings:Vitor Sessak2008-10-271-1/+2
* Silence GCC warningVitor Sessak2008-10-261-1/+1
* Do not attempt to use the unscaled yuv2rgb converter when height is odd becauseMichael Niedermayer2008-10-251-1/+1
* Cosmetics: alignmentVitor Sessak2008-10-231-3/+3
* Fix broken palette8to*.Vitor Sessak2008-10-231-5/+36
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-4/+4
* Mark some symbols in swscale.c as constant.Diego Pettenò2008-10-091-7/+7
* Mark dither_2x2_{8,4} static to swscale.cDiego Pettenò2008-10-091-2/+2
* Change variable types from int to enum PixelFormat.Carl Eugen Hoyos2008-10-091-2/+2
* Do not set src[1] to the palette, it is now in the contextVitor Sessak2008-10-081-1/+0
* Add a new unscaled PAL8 -> RGB converter.Vitor Sessak2008-10-081-10/+52
* Change one more variable type from int to enum PixelFormat.Aurelien Jacobs2008-10-081-1/+1
* Change variable types from int to enum PixelFormat.Carl Eugen Hoyos2008-10-071-5/+5
* Remove b5Dither, g5Dither and r5Dither from libswscale.Carl Eugen Hoyos2008-10-041-4/+0
* Remove g6Dither from libswscale.Carl Eugen Hoyos2008-10-041-1/+0
* Fix infinite loop with spline, bug was introduced in r27612 by me.Michael Niedermayer2008-09-291-1/+1
* Fix segfault with rgb24 and full_internal_chrome due to non existing alphaMichael Niedermayer2008-09-161-2/+7
* Avoid using floating point for calculating filter coefficients.Michael Niedermayer2008-09-151-81/+83
* Avoid some explicit types in sizeof().Michael Niedermayer2008-09-141-6/+6
* Use av_mallocz() instead of for() =0;Michael Niedermayer2008-09-141-2/+1
* Move dither tables from yuv2rgb to swscale, they have been written by me andMichael Niedermayer2008-09-141-5/+106
* Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm.Michael Niedermayer2008-09-131-11/+11
* Ensure that additional filter coeffs that exist due to alignmentMichael Niedermayer2008-09-131-0/+2
* yvu9toyv12Wrapper is not bitexact so disable it when the user wantsMichael Niedermayer2008-09-121-1/+1
* The yuv->rgb tables are too small for cliping to be avoidable,Michael Niedermayer2008-09-121-1/+1
* Add support for PIX_FMT_YUV440P.Michael Niedermayer2008-09-121-0/+2
* Support mono as input format.Michael Niedermayer2008-09-121-0/+2
* Add support for PIX_FMT_MONOWHITE as output format.Michael Niedermayer2008-09-121-5/+7
* rgb24toyv12 isnt accuratly rounding, so disable it as well when theMichael Niedermayer2008-09-121-1/+1
* Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is set,Michael Niedermayer2008-09-121-1/+2
* Remove mistakely commited code i used for testing.Michael Niedermayer2008-09-111-7/+0
* Implement full horizontal chroma for rgb/bgr24/32 output.Michael Niedermayer2008-09-111-1/+87
OpenPOWER on IntegriCloud