13 Commits (ac975ac462c0089c123713ac8c2e9300a4c414a7)

Author SHA1 Message Date
Luca Abeni 2d529db50f Pass a context to av_log(), when possible 18 years ago
Diego Biurrun 2c86a5786a Fix license headers and FSF postal address. 18 years ago
Luca Abeni 789237cad0 Mark some variables as possibly unused to avoid warnings 18 years ago
Luca Abeni 628bc5e862 Add some explicit casts to avoid "assignment from incompatible pointer type" 18 years ago
Luca Abeni 44060a7391 Add some other casts, to remove void pointers arithmetic 18 years ago
Diego Biurrun 3d6a30d948 Use common define for x86_32 and x86_64. 18 years ago
Aurelien Jacobs a90ce38634 make some global var static (fix a build failure with shared lib on x86_64) 18 years ago
Luca Abeni e9e12f0e11 Remove the dependency of libswscale on img_format.h 18 years ago
Diego Biurrun db3924f1fd Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 18 years ago
Diego Biurrun dbdae6ec54 Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64. 18 years ago
Diego Biurrun 6979600818 Comment some #endif lines. 18 years ago
Luca Abeni 94c4def23c Use libavutil in libswscale, and allow it to be built out of the mplayer tree 18 years ago
Luca Abeni 73435f006b Move postproc ---> libswscale 19 years ago
Diego Biurrun b2d374c958 Unify include paths, -I.. is in CFLAGS. 19 years ago
Aurelien Jacobs 6e1c66bc06 adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 20 years ago
Michael Niedermayer a31de95620 altivec yuv->rgb converter 21 years ago
Alex Beregszaszi 57c4d4051e bigendian fix 21 years ago
Matthieu Castet db7a2e0d17 attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>) 21 years ago
Alex Beregszaszi 6b6242a205 make gcc happy under hurd 21 years ago
Alex Beregszaszi 2c293402b0 correct C init tables 21 years ago
Alex Beregszaszi b706b007a4 removed the last mp_msg :) 22 years ago
Michael Niedermayer 700490a4d1 remove remaining cpudetect dependancy 22 years ago
Michael Niedermayer 3e499f531a cleanup 22 years ago
Michael Niedermayer d4e242755f sws_ prefix, more seperation between internal & external swscaler API 22 years ago
Michael Niedermayer 4363b41d8d 100l (gcc 3.2 .....) 22 years ago
Michael Niedermayer 5427e24291 yuv2rgb brightness/contrast/saturation/different colorspaces support finished 22 years ago
Michael Niedermayer f17457ac49 fixing rgb4 & bgr4 (2 pixels per byte) 22 years ago
Michael Niedermayer 8ecc6a4629 avoid multiple init 22 years ago
Eric Sesterhenn 890f093a76 remove unused varibles patch by (Eric Sesterhenn <SnakeByte at gmx dot de>) 22 years ago
Michael Niedermayer 7c30782729 fixing scaling/contrast for 1/4/8 bpp 23 years ago
Arpi 0d9f3d85f6 sync with mplayer xp 23 years ago
Michael Niedermayer f0063c1a5b 10l 23 years ago
Michael Niedermayer e4b168dfbe 1bpp support 23 years ago
Michael Niedermayer d03be26e37 8bpp bugfixes (brightness, contrast ...) 23 years ago
Michael Niedermayer 66cd0d8ead ordered dither for 8bpp 23 years ago
Michael Niedermayer 431b47f9fd 8bpp support (no dithering yet, use -vop noise for now) 23 years ago
Artur Grabowski b5a40dc6d0 64bit incompatibility bug, patch by Artur Grabowski <art@blahonga.org> 23 years ago
Alban Bedel 4a53a912af printf to mp_msg 23 years ago
Felix Bünemann 635b3ec6dd add mangling 23 years ago
Michael Niedermayer 43d8c23cbf runtime cpu detection 23 years ago
Nick Kurshev 6611aa83de Move yuv2rgb to postprocess 23 years ago