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-02-25Move the unaltered documentation of the functions which are part of the publicPanagiotis Issaris
2007-02-20add doxygen docs for avpicture_fill()Guillaume Poirier
2007-02-13consistency renaming: yuv422 --> yuyv422Diego Biurrun
2007-02-13consistency renaming: uyvy411 --> uyyvyy411Diego Biurrun
2007-02-13consistency renaming: rgba32 --> rgb32Diego Biurrun
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
2007-01-17Avoid branches in the loop and solve a gcc warningLuca Barbato
2007-01-17CosmeticsLuca Barbato
2006-11-16Remove alpha channel from RGB555Alex Beregszaszi
2006-11-16BGR555 has never been working as alpha supporting format. Remove the false se...Alex Beregszaszi
2006-11-14changed rgba32_to routines to support both alpha and non-alpha formats (see r...Alex Beregszaszi
2006-11-12rename cropTbl -> ff_cropTblMåns Rullgård
2006-10-28Fix obvious typo, BGR555 was missingReynaldo H. Verdejo Pinochet
2006-10-2416-bit grayscale supportKostya Shishkov
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-28Minimal support for the new pixel formats in libavcodecLuca Abeni
2006-08-18Explicitly include fastmemcpy.h from libvo/.Diego Biurrun
2006-08-08Enable swscale usage in ffmpegLuca Abeni
2006-07-06Mark some read-only datastructures as const.Stefan Huehner
2006-04-19make "size" variable in avpicture_alloc signed, since avpicture_get_sizeReimar Döffinger
2006-04-10Baptiste COUDURIER's padding patch (reworked by me a little bit).Luca Abeni
2006-04-01remove mpegvideo.c img resample dependancyMichael Niedermayer
2006-03-10Fix cropping, depending on enc pix fmtBaptiste Coudurier
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-07-11segfault fixMichael Niedermayer
2005-01-12various security fixes and precautionary checksMichael Niedermayer
2004-11-25YUV420P to UYVY422 conversion patch by (Luca Abeni <lucabe72 >< email >< it>)Luca Abeni
2004-10-28YUV420P to YUV422 conversion routine by (Danny Laarmans <dlaarmans at androme...Michael Niedermayer
2004-10-25fix -pixfmt mono[bw] patch by (Wolfram Gloger <wmglo at dent dot med dot uni-...Wolfram Gloger
2004-10-22 * Introducing IIDC1394 grabbing interface.Roman Shaposhnik
2004-08-19enrtries for PIX_FMT_XVMC_MPEG2_MC and PIX_FMT_XVMC_MPEG2_IDCT patch by ("Tod...Todd Kirby
2004-07-25UYVY support patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)Todd Kirby
2003-11-01ffv1 rgb supportMichael Niedermayer
2003-10-11recommit ofDrew Hess
2003-09-29avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>)Drew Hess
2003-08-27 * ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problemRoman Shaposhnik
2003-07-10flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ...Garrick Meeker
2003-05-24Warning and compatibility fixes.Falk Hüffner
2003-05-12 * fixing a bug in avpicture_layout (PAL8 wasn't handled properly)Roman Shaposhnik
2003-05-07 * introducing new public interface in imgconvert.cRoman Shaposhnik
2003-04-22rgb555 alpha extraction fixFabrice Bellard
2003-04-22added img_get_alpha_info()Fabrice Bellard
2003-04-21fixed PIX_FMT_YUV422 conversionsFabrice Bellard
2003-04-21loss fixes (thanks to Daniel Serpell) - shrink22 fixFabrice Bellard
2003-04-21added all missing UV conversionsFabrice Bellard
2003-04-21almost exhaustive image conversion supportFabrice Bellard
2003-04-21accurate YUV to RGB and RGB to YUV conversions - added commentsFabrice Bellard