]> git.sesse.net Git - ffmpeg/history - libavcodec/jfdctint.c
Add a function to match a 2 element vector of uint16_t and use it in h263 and svq1
[ffmpeg] / libavcodec / jfdctint.c
2009-10-20 avcoderRemove SHIFT_TEMPS from jfdct code.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-09-03 Diego BiurrunAdd copyright notice from the Independent JPEG Group...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2003-10-30 Michael Niedermayermove identical code into its own function
2003-10-24 Roman Shaposhnik * introducing dct248 into the DSP context.
2003-03-06 Michael Niedermayerper file doxy
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-09-01 Michael Niedermayerhigher accuracy
2002-08-29 Michael Niedermayerslow but accurate integer dct from IJG (should be ok...