summaryrefslogtreecommitdiffstats
path: root/libavcodec/imgresample.c
Commit message (Expand)AuthorAgeFilesLines
* IndentationBenoit Fouet2007-06-261-1/+1
* test context before accessing itBenoit Fouet2007-06-261-0/+1
* add an AVClass pointer in SwsContext contextBenoit Fouet2007-06-261-1/+4
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-281-4/+0
* Fix imgresample-test linking.Diego Biurrun2007-05-211-0/+1
* Add explanatory comments to some #endifs.Diego Biurrun2007-05-211-4/+4
* Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris2007-03-041-1/+1
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm andPanagiotis Issaris2007-01-171-0/+2
* revert bad checkinMåns Rullgård2006-11-141-3/+3
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-141-3/+3
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-011-1/+1
* AVPicture has 4 planes, not 3Luca Abeni2006-10-301-1/+1
* Do not use a fake libavcodec/swscale.h, but always use the real oneLuca Abeni2006-10-231-0/+5
* Implement sws_getCachedContext() in swscale emulationLuca Abeni2006-10-171-0/+36
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-181-1/+1
* Fix a corner case in sws emulationLuca Abeni2006-07-251-0/+3
* Introduce swscale interface in libavcodecLuca Abeni2006-04-041-0/+135
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-051-2/+2
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-12/+12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-45/+45
* sanity check whether dimensions are non-nullAlex Beregszaszi2005-10-121-0/+3
* Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer2005-08-261-0/+2
* dissallow sprintfMichael Niedermayer2005-01-121-1/+1
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-0/+2
* imgresample test cleanup patch by (Panagiotis Issaris <takis )( lumumba d0t l...Panagiotis Issaris2004-12-301-23/+9
* polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resam...Michael Niedermayer2004-06-171-46/+6
* fix normalizationMichael Niedermayer2004-06-061-3/+6
* cubic filter instead of truncated sincMichael Niedermayer2004-06-061-1/+7
* padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>)Todd Kirby2004-04-081-14/+39
* avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>)Drew Hess2003-09-291-19/+23
* per file doxyMichael Niedermayer2003-03-061-0/+6
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-36/+36
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-101-1/+0
* practically disabling altivec resampling code (some ppl said its broken) patc...Dieter2002-12-061-1/+1
* Simplify an expression and eliminate a compile warningPhilip Gladstone2002-11-301-1/+1
* altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot n...Brian Foley2002-11-261-1/+135
* Change abort() calls to av_abort() calls.Philip Gladstone2002-09-121-1/+1
* fixing testsMichael Niedermayer2002-09-051-2/+2
* croping patch by (talus25 at speakeasy dot net) with fixes from atmos & meMichael Niedermayer2002-09-011-13/+34
* license/copyright changeFabrice Bellard2002-05-251-11/+11
* * minor cleanupZdenek Kabelac2002-05-221-1/+1
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-181-8/+4
* - removed #include ../config.h, because it's included from common.hArpi2001-08-021-5/+0
* Adding fastmemcpy stuff to speedup mplayer projectNick Kurshev2001-08-021-0/+10
* fixed config for direct mplayer build compatibilityFabrice Bellard2001-07-231-5/+5
* Initial revisionFabrice Bellard2001-07-221-0/+614
OpenPOWER on IntegriCloud