summaryrefslogtreecommitdiffstats
path: root/libavcodec/imgconvert.c
Commit message (Expand)AuthorAgeFilesLines
* * ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problemRoman Shaposhnik2003-08-261-1/+5
* flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ...Garrick Meeker2003-07-091-11/+23
* Warning and compatibility fixes.Falk Hüffner2003-05-241-10/+7
* * fixing a bug in avpicture_layout (PAL8 wasn't handled properly)Roman Shaposhnik2003-05-121-2/+8
* * introducing new public interface in imgconvert.cRoman Shaposhnik2003-05-071-0/+51
* rgb555 alpha extraction fixFabrice Bellard2003-04-211-1/+1
* added img_get_alpha_info()Fabrice Bellard2003-04-211-1/+59
* fixed PIX_FMT_YUV422 conversionsFabrice Bellard2003-04-211-12/+12
* loss fixes (thanks to Daniel Serpell) - shrink22 fixFabrice Bellard2003-04-211-9/+11
* added all missing UV conversionsFabrice Bellard2003-04-211-35/+213
* almost exhaustive image conversion supportFabrice Bellard2003-04-211-852/+236
* accurate YUV to RGB and RGB to YUV conversions - added commentsFabrice Bellard2003-04-211-165/+661
* YUV formats/gray formats are correctly defined - added format loss informatio...Fabrice Bellard2003-04-201-61/+372
* rgba32 convertFabrice Bellard2003-04-191-2/+32
* fixing mem corruptionMichael Niedermayer2003-04-041-0/+2
* typos & cosmeticsMichael Niedermayer2003-03-061-1/+1
* per file doxyMichael Niedermayer2003-03-061-0/+7
* fixing 410 -> 420Michael Niedermayer2003-02-181-1/+1
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-53/+53
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-101-4/+4
* added paletted 8 bit format supportFabrice Bellard2003-02-091-0/+119
* Fix a bug in the conversion of rgba32->yuv420p. This resulted in garbage imagesPhilip Gladstone2003-02-081-4/+6
* handle odd image sizes when using subsampled chroma (useful for JPEG images)Fabrice Bellard2003-02-021-46/+101
* 100000lMichael Niedermayer2003-01-291-13/+18
* use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard2003-01-231-1/+1
* reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY)Michael Niedermayer2003-01-231-6/+6
* img_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm dot com>)Max Krasnyansky2003-01-201-2/+4
* added gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 caseFabrice Bellard2003-01-201-64/+81
* fixing yuv422 -> yuv420p (i need that for the vceq videos ...)Michael Niedermayer2003-01-201-6/+6
* C99 initializers and kill warnings patch by (mru at users dot sourceforge dot...Måns Rullgård2003-01-191-58/+58
* added missing formats in all functions - added monoblack, monowhite and gray8...Fabrice Bellard2003-01-111-72/+207
* simplified code (need automatic testing) - added primitive new format support.Fabrice Bellard2003-01-111-642/+834
* removing PIX_FMT_ANYMichael Niedermayer2002-12-291-2/+0
* 16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-cre...Joel Yliluoma2002-11-141-0/+112
* 1) Add MMX deinterlace code.Fred2002-10-301-51/+181
* minimum support for YUV411P (new combined scaler/converter will handle that b...Fabrice Bellard2002-10-081-0/+36
* Add conversions to and from RGBA32 and BGRA32.Philip Gladstone2002-07-271-0/+242
* YUV410P to YUV420P patch by François Revol <revol at free dot fr>François Revol2002-07-211-0/+39
* * started to cleanup name clashes for onetime compilationZdenek Kabelac2002-05-271-0/+2
* license/copyright changeFabrice Bellard2002-05-251-11/+11
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-181-2/+2
* * using pixtype as enum - by Philip GladstoneZdenek Kabelac2002-04-081-0/+2
* win32 fixesFabrice Bellard2001-08-131-5/+4
* added 422P, 444P support - added deinterlace support - added xxx to RGB24 con...Fabrice Bellard2001-08-111-29/+361
* - removed #include ../config.h, because it's included from common.hArpi2001-08-021-5/+0
* Adding fastmemcpy stuff to speedup mplayer projectNick Kurshev2001-08-021-0/+8
* Initial revisionFabrice Bellard2001-07-221-0/+214
OpenPOWER on IntegriCloud