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
2008-02-25Fix outdated comment.Diego Biurrun
2008-02-25#include "libavutil/avutil.h" in swscale.hMåns Rullgård
2008-02-24__asm __volatile -> asm volatile part 3Reimar Döffinger
2008-02-22Discard two symbols from libswscale.Carl Eugen Hoyos
2008-02-20Clean up lib* version definitionsMåns Rullgård
2008-02-17remove duplicate AV_STRINGIFY() definitionMåns Rullgård
2008-02-16FLAT objects cannot have multiple sections, so using the L1 attributes breaksMike Frysinger
2008-02-15More explicit unsupported pixel format error messages.Stefano Sabatini
2008-02-13typoDiego Biurrun
2008-02-10Make dither4 & dither8 const.Carl Eugen Hoyos
2008-01-29Make some assembler constants global instead of declaring them multiple times.Reimar Döffinger
2008-01-28Use DECLARE_ASM_CONST where possible in libswscale codeReimar Döffinger
2008-01-21Fix typo in commentReimar Döffinger
2008-01-17Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).Benoit Fouet
2008-01-17Remove some useless parentheses.Benoit Fouet
2008-01-17Cosmetics: whitespacesBenoit Fouet
2008-01-17Remove non cosmetic spaces inside parentheses.Benoit Fouet
2008-01-17Description: remove superfluous parentheses.Benoit Fouet
2008-01-17Check param in sws_getCachedContext().KO Myung-Hun
2007-12-21comment typo fixesDiego Biurrun
2007-12-20Make sure strides have positive values before converting.Peter Schlaile
2007-12-08Add missing declarations for AltiVec functions, fixes the warnings:Diego Biurrun
2007-12-07Fix 'make checkheaders' on AltiVec-enabled systems.Diego Biurrun
2007-12-02Fix some spelling typosDiego Biurrun
2007-11-30Comment some #endif directives.Diego Biurrun
2007-11-22comment spelling/grammar fixesDiego Biurrun
2007-11-04The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.Diego Biurrun
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