Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-08-31renaming ARCH_BFIN to HAVE_BFINMarc Hoffman
2007-07-19UltraSPARC VIS yuv2rgbDenes Balatoni
2007-07-16Remove redundant "all rights reserved" statement, OKed by Walken.Diego Biurrun
2007-07-14typoDiego Biurrun
2007-07-09ISO8859-1 --> UTF-8Diego Biurrun
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-06-08Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8Reimar Döffinger
2007-05-30rename attribute_unused to av_unused as it is declared in common.hCarl Eugen Hoyos
2007-05-13Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman
2007-04-30cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.Diego Biurrun
2007-04-27cosmetics: Remove trailing whitespace.Diego Biurrun
2007-03-18fix full range (jpeg yuv) chromaMichael Niedermayer
2007-01-23Pass a context to av_log(), when possibleLuca Abeni
2007-01-22Fix license headers and FSF postal address.Diego Biurrun
2006-12-26Mark some variables as possibly unused to avoid warningsLuca Abeni
2006-12-26Add some explicit casts to avoid "assignment from incompatible pointer type"Luca Abeni
2006-12-26Add some other casts, to remove void pointers arithmeticLuca Abeni
2006-11-01Use common define for x86_32 and x86_64.Diego Biurrun
2006-10-04make some global var static (fix a build failure with shared lib on x86_64)Aurelien Jacobs
2006-09-17Remove the dependency of libswscale on img_format.hLuca Abeni
2006-08-18Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Diego Biurrun
2006-08-05Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.Diego Biurrun
2006-07-28Comment some #endif lines.Diego Biurrun
2006-07-20Use libavutil in libswscale, and allow it to be built out of the mplayer treeLuca Abeni
2006-06-30Move postproc ---> libswscaleLuca Abeni