17 Commits (38b5b28e62012c6faf4d1632c9b23f7f4837b0fb)

Author SHA1 Message Date
Diego Biurrun 83da2c6f26 Use full path for #includes from another directory. 17 years ago
Diego Biurrun 54e3ae2ea6 Relicense test/example files as LGPL with Michael's permission. 17 years ago
Benoit Fouet 1b0a4572f4 Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). 17 years ago
Benoit Fouet 8916b4b55b Remove some useless parentheses. 17 years ago
Benoit Fouet e5091488a5 Remove non cosmetic spaces inside parentheses. 17 years ago
Diego Biurrun b19bcbaa78 license header consistency cosmetics 17 years ago
Diego Biurrun 221b804f34 cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code. 18 years ago
Diego Biurrun 6a4970abd1 cosmetics: Remove trailing whitespace. 18 years ago
Marc Hoffman 26cdb9a2aa Remove large automatics from stack. 18 years ago
Diego Biurrun 3d6a30d948 Use common define for x86_32 and x86_64. 18 years ago
Diego Biurrun d026b45e73 Change license headers to say 'FFmpeg' instead of 'this program'. 18 years ago
Diego Biurrun 632d873994 Fix warnings: 18 years ago
Luca Abeni 87656472f4 Improve swscale-example to test conversions between all the possible 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
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 18 years ago
Alan Curry 999bbe8367 make swscale-example compile patch by (Alan Curry <pacman TheWorld com>) 19 years ago
Diego Biurrun 660204c65c Update licensing information: The FSF changed postal address. 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
Alex Beregszaszi 27161c0630 non-x86 support 22 years ago
Michael Niedermayer 700490a4d1 remove remaining cpudetect dependancy 22 years ago
Michael Niedermayer 516b1f82ac removing sws - global verbose var dependancy 22 years ago
Michael Niedermayer c9b99ea661 mplayer idependant (not really yet) swscale example 22 years ago