| Commit message (Expand) | Author | Age | Files | Lines |
* | * ffmpeg was *silently* rejecting to deinterlace NTSC DV. The problem | Roman Shaposhnik | 2003-08-26 | 1 | -1/+5 |
* | flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ... | Garrick Meeker | 2003-07-09 | 1 | -11/+23 |
* | Warning and compatibility fixes. | Falk Hüffner | 2003-05-24 | 1 | -10/+7 |
* | * fixing a bug in avpicture_layout (PAL8 wasn't handled properly) | Roman Shaposhnik | 2003-05-12 | 1 | -2/+8 |
* | * introducing new public interface in imgconvert.c | Roman Shaposhnik | 2003-05-07 | 1 | -0/+51 |
* | rgb555 alpha extraction fix | Fabrice Bellard | 2003-04-21 | 1 | -1/+1 |
* | added img_get_alpha_info() | Fabrice Bellard | 2003-04-21 | 1 | -1/+59 |
* | fixed PIX_FMT_YUV422 conversions | Fabrice Bellard | 2003-04-21 | 1 | -12/+12 |
* | loss fixes (thanks to Daniel Serpell) - shrink22 fix | Fabrice Bellard | 2003-04-21 | 1 | -9/+11 |
* | added all missing UV conversions | Fabrice Bellard | 2003-04-21 | 1 | -35/+213 |
* | almost exhaustive image conversion support | Fabrice Bellard | 2003-04-21 | 1 | -852/+236 |
* | accurate YUV to RGB and RGB to YUV conversions - added comments | Fabrice Bellard | 2003-04-21 | 1 | -165/+661 |
* | YUV formats/gray formats are correctly defined - added format loss informatio... | Fabrice Bellard | 2003-04-20 | 1 | -61/+372 |
* | rgba32 convert | Fabrice Bellard | 2003-04-19 | 1 | -2/+32 |
* | fixing mem corruption | Michael Niedermayer | 2003-04-04 | 1 | -0/+2 |
* | typos & cosmetics | Michael Niedermayer | 2003-03-06 | 1 | -1/+1 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -0/+7 |
* | fixing 410 -> 420 | Michael Niedermayer | 2003-02-18 | 1 | -1/+1 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -53/+53 |
* | * static,const,compiler warning cleanup | Zdenek Kabelac | 2003-02-10 | 1 | -4/+4 |
* | added paletted 8 bit format support | Fabrice Bellard | 2003-02-09 | 1 | -0/+119 |
* | Fix a bug in the conversion of rgba32->yuv420p. This resulted in garbage images | Philip Gladstone | 2003-02-08 | 1 | -4/+6 |
* | handle odd image sizes when using subsampled chroma (useful for JPEG images) | Fabrice Bellard | 2003-02-02 | 1 | -46/+101 |
* | 100000l | Michael Niedermayer | 2003-01-29 | 1 | -13/+18 |
* | use av_malloc() functions - added av_strdup and av_realloc() | Fabrice Bellard | 2003-01-23 | 1 | -1/+1 |
* | reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY) | Michael Niedermayer | 2003-01-23 | 1 | -6/+6 |
* | img_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm dot com>) | Max Krasnyansky | 2003-01-20 | 1 | -2/+4 |
* | added gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 case | Fabrice Bellard | 2003-01-20 | 1 | -64/+81 |
* | fixing yuv422 -> yuv420p (i need that for the vceq videos ...) | Michael Niedermayer | 2003-01-20 | 1 | -6/+6 |
* | C99 initializers and kill warnings patch by (mru at users dot sourceforge dot... | Måns Rullgård | 2003-01-19 | 1 | -58/+58 |
* | added missing formats in all functions - added monoblack, monowhite and gray8... | Fabrice Bellard | 2003-01-11 | 1 | -72/+207 |
* | simplified code (need automatic testing) - added primitive new format support. | Fabrice Bellard | 2003-01-11 | 1 | -642/+834 |
* | removing PIX_FMT_ANY | Michael Niedermayer | 2002-12-29 | 1 | -2/+0 |
* | 16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-cre... | Joel Yliluoma | 2002-11-14 | 1 | -0/+112 |
* | 1) Add MMX deinterlace code. | Fred | 2002-10-30 | 1 | -51/+181 |
* | minimum support for YUV411P (new combined scaler/converter will handle that b... | Fabrice Bellard | 2002-10-08 | 1 | -0/+36 |
* | Add conversions to and from RGBA32 and BGRA32. | Philip Gladstone | 2002-07-27 | 1 | -0/+242 |
* | YUV410P to YUV420P patch by François Revol <revol at free dot fr> | François Revol | 2002-07-21 | 1 | -0/+39 |
* | * started to cleanup name clashes for onetime compilation | Zdenek Kabelac | 2002-05-27 | 1 | -0/+2 |
* | license/copyright change | Fabrice Bellard | 2002-05-25 | 1 | -11/+11 |
* | removed useless header includes - use av memory functions | Fabrice Bellard | 2002-05-18 | 1 | -2/+2 |
* | * using pixtype as enum - by Philip Gladstone | Zdenek Kabelac | 2002-04-08 | 1 | -0/+2 |
* | win32 fixes | Fabrice Bellard | 2001-08-13 | 1 | -5/+4 |
* | added 422P, 444P support - added deinterlace support - added xxx to RGB24 con... | Fabrice Bellard | 2001-08-11 | 1 | -29/+361 |
* | - removed #include ../config.h, because it's included from common.h | Arpi | 2001-08-02 | 1 | -5/+0 |
* | Adding fastmemcpy stuff to speedup mplayer project | Nick Kurshev | 2001-08-02 | 1 | -0/+8 |
* | Initial revision | Fabrice Bellard | 2001-07-22 | 1 | -0/+214 |