summaryrefslogtreecommitdiff
path: root/libavcodec/imgconvert.c
Commit message (Expand)AuthorAge
* 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
* fixing yuv422 -> yuv420p (i need that for the vceq videos ...)Michael Niedermayer2003-01-20
* C99 initializers and kill warnings patch by (mru at users dot sourceforge dot...Måns Rullgård2003-01-19
* added missing formats in all functions - added monoblack, monowhite and gray8...Fabrice Bellard2003-01-11
* simplified code (need automatic testing) - added primitive new format support.Fabrice Bellard2003-01-11
* removing PIX_FMT_ANYMichael Niedermayer2002-12-29
* 16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-cre...Joel Yliluoma2002-11-14
* 1) Add MMX deinterlace code.Fred2002-10-30
* minimum support for YUV411P (new combined scaler/converter will handle that b...Fabrice Bellard2002-10-08
* Add conversions to and from RGBA32 and BGRA32.Philip Gladstone2002-07-27
* YUV410P to YUV420P patch by François Revol <revol at free dot fr>François Revol2002-07-21
* * started to cleanup name clashes for onetime compilationZdenek Kabelac2002-05-27
* license/copyright changeFabrice Bellard2002-05-25
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-18
* * using pixtype as enum - by Philip GladstoneZdenek Kabelac2002-04-08
* win32 fixesFabrice Bellard2001-08-13
* added 422P, 444P support - added deinterlace support - added xxx to RGB24 con...Fabrice Bellard2001-08-11
* - removed #include ../config.h, because it's included from common.hArpi2001-08-02
* Adding fastmemcpy stuff to speedup mplayer projectNick Kurshev2001-08-02
* Initial revisionFabrice Bellard2001-07-22