index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libswscale
/
swscale.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the dependency of libswscale on img_format.h
Luca Abeni
2006-09-17
1
-195
/
+158
*
Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_BGR32)
Luca Abeni
2006-09-17
1
-1
/
+1
*
Add sws_getCachedContext(), which checks if context is valid or reallocs a ne...
Víctor Paesa
2006-09-04
1
-0
/
+34
*
make the C code of the swscaler which i wrote LGPL
Michael Niedermayer
2006-08-30
1
-0
/
+3
*
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
Diego Biurrun
2006-08-18
1
-1
/
+1
*
Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compile
Uoti Urpala
2006-08-12
1
-4
/
+4
*
Another PIX_FMT_ ---> IMGFMT_ conversion
Luca Abeni
2006-08-05
1
-0
/
+1
*
Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.
Diego Biurrun
2006-08-05
1
-5
/
+5
*
Add support for ffmpeg's pixel format names in libswscale
Luca Abeni
2006-07-31
1
-0
/
+22
*
Comment some #endif lines.
Diego Biurrun
2006-07-28
1
-6
/
+6
*
Replace MIN() and MAX() with FFMIN() and FFMAX()
Luca Abeni
2006-07-26
1
-17
/
+14
*
vertical scaler with accurate rounding, some people on doom9 can see +-1 errors
Michael Niedermayer
2006-07-24
1
-1
/
+11
*
Fix typo introduced in the memalign->av_malloc conversion (there is no
Alan Curry
2006-07-23
1
-1
/
+1
*
Missing part of the malloc -> av_malloc patch: memalign must be replaced as w...
Reimar Döffinger
2006-07-23
1
-28
/
+28
*
Use libavutil in libswscale, and allow it to be built out of the mplayer tree
Luca Abeni
2006-07-20
1
-57
/
+73
*
Move postproc ---> libswscale
Luca Abeni
2006-06-30
1
-0
/
+2707