summaryrefslogtreecommitdiff
path: root/libavcodec/mlib
Commit message (Expand)AuthorAge
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-21
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-21
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Do not use the mlib IDCT by default. We do not want videos which are onlyMichael Niedermayer2008-04-02
* const src for bswapMichael Niedermayer2008-02-01
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* update the API for the idct functionMike Melanson2004-03-15
* optimised versions of the get_pixels, diff_pixels, and bswap_bufMike Melanson2003-10-11
* the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ...Michael Niedermayer2003-06-21
* * compile fixes by Mitch at Bits.COMZdenek Kabelac2003-05-20
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* mlib fix patch by (Juergen Keil <jk at tools dot de>)Jürgen Keil2002-12-15
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-11
* idct_permutation_type variable, so the permutation type can quickly be identi...Michael Niedermayer2002-10-25
* 16x{8,16} {avg,put}_pixels support patch by (Juergen Keil <jk at tools dot de>)Jürgen Keil2002-10-08
* trying to fix the non-x86 IDCTs (untested)Michael Niedermayer2002-10-06
* fixing *pixels_tab stuff (hopefully, as its untested ...)Michael Niedermayer2002-09-19
* sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zp...Martin Olschewski2002-08-30
* license/copyright changeFabrice Bellard2002-05-25
* copyright changeFabrice Bellard2001-09-17
* mlib mergeFabrice Bellard2001-09-16