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
*
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
*
Remove stray newline.
diego
2006-11-16
*
Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."
lucabe
2006-11-09
*
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
*
Do not mix declarations and statements.
diego
2006-11-01
*
Use common define for x86_32 and x86_64.
diego
2006-11-01
*
16-bit grayscale support
kostya
2006-10-24
*
Properly set EXTRALIBS
lucabe
2006-10-23
*
Rename ABS macro to FFABS.
diego
2006-10-11
*
Move CFLAGS handling to common.mak.
diego
2006-10-11
*
Change license headers to say 'FFmpeg' instead of 'this program'.
diego
2006-10-07
*
Replace -I.. by -I$(BUILD_ROOT).
diego
2006-10-07
*
Simplify test program build.
diego
2006-10-05
*
Test programs depend on $(LIB).
diego
2006-10-05
*
FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.
diego
2006-10-04
*
Remove cs_test and swscale-example on clean.
diego
2006-10-04
*
Remove redundant EXTRALIBS declaration.
diego
2006-10-04
*
Simplify compilation call by using $(EXTRALIBS).
diego
2006-10-04
*
Fix warnings:
diego
2006-10-04
*
Fix warnings:
diego
2006-10-04
*
make some global var static (fix a build failure with shared lib on x86_64)
aurel
2006-10-03
*
Fix unused variable warning when compiling with MMX disabled.
diego
2006-10-03
*
Remove unused variables.
diego
2006-10-01
*
Add support for YUVJ formats
lucabe
2006-09-27
*
Improve swscale-example to test conversions between all the possible
lucabe
2006-09-24
*
Remove the dependency of libswscale on img_format.h
lucabe
2006-09-17
*
Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_BGR32)
lucabe
2006-09-17
*
Add proper GPL headers.
diego
2006-09-09
*
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
[next]