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
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2014-07-18Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer
2014-06-04motion-test: force C functions for the reference C contextJames Almer
2014-05-17lavc: Use av_gettime_relative()Olivier Langlois
2013-02-26motion-test: fix warning: dsp_mask is deprecatedMichael Niedermayer
2013-02-26libavcodec/motion-test: set the bitexact flagMichael Niedermayer
2012-10-12motion-test: zero dsp contextMichael Niedermayer
2012-10-08motion-test: fix height parameterMichael Niedermayer
2012-09-04lavc: put motion test back.Michael Niedermayer
2012-09-03Delete motion-test tool; it is of doubtful utility.Diego Biurrun
2012-08-29testprogs: Remove unused includesMartin Storsjö
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-07-09motion-test: do not use getopt()Anton Khirnov
2012-06-20Use av_gettime() in various placesMans Rullgard
2012-05-14motion-test: remove disabled codeDiego Biurrun
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2011-12-08tests/examples: Mark some variables only used within their files as static.Diego Biurrun
2011-12-08tests/tools/examples: Replace direct exit() calls by return.Diego Biurrun
2011-11-02Replace some forgotten FFmpeg references by Libav.Diego Biurrun
2011-07-10lavc: make avcodec_alloc_context3 officially public.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
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
2009-04-10cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun
2009-04-10Fix sigill on non-MMX2 CPUs.Diego Biurrun
2009-04-04Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistencyStefano Sabatini
2009-03-31Mark non-exported functions in test and example programs as static.Diego Biurrun
2009-03-20Replace random() usage in test programs by av_lfg_*().Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-27Fix filenames in Doxygen comments.Diego Biurrun
2008-11-14remove useless mmx.h includeBaptiste Coudurier
2007-12-02spellingVitor Sessak
2007-07-19Fix the compilation of dct-test, fft-test and motion-test which are usingPanagiotis Issaris
2007-06-10Adapt to API changes, fix compilation.Ronald S. Bultje
2007-06-08emms --> emms_c, taken from a patch by Ronald BultjeRonald S. Bultje
2007-05-21Rename motion_test.c to motion-test.c, which is the naming scheme used by allDiego Biurrun