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
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-02-02Fix warnings about redefining constants when compiling libpostproc.Yuriy Kaminskiy
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-16Add symbol versioning for shared librariesMåns Rullgård
2010-01-03Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini
2009-11-18Add functions to return library license and library configuration.Diego Biurrun
2009-08-19Remove disabled code cruft.Diego Biurrun
2009-05-23Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad
2009-04-09configure: Add --enable-runtime-cpudetectRamiro Polla
2009-03-14Add av_uninit to vbA[1-8], vbB[1-8] variables to work aroundDiego Biurrun
2009-02-04Use directory name as multiple inclusion guard prefix.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-25HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun
2009-01-25Directly #include some required headers.Diego Biurrun
2009-01-14Fix compilation.Carl Eugen Hoyos
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-19Remove pointless malloc.h #include.Diego Biurrun
2008-12-12Add backwards-compatibility typedef for removed _t names under appropriateDiego Biurrun
2008-12-11Drop _t from typedef names for POSIX compatibility.Diego Biurrun
2008-12-11Do not set COMPILE_C if AltiVec is enabled without runtime CPU detection.Diego Biurrun
2008-11-02Replace long with x86_reg in postprocess_template.c like in all otherReimar Döffinger
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-09-01Implement postproc_version().Stefano Sabatini
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-07-24Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-04-08non-recursive makefilesMåns Rullgård
2008-03-23cosmetics: prettyprintingDiego Biurrun
2008-03-23Cosmetics: reindent and whitespacesLuca Barbato
2008-03-23Remove declarations after statements from doVertDefFilter_altivecLuca Barbato
2008-03-23Remove declarations after statements from doVertLowPass_altivecLuca Barbato
2008-03-23Remove declarations after statements from vertClassify_altivecLuca Barbato
2008-03-23Reorder declarations in vertClassify_altivecLuca Barbato
2008-03-22typo fixes: tempBlured --> tempBlurredDiego Biurrun
2008-03-22cosmetics: typo fixesDiego Biurrun
2008-03-22cosmetics: Fix typo in variable name, numSkiped --> numSkipped.Diego Biurrun
2008-03-22cosmetics: Fix indentation to be 4 spaces and consistently place {}.Diego Biurrun
2008-03-22typo: occured --> occurredDiego Biurrun
2008-03-19Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun
2008-03-18simplify ALIGN_MASK definitionMåns Rullgård
2008-03-18get register names from x86_cpu.hMåns Rullgård
2008-03-15typo fixesDiego Biurrun
2008-03-15typosDiego Biurrun
2008-03-13typo fixesDiego Biurrun
2008-03-10misc spelling fixesDiego 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-02-26less preprocessor magic in version number macrosMåns Rullgård