index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libswscale
/
swscale.c
Commit message (
Expand
)
Author
Age
*
Cosmetics:
ramiro
2009-08-16
*
Indent libswscale:
ramiro
2009-08-16
*
Vertical yuv -> yuv16 scaler.
ramiro
2009-08-14
*
Indent.
ramiro
2009-08-13
*
MMX2 horizontal scaler: Determine code size at runtime.
ramiro
2009-08-13
*
Protect mmx2 filter code buffers so they are not executable and writeable at
ramiro
2009-08-13
*
Rename "funny" code to "mmx2 filter" code.
ramiro
2009-08-13
*
Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC.
ramiro
2009-08-09
*
Remove disabled crufty code.
diego
2009-08-08
*
Fix regression when converting to nv12/nv21.
cehoyos
2009-08-01
*
MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler().
ramiro
2009-07-28
*
MMX2 scaler: factorize initMMX2Scaler().
ramiro
2009-07-28
*
MMX2 scaler: add variable to ease factorization of initMMX2Scaler().
ramiro
2009-07-28
*
Remove useless code.
ramiro
2009-07-28
*
Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use them
ramiro
2009-07-27
*
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
mru
2009-07-26
*
Remove unnecessary #include <unistd.h>
mru
2009-07-23
*
Remove unused variables.
ramiro
2009-07-21
*
AltiVec code and runtime cpudetect do not require CONFIG_GPL.
diego
2009-06-25
*
The AltiVec optimizations of libswscale are no longer under GPL.
diego
2009-06-25
*
PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set.
diego
2009-06-25
*
Do not call rgb2rgbWrapper() for rgb48*, there is no special converter
vitor
2009-06-17
*
Use DECLARE_ALIGNED macro instead of gcc __attribute__.
ramiro
2009-06-04
*
YUV into RGB48 BE/LE conversion support
kostya
2009-06-02
*
Partial (low bits ignored, no direct transcoding into other RGB formats) support
kostya
2009-06-02
*
Move colorspace conversion functions implemented in pure C from template
kostya
2009-05-25
*
Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).
kostya
2009-05-19
*
Add const qualifier to param argument of sws_getContext() and
diego
2009-05-10
*
Move preprocessor condition before variable declaration, fixes the warning:
diego
2009-05-10
*
Fix sliced yuv410 -> yuv420 conversion
vitor
2009-05-07
*
Make reset_ptr() void.
cehoyos
2009-04-23
*
Planar 16bit 420 422 444 YUV support (output is only supported in some
michael
2009-04-21
*
Merge gray->gray converters into planarCopy(), this should also make planarCo...
michael
2009-04-21
*
Make sure src/dst are NULL when they arent used, some code uses this to
michael
2009-04-21
*
Use generic BE check instead of checking for gray16LE.
michael
2009-04-20
*
Make sws_setColorspaceDetails() return -1 if the destination format is
stefano
2009-04-18
*
Move sws_[gs]etColorspaceDetails() documentation from swscale.c to
stefano
2009-04-18
*
Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.
ramiro
2009-04-08
*
swscale: Remove X86 commented out code.
ramiro
2009-04-05
*
swscale: Use function pointers for swScale functions.
ramiro
2009-04-04
*
swscale: {}-related cosmetics.
ramiro
2009-04-04
*
swscale: Add const to some swScale functions' parameters.
ramiro
2009-04-04
*
Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertion
sdrik
2009-03-24
*
Fix some places where "non-alpha to YUVA420P" do not fill the alpha plane
sdrik
2009-03-24
*
Enable unscaled packed422 -> planar 420 converters by default as the
michael
2009-03-21
*
Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest regressi...
reimar
2009-03-21
*
Avoid crash on planarCopy to a destination without alpha.
reimar
2009-03-20
*
YUVA420P is now supported as output format
sdrik
2009-03-20
*
Add alpha channel scaling
sdrik
2009-03-20
*
Use a simpler and more general check for the gray case in the planarCopy func...
sdrik
2009-03-20
[next]