Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-04Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris
2007-01-17fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm andPanagiotis Issaris
2006-11-14revert bad checkinMåns Rullgård
2006-11-14move some CFLAGS settings away from config.* writing sectionMåns Rullgård
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-10-30AVPicture has 4 planes, not 3Luca Abeni
2006-10-23Do not use a fake libavcodec/swscale.h, but always use the real oneLuca Abeni
2006-10-17Implement sws_getCachedContext() in swscale emulationLuca Abeni
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-18Explicitly include fastmemcpy.h from libvo/.Diego Biurrun
2006-07-25Fix a corner case in sws emulationLuca Abeni
2006-04-04Introduce swscale interface in libavcodecLuca Abeni
2006-02-05MSVC-compatible __align8/__align16 declarationSteve L'Homme
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-10-13sanity check whether dimensions are non-nullAlex Beregszaszi
2005-08-26Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer
2005-01-12dissallow sprintfMichael Niedermayer
2005-01-12various security fixes and precautionary checksMichael Niedermayer
2004-12-30imgresample test cleanup patch by (Panagiotis Issaris <takis )( lumumba d0t l...Panagiotis Issaris
2004-06-17polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resam...Michael Niedermayer
2004-06-07fix normalizationMichael Niedermayer
2004-06-06cubic filter instead of truncated sincMichael Niedermayer
2004-04-08padding support in ffmpeg patch by (Todd Kirby <doubleshot at pacbell dot net>)Todd Kirby
2003-09-29avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>)Drew Hess
2003-03-06per file doxyMichael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
2002-12-06practically disabling altivec resampling code (some ppl said its broken) patc...Dieter
2002-11-30Simplify an expression and eliminate a compile warningPhilip Gladstone
2002-11-26altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot n...Brian Foley
2002-09-12Change abort() calls to av_abort() calls.Philip Gladstone
2002-09-05fixing testsMichael Niedermayer
2002-09-01croping patch by (talus25 at speakeasy dot net) with fixes from atmos & meMichael Niedermayer
2002-05-26license/copyright changeFabrice Bellard
2002-05-22* minor cleanupZdenek Kabelac
2002-05-19removed useless header includes - use av memory functionsFabrice Bellard
2001-08-02- removed #include ../config.h, because it's included from common.hArpi
2001-08-02Adding fastmemcpy stuff to speedup mplayer projectNick Kurshev
2001-07-24fixed config for direct mplayer build compatibilityFabrice Bellard
2001-07-22Initial revisionFabrice Bellard