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
*
Add official GPL header to make license explicit as discussed on ffmpeg-devel.
diego
2006-09-06
*
Add sws_getCachedContext(), which checks if context is valid or reallocs a ne...
gpoirier
2006-09-04
*
make the C code of the swscaler which i wrote LGPL
michael
2006-08-30
*
Allow to compile swscale tests
lucabe
2006-08-21
*
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
diego
2006-08-18
*
Move all internal -I parameters to the front of CFLAGS to avoid using external
diego
2006-08-17
*
Fix compilation as a win32 shared library (libavutil must be explicitly linked)
lucabe
2006-08-16
*
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
*
Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compile
uau
2006-08-12
*
Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't n...
diego
2006-08-11
*
Another PIX_FMT_ ---> IMGFMT_ conversion
lucabe
2006-08-05
*
Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.
diego
2006-08-05
*
Add support for ffmpeg's pixel format names in libswscale
lucabe
2006-07-31
*
Comment some #endif lines.
diego
2006-07-28
*
Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX}
pacman
2006-07-27
*
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
*
Fix typo introduced in the memalign->av_malloc conversion (there is no
pacman
2006-07-23
*
Missing part of the malloc -> av_malloc patch: memalign must be replaced as w...
reimar
2006-07-23
*
Use libavutil in libswscale, and allow it to be built out of the mplayer tree
lucabe
2006-07-20
*
make libswscale build system similar to the libav* one
lucabe
2006-07-10
*
Remove unneeded code
lucabe
2006-07-01
*
Move postproc ---> libswscale
lucabe
2006-06-30