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.c
Commit message (
Expand
)
Author
Age
*
typo
diego
2007-04-07
*
Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24
cehoyos
2007-04-03
*
fix full range (jpeg yuv) chroma
michael
2007-03-18
*
Add PIX_FMT_PAL8 to isPacked().
diego
2007-03-08
*
a small step toward 4 plane support
michael
2007-03-02
*
copy src to prevent the user supplied argumet from being changed
michael
2007-03-02
*
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
*
Add "support for both orderings of the slices (top->down / bottom->up)"
lucabe
2007-01-12
*
replace some av_malloc();memset(...,0,...) sequences with av_mallocz()
lucabe
2007-01-06
*
change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()
lucabe
2006-12-26
*
Mark some variables as possibly unused to avoid warnings
lucabe
2006-12-26
*
Add some explicit casts to avoid "assignment from incompatible pointer type"
lucabe
2006-12-26
*
Remove useless include (not needed now that libswscale uses libavutil)
lucabe
2006-12-22
*
Allow to compile swscale's non-SIMD code under the LGPL license.
lucabe
2006-12-20
*
Clarify that some of the non-SIMD code is now LGPLed.
lucabe
2006-11-19
*
Remove stray newline.
diego
2006-11-16
*
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
*
Rename ABS macro to FFABS.
diego
2006-10-11
*
Change license headers to say 'FFmpeg' instead of 'this program'.
diego
2006-10-07
*
Add support for YUVJ formats
lucabe
2006-09-27
*
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 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
*
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
diego
2006-08-18
*
Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compile
uau
2006-08-12
*
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
*
Replace MIN() and MAX() with FFMIN() and FFMAX()
lucabe
2006-07-26
*
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
*
Move postproc ---> libswscale
lucabe
2006-06-30