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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-18Rename LIB to LIBNAME for consistency.Diego Biurrun
2007-10-181l: Update wrong #endif comment.Diego Biurrun
2007-10-18Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-10-02cosmetics: Fix AltiVec spelling.Diego Biurrun
2007-09-27Revert wrong ARCH_BFIN --> HAVE_BFIN change.Diego Biurrun
2007-09-24add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs
2007-09-24cosmetic (get rid of _ at the start of local variable names)Michael Niedermayer
2007-08-31renaming ARCH_BFIN to HAVE_BFINMarc Hoffman
2007-08-31cosmetics: Sort some lines, whitespace changes.Diego Biurrun
2007-08-24Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun
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