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
2007-02-11rename HAVE_GPROF to CONFIG_GPROFMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2006-02-17Change license header to LGPL for consistency.Falk Hüffner
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-12-12remove unused variablesMåns Rullgård
2005-06-20Communicate proper aliasing to gcc (needed for 4.1).Falk Hüffner
2004-07-11Don't include config.h from assembly, because the mplayer developersFalk Hüffner
2003-12-30interlaced motion estimationMichael Niedermayer
2003-12-15100l (forgot alpha & ppc)Michael Niedermayer
2003-09-13Use asms instead of builtins when compiling for generic Alpha. LessFalk Hüffner
2003-07-25warning fixesAlex Beregszaszi
2003-06-29build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>)Sam Hocevar
2003-06-21the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ...Michael Niedermayer
2003-03-03MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer
2003-02-2232 vs. 64bit bugfix by (Dave Huang (dahanc))Michael Niedermayer
2003-01-10Implement sad8x8 and sad16x16 with pix_abs.Falk Hüffner
2002-11-27Kludge around compilation failure on Alpha.Falk Hüffner
2002-11-11* using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac
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-10-05Some nifty stuff for upcoming patches.Falk Hüffner
2002-09-29Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large winFalk Hüffner
2002-09-14Synthesize pixels16 functions from pixels functions.Falk Hüffner
2002-09-13Fix for h % 8 == 4 in put_pixels_axp_asm.Falk Hüffner
2002-09-13Due to version renumbering, Alpha builtins aren't supported in thegccFalk Hüffner
2002-09-13Adapt to new 8/16 table scheme.Falk Hüffner
2002-07-30MVI optimizations for motion estimation.Falk Hüffner
2002-07-13Remove support for variable BSIZE and INCR, as sub_pixels_* is noFalk Hüffner
2002-07-13* Improve xy2 routines slightlyFalk Hüffner
2002-07-05Implement clear_blocks_axp.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-07-03Use updated motion compensation routines.Falk Hüffner
2002-07-02Assembly version of put_pixels. This is currently the function thatFalk Hüffner
2002-07-02Add profiling support.Falk Hüffner
2002-07-01Implement put_pixels_clamped and add_pixels_clamped in Assembler. ThisFalk Hüffner
2002-06-25Ugly hack to make the assembler accept MVI instructions.Falk Hüffner
2002-06-25* Fixed constraintsFalk Hüffner
2002-05-26license/copyright changeFabrice Bellard
2002-01-20Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>Nick Kurshev