]> git.sesse.net Git - ffmpeg/history - libavcodec/vp3dsp.c
aacdec: Drop some unused function arguments
[ffmpeg] / libavcodec / vp3dsp.c
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-07-18 Mans Rullgardvp3: move idct and loop filter pointers to new vp3dsp...
2012-03-06 Ronald S. BultjeDon't use ff_cropTbl[] for IDCT.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-06-22 Måns RullgårdImprove some uses of ff_cropTbl with constant offset
2010-05-28 David Conradvp3: 10l Fix DC-only IDCT for C and ARM too
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-17 David Conradvp3: DC-only IDCT
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-10-04 David ConradMove VP3 loop filter to DSPContext
2008-07-13 Michael NiedermayerFix decoding of 320x240.ogg.
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-11-12 Måns Rullgårdrename cropTbl -> ff_cropTbl
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-19 Michael Niedermayeravoid 4 +
2006-07-19 Michael Niedermayerremove 166 useless underscores, and make this file...
2006-07-19 Michael Niedermayerremove a few useless casts and avoid the useless t1...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-06 Måns RullgårdKill some compiler warnings. Compiled code verified...
2005-08-14 Måns Rullgårdkill a bunch of compiler warnings
2005-05-17 Michael Niedermayerporting vp3 idct over to lavc idct api
2005-05-17 Michael Niedermayerremove permutation done to quant tables and then undone...
2004-05-18 Michael Niedermayersome of the warning fixes by (Michael Roitzsch <mroi...
2004-04-26 Mike Melansonreorganize and simplify the VP3 IDCT stuff
2004-03-08 Mike Melansonseperated out the C-based VP3 DSP functions into a...