]> git.sesse.net Git - ffmpeg/history - libavcodec/imgconvert.c
various security fixes and precautionary checks
[ffmpeg] / libavcodec / imgconvert.c
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2004-11-24 Luca AbeniYUV420P to UYVY422 conversion patch by (Luca Abeni...
2004-10-27 Michael NiedermayerYUV420P to YUV422 conversion routine by (Danny Laarmans...
2004-10-25 Wolfram Glogerfix -pixfmt mono[bw] patch by (Wolfram Gloger <wmglo...
2004-10-22 Roman Shaposhnik * Introducing IIDC1394 grabbing interface.
2004-08-19 Todd Kirbyenrtries for PIX_FMT_XVMC_MPEG2_MC and PIX_FMT_XVMC_MPE...
2004-07-25 Todd KirbyUYVY support patch by ("Todd.Kirby" <doubleshot at...
2003-11-01 Michael Niedermayerffv1 rgb support
2003-10-11 Drew Hessrecommit of
2003-09-29 Drew Hessavcodec const correctness patch by (Drew Hess <dhess...
2003-08-26 Roman Shaposhnik * ffmpeg was *silently* rejecting to deinterlace...
2003-07-09 Garrick Meekerflash video (flv) support patch by (Garrick Meeker...
2003-05-24 Falk HüffnerWarning and compatibility fixes.
2003-05-12 Roman Shaposhnik * fixing a bug in avpicture_layout (PAL8 wasn't...
2003-05-07 Roman Shaposhnik * introducing new public interface in imgconvert.c
2003-04-21 Fabrice Bellardrgb555 alpha extraction fix
2003-04-21 Fabrice Bellardadded img_get_alpha_info()
2003-04-21 Fabrice Bellardfixed PIX_FMT_YUV422 conversions
2003-04-21 Fabrice Bellardloss fixes (thanks to Daniel Serpell) - shrink22 fix
2003-04-21 Fabrice Bellardadded all missing UV conversions
2003-04-21 Fabrice Bellardalmost exhaustive image conversion support
2003-04-21 Fabrice Bellardaccurate YUV to RGB and RGB to YUV conversions - added...
2003-04-20 Fabrice BellardYUV formats/gray formats are correctly defined - added...
2003-04-19 Fabrice Bellardrgba32 convert
2003-04-04 Michael Niedermayerfixing mem corruption
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