]> git.sesse.net Git - ffmpeg/history - libavcodec/imgresample.c
Fix lossless jpeg encoder to comply to spec and store full redundant
[ffmpeg] / libavcodec / imgresample.c
2008-06-01 Baptiste Coudurieradd context_to_name func for logging
2008-06-01 Baptiste Couduriergive context to av_log
2008-05-27 Michael Niedermayermemleak / fixes CID118
2008-05-09 Diego BiurrunAdd missing path to #include statement.
2008-03-06 Panagiotis IssarisMake av_class a pointer to a const AVClass. Addresses...
2008-03-03 Måns Rullgårdremove invalid free() forgotten in r12300
2008-03-03 Michael NiedermayerProvide non null class name to avoid crash with ffmpeg -h.
2007-12-21 Diego Biurruncomment typo fixes
2007-12-01 Vitor Sessakspelling
2007-10-02 Luca BarbatoSanitize altivec code so it can be built with runtime...
2007-06-26 Benoit FouetIndentation
2007-06-26 Benoit Fouettest context before accessing it
2007-06-26 Benoit Fouetadd an AVClass pointer in SwsContext context
2007-05-28 Diego BiurrunRemove redundant fastmemcpy.h #include, it is indirectl...
2007-05-21 Diego BiurrunFix imgresample-test linking.
2007-05-21 Diego BiurrunAdd explanatory comments to some #endifs.
2007-03-04 Panagiotis IssarisAdd the prefix "av_" to img_crop(), img_copy() and...
2007-01-17 Panagiotis Issarisfix segfault with http://sam.zoy.org/zzuf/lol-ffplay...
2006-11-14 Måns Rullgårdrevert bad checkin
2006-11-14 Måns Rullgårdmove some CFLAGS settings away from config.* writing...
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-10-30 Luca AbeniAVPicture has 4 planes, not 3
2006-10-23 Luca AbeniDo not use a fake libavcodec/swscale.h, but always...
2006-10-17 Luca AbeniImplement sws_getCachedContext() in swscale emulation
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-18 Diego BiurrunExplicitly include fastmemcpy.h from libvo/.
2006-07-25 Luca AbeniFix a corner case in sws emulation
2006-04-04 Luca AbeniIntroduce swscale interface in libavcodec
2006-02-05 Steve L'HommeMSVC-compatible __align8/__align16 declaration
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-10-12 Alex Beregszaszisanity check whether dimensions are non-null
2005-08-26 Michael NiedermayerCompilation fixes part 1 patch by (Arvind R. and Burkha...
2005-01-12 Michael Niedermayerdissallow sprintf
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2004-12-30 Panagiotis Issarisimgresample test cleanup patch by (Panagiotis Issaris...
2004-06-17 Michael Niedermayerpolyphase kaiser windowed sinc and blackman nuttall...
2004-06-06 Michael Niedermayerfix normalization
2004-06-06 Michael Niedermayercubic filter instead of truncated sinc
2004-04-08 Todd Kirbypadding support in ffmpeg patch by (Todd Kirby <doubles...
2003-09-29 Drew Hessavcodec const correctness patch by (Drew Hess <dhess...
2003-03-06 Michael Niedermayerper file doxy
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2002-12-06 Dieterpractically disabling altivec resampling code (some...
2002-11-30 Philip GladstoneSimplify an expression and eliminate a compile warning
2002-11-26 Brian Foleyaltivec accelerated v-resample patch by (Brian Foley...
2002-09-12 Philip GladstoneChange abort() calls to av_abort() calls.
2002-09-05 Michael Niedermayerfixing tests
2002-09-01 Michael Niedermayercroping patch by (talus25 at speakeasy dot net) with...
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-22 Zdenek Kabelac* minor cleanup
2002-05-18 Fabrice Bellardremoved useless header includes - use av memory functions
2001-08-02 Arpi- removed #include ../config.h, because it's included...
2001-08-02 Nick KurshevAdding fastmemcpy stuff to speedup mplayer project
2001-07-23 Fabrice Bellardfixed config for direct mplayer build compatibility
2001-07-22 Fabrice BellardInitial revision