]> git.sesse.net Git - ffmpeg/history - libavcodec/imgconvert.c
looks better IMHO
[ffmpeg] / libavcodec / imgconvert.c
2003-03-06 Michael Niedermayertypos & cosmetics
2003-03-06 Michael Niedermayerper file doxy
2003-02-18 Michael Niedermayerfixing 410 -> 420
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2003-02-09 Fabrice Bellardadded paletted 8 bit format support
2003-02-08 Philip GladstoneFix a bug in the conversion of rgba32->yuv420p. This...
2003-02-02 Fabrice Bellardhandle odd image sizes when using subsampled chroma...
2003-01-29 Michael Niedermayer100000l
2003-01-23 Fabrice Bellarduse av_malloc() functions - added av_strdup and av_real...
2003-01-23 Michael Niedermayerreversing my own stupidity ... (raw packed yuv422 files...
2003-01-20 Max Krasnyanskyimg_convert() (YUV to YUV) patch by (Max Krasnyansky...
2003-01-20 Fabrice Bellardadded gray<->RGB functions - fixed rgb<->yuv functions...
2003-01-20 Michael Niedermayerfixing yuv422 -> yuv420p (i need that for the vceq...
2003-01-19 Måns RullgårdC99 initializers and kill warnings patch by (mru at...
2003-01-11 Fabrice Bellardadded missing formats in all functions - added monoblac...
2003-01-11 Fabrice Bellardsimplified code (need automatic testing) - added primit...
2002-12-29 Michael Niedermayerremoving PIX_FMT_ANY
2002-11-14 Joel Yliluoma16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma ...
2002-10-30 Fred1) Add MMX deinterlace code.
2002-10-08 Fabrice Bellardminimum support for YUV411P (new combined scaler/conver...
2002-07-27 Philip GladstoneAdd conversions to and from RGBA32 and BGRA32.
2002-07-21 François RevolYUV410P to YUV420P patch by François Revol <revol at...
2002-05-27 Zdenek Kabelac* started to cleanup name clashes for onetime compilation
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-18 Fabrice Bellardremoved useless header includes - use av memory functions
2002-04-08 Zdenek Kabelac* using pixtype as enum - by Philip Gladstone
2001-08-13 Fabrice Bellardwin32 fixes
2001-08-11 Fabrice Bellardadded 422P, 444P support - added deinterlace support...
2001-08-02 Arpi- removed #include ../config.h, because it's included...
2001-08-02 Nick KurshevAdding fastmemcpy stuff to speedup mplayer project
2001-07-22 Fabrice BellardInitial revision