index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libswscale
/
yuv2rgb.c
Age
Commit message (
Expand
)
Author
2007-01-23
Pass a context to av_log(), when possible
Luca Abeni
2007-01-22
Fix license headers and FSF postal address.
Diego Biurrun
2006-12-26
Mark some variables as possibly unused to avoid warnings
Luca Abeni
2006-12-26
Add some explicit casts to avoid "assignment from incompatible pointer type"
Luca Abeni
2006-12-26
Add some other casts, to remove void pointers arithmetic
Luca Abeni
2006-11-01
Use common define for x86_32 and x86_64.
Diego Biurrun
2006-10-03
make some global var static (fix a build failure with shared lib on x86_64)
Aurelien Jacobs
2006-09-17
Remove the dependency of libswscale on img_format.h
Luca Abeni
2006-08-18
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
Diego Biurrun
2006-08-05
Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.
Diego Biurrun
2006-07-28
Comment some #endif lines.
Diego Biurrun
2006-07-20
Use libavutil in libswscale, and allow it to be built out of the mplayer tree
Luca Abeni
2006-06-30
Move postproc ---> libswscale
Luca Abeni