]> git.sesse.net Git - ffmpeg/history - libavcodec/jrevdct.c
dxva2: Keep code shared between dxva2 and d3d11va under the correct #if
[ffmpeg] / libavcodec / jrevdct.c
2016-09-29 Diego Biurrunidct: Change type of array stride parameters to ptrdiff_t
2016-03-05 Katerina Barone... idct8x8: Fix undefined negative shifts
2014-09-02 Diego Biurrunidctdsp: Add global function pointers for {add|put...
2013-02-08 Diego Biurrundsputil: Move fdct function declarations to dct.h
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-04-21 Mans RullgardRemove lowres video decoding
2012-02-15 Martin Storsjölibavcodec: Add ff_ prefix to j_rev_dct*
2011-11-08 Diego BiurrunRemove redundant filename self-references inside files.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-04-17 Michael NiedermayerRemove unused assignment from j_rev_dct() found by...
2009-04-17 Michael NiedermayerRemvoe useless assignment found by CSA.
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-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.
2004-09-26 Michael Niedermayerporting optimizations from 4x4 dct to 8x8
2004-09-26 Michael Niedermayeroptimizing 4x4 idct
2004-09-26 Michael Niedermayer1/8 resolution decoding
2004-09-26 Michael Niedermayer1/4 resolution decoding
2004-09-25 Michael Niedermayer1/2 resolution decoding
2003-03-06 Michael Niedermayerper file doxy
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-05-27 Zdenek Kabelac* started to cleanup name clashes for onetime compilation
2001-08-07 Fabrice Bellardpermuted coefs in normal IDCT to avoid having different...
2001-07-22 Fabrice BellardInitial revision