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
Commit message (
Expand
)
Author
Age
*
cosmetics: __asm__ __volatile__ --> asm volatile
diego
2008-04-17
*
Relicense test/example files as LGPL with Michael's permission.
diego
2008-04-13
*
non-recursive makefiles
mru
2008-04-07
*
Fix wrong #endif comment.
diego
2008-03-29
*
Classify mlib as a configurable option, not as a hardware feature.
diego
2008-03-25
*
Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling.
diego
2008-03-22
*
cosmetics: comment typo fixes
diego
2008-03-22
*
Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.
diego
2008-03-18
*
Fix a typo that causes an assertion to always fail.
zuxy
2008-03-17
*
typo
diego
2008-03-15
*
Remove the unused function roundToInt16. It is a duplicate of the same function
diego
2008-03-15
*
typos
diego
2008-03-12
*
Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.
diego
2008-03-11
*
typo
diego
2008-03-10
*
Make av_class a pointer to const.
benoit
2008-03-10
*
define VOF as double of VOFW.
benoit
2008-03-10
*
Remove redundant swScaler: output from places where av_log()
diego
2008-03-10
*
cosmetics: Remove useless empty line.
diego
2008-03-08
*
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
diego
2008-03-08
*
simplify library version handling
mru
2008-03-07
*
consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
mru
2008-03-06
*
change sws_format_name to return const char*, supress many warnings
bcoudurier
2008-03-06
*
remove redundant SwScaler text since av_log uses AVClass context
bcoudurier
2008-03-06
*
One more (forgotten) fix for fixing sws_flags.
michael
2008-03-05
*
Turn ancient V offset numerical constants into named ones.
michael
2008-03-05
*
less preprocessor magic in version number macros
mru
2008-02-26
*
Fix outdated comment.
diego
2008-02-25
*
#include "libavutil/avutil.h" in swscale.h
mru
2008-02-25
*
__asm __volatile -> asm volatile part 3
reimar
2008-02-24
*
Discard two symbols from libswscale.
cehoyos
2008-02-22
*
Clean up lib* version definitions
mru
2008-02-19
*
remove duplicate AV_STRINGIFY() definition
mru
2008-02-17
*
FLAT objects cannot have multiple sections, so using the L1 attributes breaks
diego
2008-02-16
*
More explicit unsupported pixel format error messages.
benoit
2008-02-15
*
typo
diego
2008-02-13
*
Make dither4 & dither8 const.
cehoyos
2008-02-09
*
Make some assembler constants global instead of declaring them multiple times.
reimar
2008-01-29
*
Use DECLARE_ASM_CONST where possible in libswscale code
reimar
2008-01-28
*
Fix typo in comment
reimar
2008-01-21
*
Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).
benoit
2008-01-17
*
Remove some useless parentheses.
benoit
2008-01-17
*
Cosmetics: whitespaces
benoit
2008-01-17
*
Remove non cosmetic spaces inside parentheses.
benoit
2008-01-17
*
Description: remove superfluous parentheses.
benoit
2008-01-17
*
Check param in sws_getCachedContext().
benoit
2008-01-17
*
comment typo fixes
diego
2007-12-21
*
Make sure strides have positive values before converting.
benoit
2007-12-20
*
Add missing declarations for AltiVec functions, fixes the warnings:
diego
2007-12-08
*
Fix 'make checkheaders' on AltiVec-enabled systems.
diego
2007-12-07
*
Fix some spelling typos
diego
2007-12-02
[next]