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-04-18cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun
2008-04-13Relicense test/example files as LGPL with Michael's permission.Diego Biurrun
2008-04-08non-recursive makefilesMåns Rullgård
2008-03-29Fix wrong #endif comment.Diego Biurrun
2008-03-26Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun
2008-03-22Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling.Alexander Strange
2008-03-22cosmetics: comment typo fixesDiego Biurrun
2008-03-19Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun
2008-03-17Fix a typo that causes an assertion to always fail.Zuxy Meng
2008-03-15typoDiego Biurrun
2008-03-15Remove the unused function roundToInt16. It is a duplicate of the same functionDiego Biurrun
2008-03-13typosDiego Biurrun
2008-03-11Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.Diego Biurrun
2008-03-10typoDiego Biurrun
2008-03-10Make av_class a pointer to const.Panagiotis Issaris
2008-03-10define VOF as double of VOFW.Benoit Fouet
2008-03-10Remove redundant swScaler: output from places where av_log()Diego Biurrun
2008-03-08cosmetics: Remove useless empty line.Diego Biurrun
2008-03-08cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun
2008-03-07simplify library version handlingMåns Rullgård
2008-03-06consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård
2008-03-06change sws_format_name to return const char*, supress many warningsBaptiste Coudurier
2008-03-06remove redundant SwScaler text since av_log uses AVClass contextBaptiste Coudurier
2008-03-05One more (forgotten) fix for fixing sws_flags.Michael Niedermayer
2008-03-05Turn ancient V offset numerical constants into named ones.Michael Niedermayer
2008-02-26less preprocessor magic in version number macrosMåns Rullgård
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