summaryrefslogtreecommitdiff
path: root/libavcodec/imgconvert.c
Commit message (Expand)AuthorAge
* 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