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
2009-06-05Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.Ramiro Polla
2009-04-11Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2.Stefano Sabatini
2009-04-10cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun
2009-03-31Mark non-exported functions in test and example programs as static.Diego Biurrun
2009-03-31Give better names to reference DCT functions.Dylan Yudaken
2009-03-20Replace random() usage in test programs by av_lfg_*().Diego Biurrun
2009-03-19Nicely align output columns.Diego Biurrun
2009-02-01cosmetics: Remove period after copyright statement non-sentence.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-30Add missing void keyword to parameterless function declarations.Diego Biurrun
2009-01-18dct-test: add Alpha idctMåns Rullgård
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-22Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun
2008-12-17ARM: replace "armv4l" with "arm"Måns Rullgård
2008-12-16dct-test: add ARM IDCTsMåns Rullgård
2008-12-16dct-test: add PARTTRANS permutationMåns Rullgård
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-11-28Do not duplicate AAN DCT tables in dct-test.c.Diego Biurrun
2008-11-13add sse2 fdctBaptiste Coudurier
2008-11-03Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-06-28Make code independent/less dependent on dsputil.Michael Niedermayer
2008-06-26Revert "add libmpeg2 permutation to dct-test"Måns Rullgård
2008-06-26add libmpeg2 permutation to dct-testMåns Rullgård
2008-06-25Use a local variable instead of mm_flags in dct-test.Alexander Strange
2008-06-25Define mm_flags/support to be 0 on architectures where they don't exist.Alexander Strange
2008-06-25Replace redundant MAX macro declaration by proper use of FFMAX.Diego Biurrun
2008-06-24Mark constant structure member as const to avoid some warnings.Laurent Desnogues
2008-04-16Test idct_xvid_sse2() in dct-test.Alexander Strange
2008-04-12Add a header file to declare Xvid IDCT functions.Alexander Strange
2008-03-30Altivec and SSE2 require 16-byte alignment, so make sure they get itAlexander Strange
2008-03-30check mm_flags for each DCT and skips the ones that can't be runAlexander Strange
2008-03-30get rid of the useless DCT_ERROR() macroAlexander Strange
2008-03-25Set mm_flags in dct-test to fix floating math.Alexander Strange
2008-02-26floating point AAN IDCTMichael Niedermayer
2007-12-09add ff_ prefix to all simple_idct symbolsAurelien Jacobs
2007-07-19Fix the compilation of dct-test, fft-test and motion-test which are usingPanagiotis Issaris
2007-06-12misc spelling fixesDiego Biurrun
2007-06-09Add some #includes to allow compilation without HAVE_AV_CONFIG_H.Ronald S. Bultje
2007-06-07Only run MMX2 tests when MMX2 is available.Diego Biurrun
2007-06-07Fix linking when GPL code has been disabled.Diego Biurrun
2007-06-07Fix compilation when MMX is disabled.Ronald S. Bultje
2007-06-07FAAN is not x86-specific.Diego Biurrun
2007-05-12Remove redundant extern declaration of j_rev_dct that is alreadyDiego Biurrun
2007-03-31platform-independent restructuring and code simplificationMarc Hoffman
2007-03-31Remove illegal call to exit().Marc Hoffman
2007-03-31Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com.Marc Hoffman
2006-11-14revert bad checkinMåns Rullgård
2006-11-14move some CFLAGS settings away from config.* writing sectionMåns Rullgård
2006-10-12Rename ABS macro to FFABS.Diego Biurrun