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
2014-01-15dct-test: test ff_simple_idct_neon only on ARM for nowJanne Grunau
2013-11-13Remove all Alpha architecture optimizationsDiego Biurrun
2013-11-07Remove #undefs for formerly forbidden system functionsDiego Biurrun
2013-10-25dct-test: Remove possibility of returning a restricted exit codeDerek Buitenhuis
2013-10-05x86: xviddct: Employ more specific ifdefsDiego Biurrun
2013-02-09dsputil: Move fdct function declarations to dct.hDiego Biurrun
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-12-07dct-test: arm: indicate required cpu features for optimised funcsMans Rullgard
2012-10-31x86: mmx2 ---> mmxext in function namesDiego Biurrun
2012-09-13x86: Remove some leftover declarations for non-existent functionsDiego Biurrun
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-08-02x86: remove libmpeg2 mmx(ext) idct functionsMans Rullgard
2012-08-01dct-test: allow to compile without HAVE_INLINE_ASM.Ronald S. Bultje
2012-07-25x86/dsputil: put inline asm under HAVE_INLINE_ASM.Ronald S. Bultje
2012-07-11dct/fft-test: use a replacement getopt() if the system has none present.Ronald S. Bultje
2012-06-20Use av_gettime() in various placesMans Rullgard
2012-06-20dct-test: use emms_c() from libavutil instead of duplicating itMans Rullgard
2012-03-28faandct: Remove FAAN_POSTSCALE define and related code.Diego Biurrun
2012-02-18dct-test: Add the missing ff_ prefix to the altivec functionsMartin Storsjö
2012-02-18dct-test: Remove a stray declaration of a nonexistent functionMartin Storsjö
2012-02-16libavcodec: Add ff_ prefix to j_rev_dct*Martin Storsjö
2012-02-16libavcodec: Prefix fdct_ifast, fdct_ifast248Martin Storsjö
2011-12-18dct-test: remove unused variable cropTblMans Rullgard
2011-12-08tests/examples: Mark some variables only used within their files as static.Diego Biurrun
2011-11-02Replace some forgotten FFmpeg references by Libav.Diego Biurrun
2011-09-21dct-test: factor out some common code and do whas was likely intendedMans Rullgard
2011-07-21jfdctint: add 10-bit versionMans Rullgard
2011-07-20simple_idct: add 10-bit versionMans Rullgard
2011-07-16dct-test: remove write-only variableMans Rullgard
2011-07-04dct-test: remove 'ref' function pointer from tablesMans Rullgard
2011-07-04dct-test: exit with non-zero status if an IDCT failsMans Rullgard
2011-07-04dct-test: make speed test optionalMans Rullgard
2011-07-04dct-test: remove is_idct field from tablesMans Rullgard
2011-07-04dct-test: split table in two for idct and fdctMans Rullgard
2011-07-04dct-test: simplify calling dct_error()Mans Rullgard
2011-07-04dct-test: whitespace cosmeticsMans Rullgard
2011-07-04dct-test: remove commented out codeMans Rullgard
2011-04-29Remove some disabled printf debug cruft.Diego Biurrun
2011-04-26Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini
2010-09-04Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-08ARM: fix dct-testMåns Rullgård
2010-03-08Remove unused fast_memcpy() function in dct-testMåns Rullgård
2010-03-08Move dctref prototypes to a header fileMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
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