summaryrefslogtreecommitdiff
path: root/libavcodec/imgresample.c
Commit message (Expand)AuthorAge
* small spelling/grammar fixesDiego Biurrun2009-03-02
* Document old scaler as deprecatedVitor Sessak2009-02-11
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-22
* Get rid of mmx_t.Aurelien Jacobs2008-12-14
* Add img_convert() to imgconvert.h and #include it from imgresample.c.Diego Biurrun2008-12-13
* Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski2008-11-03
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
* cosmetics: Fix indentation.Diego Biurrun2008-09-14
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* add context_to_name func for loggingBaptiste Coudurier2008-06-01
* give context to av_logBaptiste Coudurier2008-06-01
* memleak / fixes CID118Michael Niedermayer2008-05-27
* Add missing path to #include statement.Diego Biurrun2008-05-09
* Make av_class a pointer to a const AVClass. Addresses one warning inPanagiotis Issaris2008-03-06
* remove invalid free() forgotten in r12300Måns Rullgård2008-03-03
* Provide non null class name to avoid crash with ffmpeg -h.Michael Niedermayer2008-03-03
* comment typo fixesDiego Biurrun2007-12-21
* spellingVitor Sessak2007-12-01
* Sanitize altivec code so it can be built with runtime check properlyLuca Barbato2007-10-02
* IndentationBenoit Fouet2007-06-26
* test context before accessing itBenoit Fouet2007-06-26
* add an AVClass pointer in SwsContext contextBenoit Fouet2007-06-26
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-28
* Fix imgresample-test linking.Diego Biurrun2007-05-21
* Add explanatory comments to some #endifs.Diego Biurrun2007-05-21
* Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris2007-03-04
* fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm andPanagiotis Issaris2007-01-17
* revert bad checkinMåns Rullgård2006-11-14
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* AVPicture has 4 planes, not 3Luca Abeni2006-10-30
* Do not use a fake libavcodec/swscale.h, but always use the real oneLuca Abeni2006-10-23
* Implement sws_getCachedContext() in swscale emulationLuca Abeni2006-10-17
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-18
* Fix a corner case in sws emulationLuca Abeni2006-07-25
* Introduce swscale interface in libavcodecLuca Abeni2006-04-04
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
* 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
* sanity check whether dimensions are non-nullAlex Beregszaszi2005-10-12
* Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer2005-08-26
* dissallow sprintfMichael Niedermayer2005-01-12
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* imgresample test cleanup patch by (Panagiotis Issaris <takis )( lumumba d0t l...Panagiotis Issaris2004-12-30
* polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resam...Michael Niedermayer2004-06-17