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
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2009-01-18Alpha: factor common parts from dct_unquantize_h263_intra/inter_axpMåns Rullgård
2009-01-18Alpha: fix dct_unquantize_h263_inter/intra_axp()Måns Rullgård
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-05-16Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-12-12remove unused variablesMåns Rullgård
2003-12-15100l (forgot alpha & ppc)Michael Niedermayer
2003-09-13Use asms instead of builtins when compiling for generic Alpha. LessFalk Hüffner
2003-03-03MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer
2002-10-12Move Alpha optimized IDCT to own file. Based on a patch by MånsFalk Hüffner
2002-10-07* Fix dct_unquantize_h263_axp for changed block_last_index indexing.Falk Hüffner
2002-10-05Make compilable again after DCT cleanup. It gives wrong results,Falk Hüffner
2002-07-04Make dct_unquantize_h263 work on systems without MVI extension.Falk Hüffner
2002-07-03Update and activate dct_unquantize_h263_mvi. Thanks to Måns RullgårdFalk Hüffner
2002-06-25Ugly hack to make the assembler accept MVI instructions.Falk Hüffner
2002-05-26license/copyright changeFabrice Bellard
2002-01-20Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>Nick Kurshev