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_template.c
Commit message (
Expand
)
Author
Age
*
Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtr
reimar
2007-03-01
*
Add av_ prefix to clip functions
reimar
2007-02-25
*
BGR/RGB4 byte formats as input
michael
2007-02-17
*
pal8 input
michael
2007-02-16
*
Pass a context to av_log(), when possible
lucabe
2007-01-23
*
change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()
lucabe
2006-12-26
*
Add some explicit casts to avoid some warnings
lucabe
2006-12-26
*
Fix compilation of non-MMX code with gcc 2.95
lucabe
2006-12-20
*
Change "p" asm constraints to "g", since "p" was a no longer necessary hack to
reimar
2006-11-27
*
Clarify that some of the non-SIMD code is now LGPLed.
lucabe
2006-11-19
*
forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actua...
michael
2006-11-16
*
fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsamplin...
michael
2006-11-16
*
Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS
gpoirier
2006-11-07
*
Add support for conversions from the rgb565 and rgb555 formats
lucabe
2006-11-02
*
Use common define for x86_32 and x86_64.
diego
2006-11-01
*
16-bit grayscale support
kostya
2006-10-24
*
Change license headers to say 'FFmpeg' instead of 'this program'.
diego
2006-10-07
*
Fix unused variable warning when compiling with MMX disabled.
diego
2006-10-03
*
Remove the dependency of libswscale on img_format.h
lucabe
2006-09-17
*
make the C code of the swscaler which i wrote LGPL
michael
2006-08-30
*
Fix compilation with -no-PIC and without -fomit-frame-pointer (used by
uau
2006-08-15
*
-fPIC support for libswscale
diego
2006-08-15
*
Replace asmalign.h hack by ASMALIGN cpp macros from config.h.
diego
2006-08-13
*
Replace MIN() and MAX() with FFMIN() and FFMAX()
lucabe
2006-07-26
*
a tiny bit of cleanup
michael
2006-07-24
*
vertical scaler with accurate rounding, some people on doom9 can see +-1 errors
michael
2006-07-24
*
Move postproc ---> libswscale
lucabe
2006-06-30