summaryrefslogtreecommitdiff
path: root/libavcodec/sh4/dsputil_sh4.c
Commit message (Expand)AuthorAge
* Merge commit '0c15a9aa7e1654a19144eb594f9639a57fd47482'Michael Niedermayer2013-04-22
|\
| * sh4: Remove dubious aligned dsputil codeDiego Biurrun2013-04-22
* | Merge commit '9e0f14f16cfc9456a691655fda7d01090bffe47e'Michael Niedermayer2013-04-08
|\|
| * lavc: Make pointers to ff_cropTbl constMartin Storsjö2013-04-08
* | Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer2013-02-06
|\|
| * Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * sh4: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-22
|\|
| * dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-21
|\|
| * simple_idct: add 10-bit versionMans Rullgard2011-07-20
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-11
|\|
| * 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
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-04-10
|/
* sh4: move dsputil prototypes to header fileMåns Rullgård2010-03-08
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* SH4: fix memzero_align8()Måns Rullgård2008-11-20
* SH4: remove some commented out blocks of codeMåns Rullgård2008-11-20
* SH4: do not mix code and declarationsMåns Rullgård2008-11-19
* SH4: fix compilation of memzero_align8()Måns Rullgård2008-11-19
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* 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
* the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ...Michael Niedermayer2003-06-21
* make sh4 IDCT optional, so the user can chooseMichael Niedermayer2003-05-14
* sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>)BERO2003-05-14