]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/imgresample.c
cosmetics: Remove pointless period after copyright statement non-sentences.
[frescor/ffmpeg.git] / libavcodec / imgresample.c
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-22 diegoRename libavcodec/i386/ --> libavcodec/x86/.
2008-12-14 aurelget ride of mmx_t
2008-12-13 diegoAdd img_convert() to imgconvert.h and #include it from...
2008-11-03 rathannRemove duplicated MM_* macros for CPU capabilities...
2008-10-21 aureluses FF_ARRAY_ELEMS() where appropriate
2008-09-14 diegocosmetics: Fix indentation.
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-06-01 bcoudurieradd context_to_name func for logging
2008-06-01 bcouduriergive context to av_log
2008-05-27 michaelmemleak / fixes CID118
2008-05-09 diegoAdd missing path to #include statement.
2008-03-06 takisMake av_class a pointer to a const AVClass. Addresses...
2008-03-03 mruremove invalid free() forgotten in r12300
2008-03-03 michaelProvide non null class name to avoid crash.
2007-12-21 diegocomment typo fixes
2007-12-01 vitorspelling
2007-10-02 lu_zeroSanitize altivec code so it can be built with runtime...
2007-06-26 benoitIndentation
2007-06-26 benoittest context before accessing it
2007-06-26 benoitadd an AVClass pointer in SwsContext context
2007-05-28 diegoRemove redundant fastmemcpy.h #include, it is indirectl...
2007-05-21 diegoFix imgresample-test linking.
2007-05-21 diegoAdd explanatory comments to some #endifs.
2007-03-04 takisAdd the prefix "av_" to img_crop(), img_copy() and...
2007-01-17 takisfix segfault with http://sam.zoy.org/zzuf/lol-ffplay...
2006-11-14 mrurevert bad checkin
2006-11-14 mrumove some CFLAGS settings away from config.* writing...
2006-11-01 diegoReplace most of the %lld and %llx by their (cleaner...
2006-10-30 lucabeAVPicture has 4 planes, not 3
2006-10-23 lucabeDo not use a fake libavcodec/swscale.h, but always...
2006-10-17 lucabeImplement sws_getCachedContext() in swscale emulation
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-08-18 diegoExplicitly include fastmemcpy.h from libvo/.
2006-07-25 lucabeFix a corner case in sws emulation
2006-04-04 lucabeIntroduce swscale interface in libavcodec
2006-02-05 diegoMSVC-compatible __align8/__align16 declaration
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-10-12 alexsanity check whether dimensions are non-null
2005-08-26 michaelCompilation fixes part 1 patch by (Arvind R. and Burkha...
2005-01-12 michaeldissallow sprintf
2005-01-12 michaelvarious security fixes and precautionary checks
2004-12-30 michaelimgresample test cleanup patch by (Panagiotis Issaris...
2004-06-17 michaelpolyphase kaiser windowed sinc and blackman nuttall...
2004-06-06 michaelfix normalization
2004-06-06 michaelcubic filter instead of truncated sinc
2004-04-08 michaelpadding support in ffmpeg patch by (Todd Kirby <doubles...
2003-09-29 michaelniavcodec const correctness patch by (Drew Hess <dhess...
2003-03-06 michaelniper file doxy
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-02-10 kabi* static,const,compiler warning cleanup
2002-12-06 michaelnipractically disabling altivec resampling code (some...
2002-11-30 philipjsgSimplify an expression and eliminate a compile warning
2002-11-26 michaelnialtivec accelerated v-resample patch by (Brian Foley...
2002-09-12 philipjsgChange abort() calls to av_abort() calls.
2002-09-05 michaelnifixing tests
2002-09-01 michaelnicroping patch by (talus25 at speakeasy dot net) with...
2002-05-25 glantaulicense/copyright change
2002-05-22 kabi* minor cleanup
2002-05-18 glantauremoved useless header includes - use av memory functions
2001-08-02 arpi_esp- removed #include ../config.h, because it's included...
2001-08-02 nickols_kAdding fastmemcpy stuff to speedup mplayer project
2001-07-23 glantaufixed config for direct mplayer build compatibility
2001-07-22 glantauInitial revision