summaryrefslogtreecommitdiff
path: root/libavcodec/ps2/dsputil_mmi.c
Commit message (Expand)AuthorAgeFilesLines
* Move PS2 MMI code below the mips subdirectory, where it belongs.Diego Biurrun2012-02-131-162/+0
* mips: Move MMI function declarations to a header.Diego Biurrun2012-02-131-4/+0
* cosmetics: Delete empty lines at end of file.Diego Biurrun2012-02-091-1/+0
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-211-1/+1
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-211-1/+1
* simple_idct: add 10-bit versionMans Rullgard2011-07-201-1/+2
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-0/+3
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-4/+4
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Group all copyright and author notices together.Diego Biurrun2007-07-051-3/+3
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-161-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-3/+3
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-1/+1
* credit updateMike Melanson2004-03-131-1/+1
* the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ...Michael Niedermayer2003-06-211-1/+2
* new versions; put_pix's about 20% faster, get_pix 3.5x faster. patch by (Leo...Leon van Stuivenberg2003-03-211-31/+59
* clear_blocks_mmi() optimization by BroadQ (and patch by Leon van Stuivenberg ...Leon van Stuivenberg2003-03-181-12/+15
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-031-1/+12
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-1/+1
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-111-10/+10
* dsputil mmi cleanup patch by (Leon van Stuivenberg <leonvs at iae dot nl>)Leon van Stuivenberg2002-10-271-42/+28
* ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)Leon van Stuivenberg2002-10-031-69/+86
* ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)Leon van Stuivenberg2002-09-231-0/+115