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-23Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun
2007-07-28typoDiego Biurrun
2007-07-20integrating blackfin optimized yuyvtoyv12 converterMarc Hoffman
2007-07-20removing reference to bfin_sram.h its not used anylongerMarc Hoffman
2007-07-20adding blackfin optimized yuyvtoyv12 converterMarc Hoffman
2007-07-19UltraSPARC VIS yuv2rgbDenes Balatoni
2007-07-18use YUV440P in swscaleAndreas Öman
2007-07-17This was rewritten by Michael, switch copyrights to him and license to LGPL.Diego Biurrun
2007-07-16Remove redundant "all rights reserved" statement, OKed by Walken.Diego Biurrun
2007-07-14typoDiego Biurrun
2007-07-11Remove unused file (this time for real)Luca Abeni
2007-07-10Resurrect yuv2rgb_init.c, to add a proper license (and some comments aboutLuca Abeni
2007-07-09ISO8859-1 --> UTF-8Diego Biurrun
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-07-03Remove unused fileLuca Abeni
2007-07-02Fix 'make checkheaders'.Diego Biurrun
2007-07-02Remove obsolete and misleading comment.Diego Biurrun
2007-06-28comment grammar fixesDiego Biurrun
2007-06-22integrating ff_bfin_get_unscaled_swscale into the systemMarc Hoffman
2007-06-22adding Blackfin swscale_bfin infrastructure, and the first swscale routine uy...Marc Hoffman
2007-06-22document pointer offset by -8Marc Hoffman
2007-06-22re pipeline loop, to eliminate extra chroma readsMarc Hoffman
2007-06-22correct chroma skewing bug, caused by incorrect stride adjustmentsMarc Hoffman
2007-06-16Missing libswscale part of TARGET_ -> HAVE_ changeReimar Döffinger
2007-06-16Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.Reimar Döffinger
2007-06-13misc spelling fixesDiego Biurrun
2007-06-08Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8Reimar Döffinger
2007-06-05correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_lineMarc Hoffman
2007-05-30rename attribute_unused to av_unused as it is declared in common.hCarl Eugen Hoyos
2007-05-28Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun
2007-05-23ffmpeg -sws_flags command line option to set swscaler flagsIvo van Poorten
2007-05-19Blackfin optimized uyvytoyv12 routine. the implementation includes chroma ave...Marc Hoffman
2007-05-16Remove extern C declarations for C++.Diego Biurrun
2007-05-13Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman
2007-05-11cosmetics; one test per line for all isXXX(x) macrosIvo van Poorten
2007-05-10remove the need of one extra shift in rgb16ToUVIvo van Poorten
2007-05-09Fix rgb15ToUV. Correct order of components and use one shift less.Ivo van Poorten
2007-05-02cosmetics: indentation after previous patchBenoit Fouet
2007-05-02test if color conv fonction exists prior to using itBenoit Fouet
2007-04-30cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code.Diego Biurrun
2007-04-30cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.Diego Biurrun
2007-04-29cosmetics: Fix stray wrongly indented line.Diego Biurrun
2007-04-29cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.Diego Biurrun
2007-04-28cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.Diego Biurrun
2007-04-28cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.Diego Biurrun
2007-04-27cosmetics: Remove trailing whitespace.Diego Biurrun
2007-04-26Don't declare -lm as a dependency of swscale-example.Diego Biurrun
2007-04-26Remove large automatics from stack.Marc Hoffman
2007-04-18preserve alpha channel when converting rgb32 to bgr32 in plain CIvo van Poorten