summaryrefslogtreecommitdiff
path: root/libavcodec/imgconvert.c
Commit message (Expand)AuthorAge
* Minimal support for the new pixel formats in libavcodecLuca Abeni2006-08-28
* Explicitly include fastmemcpy.h from libvo/.Diego Biurrun2006-08-18
* Enable swscale usage in ffmpegLuca Abeni2006-08-08
* Mark some read-only datastructures as const.Stefan Huehner2006-07-06
* make "size" variable in avpicture_alloc signed, since avpicture_get_sizeReimar Döffinger2006-04-19
* Baptiste COUDURIER's padding patch (reworked by me a little bit).Luca Abeni2006-04-10
* remove mpegvideo.c img resample dependancyMichael Niedermayer2006-03-31
* Fix cropping, depending on enc pix fmtBaptiste Coudurier2006-03-10
* 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
* segfault fixMichael Niedermayer2005-07-11
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* YUV420P to UYVY422 conversion patch by (Luca Abeni <lucabe72 >< email >< it>)Luca Abeni2004-11-24
* YUV420P to YUV422 conversion routine by (Danny Laarmans <dlaarmans at androme...Michael Niedermayer2004-10-27
* fix -pixfmt mono[bw] patch by (Wolfram Gloger <wmglo at dent dot med dot uni-...Wolfram Gloger2004-10-25
* * Introducing IIDC1394 grabbing interface.Roman Shaposhnik2004-10-22
* enrtries for PIX_FMT_XVMC_MPEG2_MC and PIX_FMT_XVMC_MPEG2_IDCT patch by ("Tod...Todd Kirby2004-08-19
* UYVY support patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)Todd Kirby2004-07-25
* ffv1 rgb supportMichael Niedermayer2003-11-01
* recommit ofDrew Hess2003-10-11
* avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>)Drew Hess2003-09-29
* * ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problemRoman Shaposhnik2003-08-26
* flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ...Garrick Meeker2003-07-09
* Warning and compatibility fixes.Falk Hüffner2003-05-24
* * fixing a bug in avpicture_layout (PAL8 wasn't handled properly)Roman Shaposhnik2003-05-12
* * introducing new public interface in imgconvert.cRoman Shaposhnik2003-05-07
* rgb555 alpha extraction fixFabrice Bellard2003-04-21
* added img_get_alpha_info()Fabrice Bellard2003-04-21
* fixed PIX_FMT_YUV422 conversionsFabrice Bellard2003-04-21
* loss fixes (thanks to Daniel Serpell) - shrink22 fixFabrice Bellard2003-04-21
* added all missing UV conversionsFabrice Bellard2003-04-21
* almost exhaustive image conversion supportFabrice Bellard2003-04-21
* accurate YUV to RGB and RGB to YUV conversions - added commentsFabrice Bellard2003-04-21
* YUV formats/gray formats are correctly defined - added format loss informatio...Fabrice Bellard2003-04-20
* rgba32 convertFabrice Bellard2003-04-19
* fixing mem corruptionMichael Niedermayer2003-04-04
* typos & cosmeticsMichael Niedermayer2003-03-06
* per file doxyMichael Niedermayer2003-03-06
* fixing 410 -> 420Michael Niedermayer2003-02-18
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
* added paletted 8 bit format supportFabrice Bellard2003-02-09
* Fix a bug in the conversion of rgba32->yuv420p. This resulted in garbage imagesPhilip Gladstone2003-02-08
* handle odd image sizes when using subsampled chroma (useful for JPEG images)Fabrice Bellard2003-02-02
* 100000lMichael Niedermayer2003-01-29
* use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard2003-01-23
* reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY)Michael Niedermayer2003-01-23
* img_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm dot com>)Max Krasnyansky2003-01-20
* added gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 caseFabrice Bellard2003-01-20