summaryrefslogtreecommitdiff
path: root/libavcodec/imgresample.c
Commit message (Collapse)AuthorAge
* add context_to_name func for loggingBaptiste Coudurier2008-06-01
| | | | Originally committed as revision 13610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give context to av_logBaptiste Coudurier2008-06-01
| | | | Originally committed as revision 13593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleak / fixes CID118Michael Niedermayer2008-05-27
| | | | Originally committed as revision 13473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing path to #include statement.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make av_class a pointer to a const AVClass. Addresses one warning inPanagiotis Issaris2008-03-06
| | | | | | imgresample.c. Originally committed as revision 12352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove invalid free() forgotten in r12300Måns Rullgård2008-03-03
| | | | Originally committed as revision 12303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Provide non null class name to avoid crash with ffmpeg -h.Michael Niedermayer2008-03-03
| | | | Originally committed as revision 12300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment typo fixesDiego Biurrun2007-12-21
| | | | Originally committed as revision 11294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spellingVitor Sessak2007-12-01
| | | | Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sanitize altivec code so it can be built with runtime check properlyLuca Barbato2007-10-02
| | | | Originally committed as revision 10640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentationBenoit Fouet2007-06-26
| | | | Originally committed as revision 9437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* test context before accessing itBenoit Fouet2007-06-26
| | | | Originally committed as revision 9436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add an AVClass pointer in SwsContext contextBenoit Fouet2007-06-26
| | | | Originally committed as revision 9434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-28
| | | | Originally committed as revision 9145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix imgresample-test linking.Diego Biurrun2007-05-21
| | | | Originally committed as revision 9085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add explanatory comments to some #endifs.Diego Biurrun2007-05-21
| | | | Originally committed as revision 9084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris2007-03-04
| | | | | | to "picture" as suggested by Baptiste Coudurier. Originally committed as revision 8220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm andPanagiotis Issaris2007-01-17
| | | | | | http://sam.zoy.org/zzuf/lol-ffplay.ogg Originally committed as revision 7561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert bad checkinMåns Rullgård2006-11-14
| | | | Originally committed as revision 7044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
| | | | Originally committed as revision 7043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
| | | | | | patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVPicture has 4 planes, not 3Luca Abeni2006-10-30
| | | | Originally committed as revision 6838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use a fake libavcodec/swscale.h, but always use the real oneLuca Abeni2006-10-23
| | | | | | (from libswscale) instead Originally committed as revision 6777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement sws_getCachedContext() in swscale emulationLuca Abeni2006-10-17
| | | | Originally committed as revision 6718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-18
| | | | Originally committed as revision 6021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a corner case in sws emulationLuca Abeni2006-07-25
| | | | Originally committed as revision 5827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce swscale interface in libavcodecLuca Abeni2006-04-04
| | | | Originally committed as revision 5266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
| | | | | | patch by Steve Lhomme, steve .dot. lhomme .at. free .dot. fr Originally committed as revision 4942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sanity check whether dimensions are non-nullAlex Beregszaszi2005-10-12
| | | | Originally committed as revision 4634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf ↵Michael Niedermayer2005-08-26
| | | | | | uni-stuttgart de) Originally committed as revision 4540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dissallow sprintfMichael Niedermayer2005-01-12
| | | | Originally committed as revision 3823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
| | | | Originally committed as revision 3822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* imgresample test cleanup patch by (Panagiotis Issaris <takis )( lumumba d0t ↵Panagiotis Issaris2004-12-30
| | | | | | luc d0t ac.be>) Originally committed as revision 3784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio ↵Michael Niedermayer2004-06-17
| | | | | | resample filters Originally committed as revision 3228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix normalizationMichael Niedermayer2004-06-06
| | | | Originally committed as revision 3203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cubic filter instead of truncated sincMichael Niedermayer2004-06-06
| | | | | | looks much better for upscaling & scaling where src and dst size are quite similar Originally committed as revision 3201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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