summaryrefslogtreecommitdiff
path: root/libavcodec/imgresample.c
Commit message (Collapse)AuthorAge
* padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>)Todd Kirby2004-04-08
| | | | Originally committed as revision 2982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>)Drew Hess2003-09-29
| | | | Originally committed as revision 2318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per file doxyMichael Niedermayer2003-03-06
| | | | Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
| | | | Originally committed as revision 1567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* practically disabling altivec resampling code (some ppl said its broken) ↵Dieter2002-12-06
| | | | | | patch by (Dieter Shirley <dieters at schemasoft dot com>) Originally committed as revision 1321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify an expression and eliminate a compile warningPhilip Gladstone2002-11-30
| | | | Originally committed as revision 1293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot ↵Brian Foley2002-11-26
| | | | | | nuigalway dot ie>) Originally committed as revision 1283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change abort() calls to av_abort() calls.Philip Gladstone2002-09-12
| | | | Originally committed as revision 922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing testsMichael Niedermayer2002-09-05
| | | | Originally committed as revision 905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* croping patch by (talus25 at speakeasy dot net) with fixes from atmos & meMichael Niedermayer2002-09-01
| | | | Originally committed as revision 888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license/copyright changeFabrice Bellard2002-05-25
| | | | Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * minor cleanupZdenek Kabelac2002-05-22
| | | | Originally committed as revision 562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-18
| | | | Originally committed as revision 522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - removed #include ../config.h, because it's included from common.hArpi2001-08-02
| | | | | | | which is included from avcodec.h which is included from those files... Originally committed as revision 29 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adding fastmemcpy stuff to speedup mplayer projectNick Kurshev2001-08-02
| | | | Originally committed as revision 27 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed config for direct mplayer build compatibilityFabrice Bellard2001-07-23
| | | | Originally committed as revision 8 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2001-07-22
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk