Stefano Sabatini
c326825e51
Document sws_getConstVec().
...
Originally committed as revision 28524 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Stefano Sabatini
b954b34a6d
Move documentation of sws_getCachedContext() from swscale.c to
...
swscale.h.
Originally committed as revision 28523 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Stefano Sabatini
9ea5e6f639
Remove pointless comment regarding sws_scale_ordered().
...
Originally committed as revision 28522 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Stefano Sabatini
1eeded3992
Add a @deprecated notice to swscale_get_ordered().
...
Originally committed as revision 28521 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
3d021dd6eb
Remove unnecessary emms Assembler instructions.
...
Originally committed as revision 28518 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Stefano Sabatini
edbdf77ec5
Document coeff and length fields in SwsVector.
...
Originally committed as revision 28512 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
945f7c6e92
Revert #undefining system functions, it is not necessary.
...
Originally committed as revision 28502 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
516c5f88a1
Add config.h #include for ARCH_X86 definition.
...
Originally committed as revision 28500 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
84205e0239
Add #undefs to reenable system functions that are normally forbidden in other
...
parts of FFmpeg but OK in this test program. Fixes the build.
Originally committed as revision 28499 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
43175f5010
Drop DECLARE_ALIGNED from extern declarations. It creates trouble when
...
swscale_internal.h is #included without HAVE_AV_CONFIG_H defined.
Originally committed as revision 28498 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Kostya Shishkov
e2a004ad4e
Prefix visible YUV2RGB functions with sws_
...
Originally committed as revision 28496 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Kostya Shishkov
fa58ba15f8
Give better name to Inverse_Table_6_9
...
Originally committed as revision 28495 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
2907deed0f
Remove file name from file headers.
...
It provides no useful information and breaks on renames.
Originally committed as revision 28494 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Stefano Sabatini
c099766fad
Drop the deprecated sws_scale_ordered() at the next major version
...
bump.
Originally committed as revision 28492 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Stefano Sabatini
96b27045d2
Replace int type with enum PixelFormat for the dstFormat/srcFormat
...
params of the sws_getContext() and sws_getCachedContext()
declarations, consistent with the implementation.
Originally committed as revision 28491 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Stefano Sabatini
b534f73d25
Fix a typo: lumaSarpen -> lumaSharpen.
...
Originally committed as revision 28490 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
bf89d54edb
cosmetics: Remove period after copyright statement non-sentence.
...
Originally committed as revision 28444 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
82aaa790d2
Use full internal pathname in doxygen @file directives.
...
Otherwise doxygen complains about ambiguous filenames when files exist
under the same name in different subdirectories.
Originally committed as revision 28414 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
f4406ec177
HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
...
Originally committed as revision 28358 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
1615fb91a1
Declare struct SwsContext before using it, fixes the checkheaders warning:
...
libswscale/swscale_internal.h:58: warning: `struct SwsContext' declared inside parameter list
libswscale/swscale_internal.h:58: warning: its scope is only this definition or declaration, which is probably not what you want
Originally committed as revision 28353 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
dfe44a855d
Disable C code when compiling AltiVec code, fixes the warning:
...
swscale_template.c:2623: warning: `swScale_C' defined but not used
Originally committed as revision 28352 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
f40c7dbb7e
spelling/grammar cosmetics
...
Originally committed as revision 28351 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
7a24ec506c
Fix #endif comments.
...
Originally committed as revision 28350 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Carl Eugen Hoyos
0ab8039577
Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.
...
Originally committed as revision 28344 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
NVIDIA Corporation
4e2b48760b
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will
...
be used by MPlayer.
Original patch by NVIDIA corporation.
Originally committed as revision 28322 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Aurelien Jacobs
b63f641e9b
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
...
They are now always defined to either 0 or 1.
Originally committed as revision 28311 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Carl Eugen Hoyos
420169e520
Add PIX_FMT_VDPAU_H264.
...
Originally committed as revision 28281 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
643d2e880f
Avoid POSIX-reserved _t namespace.
...
Originally committed as revision 28195 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
cb82a0736d
consistency cosmetics: Rename POWERPC identifiers to PPC.
...
Originally committed as revision 28194 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
b9263c945f
Remove pointless malloc.h #include.
...
Originally committed as revision 28164 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Reimar Döffinger
217d820253
Some forgotten eax -> REG_a changes.
...
It seems that binutils >= 2.18 just treat eax as rax but older versions fail.
Originally committed as revision 28136 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
376924583a
Delete unnecessary 'extern' keywords.
...
Originally committed as revision 28082 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
1599c47ce3
Remove commented-out duplicate declarations.
...
Originally committed as revision 28058 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
2ef8819c9a
Remove unused declarations.
...
Originally committed as revision 28057 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
4d382e2076
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
...
Originally committed as revision 27970 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
5155b8395c
Put variable declaration inside an #ifdef to avoid an unused variable warning.
...
Originally committed as revision 27945 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
dcc37c9b6a
Add some const specifiers to function name variables; fixes a bunch of
...
"initialization discards qualifiers from pointer target type" warnings.
Originally committed as revision 27894 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
6408c25b95
Merge ARCH_BFIN lines.
...
Originally committed as revision 27889 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
efa430faed
Add tests target for libswscale test programs.
...
Originally committed as revision 27888 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Måns Rullgård
1a220bcde3
Remove forgotten ASM_OBJS in libswscale
...
Originally committed as revision 27887 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Vitor Sessak
75add6fbfc
Silence GCC warnings:
...
ibswscale/swscale.c: In function ‘sws_scale’:
libswscale/swscale.c:2678: warning: ‘b’ may be used uninitialized in
this function
libswscale/swscale.c:2678: warning: ‘g’ may be used uninitialized in
this function
libswscale/swscale.c:2678: warning: ‘r’ may be used uninitialized in
this function
Originally committed as revision 27837 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Michael Niedermayer
bddddb5a0b
rgb2rgb.h was not really intended to be a public header, thus remove it.
...
Originally committed as revision 27836 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Michael Niedermayer
b29e65513c
Remove rgb2rgb.h dependancy.
...
Originally committed as revision 27835 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Vitor Sessak
65f65c3021
Silence GCC warning
...
Originally committed as revision 27834 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Carl Eugen Hoyos
36e8de07ed
Remove unused code that can't be compiled without svn archive.
...
Originally committed as revision 27827 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Michael Niedermayer
9b0d44ef67
Do not attempt to use the unscaled yuv2rgb converter when height is odd because
...
it will overflow the buffer by 1 line. This might have been exploitable.
Originally committed as revision 27826 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Vitor Sessak
76e9fd01dd
Cosmetics: alignment
...
Originally committed as revision 27818 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Vitor Sessak
522ce95786
Fix broken palette8to*.
...
Originally committed as revision 27817 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
Diego Biurrun
aeb87a49a7
cosmetics: typo fix
...
Originally committed as revision 27816 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago
David Conrad
9655ffb59e
Convert typeof keyword into __typeof__; this is a gcc extension and the former is not accepted in C99 without GNU extensions enabled (e.g. via -fasm). This fixes compilation on PPC.
...
Originally committed as revision 27805 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
16 years ago