]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/imgconvert.c
Remove redundant assignment in av_picture_copy() found by CSA.
[frescor/ffmpeg.git] / libavcodec / imgconvert.c
2003-05-07 romansh * introducing new public interface in imgconvert.c
2003-04-21 bellardrgb555 alpha extraction fix
2003-04-21 bellardadded img_get_alpha_info()
2003-04-21 bellardfixed PIX_FMT_YUV422 conversions
2003-04-21 bellardloss fixes (thanks to Daniel Serpell) - shrink22 fix
2003-04-21 bellardadded all missing UV conversions
2003-04-21 bellardalmost exhaustive image conversion support
2003-04-21 bellardaccurate YUV to RGB and RGB to YUV conversions - added...
2003-04-20 bellardYUV formats/gray formats are correctly defined - added...
2003-04-19 bellardrgba32 convert
2003-04-04 michaelnifixing mem corruption
2003-03-06 michaelnitypos & cosmetics
2003-03-06 michaelniper file doxy
2003-02-18 michaelnifixing 410 -> 420
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-02-10 kabi* static,const,compiler warning cleanup
2003-02-09 bellardadded paletted 8 bit format support
2003-02-08 philipjsgFix a bug in the conversion of rgba32->yuv420p. This...
2003-02-02 bellardhandle odd image sizes when using subsampled chroma...
2003-01-29 michaelni100000l
2003-01-23 bellarduse av_malloc() functions - added av_strdup and av_real...
2003-01-23 michaelnireversing my own stupidity ... (raw packed yuv422 files...
2003-01-20 michaelniimg_convert() (YUV to YUV) patch by (Max Krasnyansky...
2003-01-20 bellardadded gray<->RGB functions - fixed rgb<->yuv functions...
2003-01-20 michaelnifixing yuv422 -> yuv420p (i need that for the vceq...
2003-01-19 michaelniC99 initializers and kill warnings patch by (mru at...
2003-01-11 bellardadded missing formats in all functions - added monoblac...
2003-01-11 bellardsimplified code (need automatic testing) - added primit...
2002-12-29 michaelniremoving PIX_FMT_ANY
2002-11-14 michaelni16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma ...
2002-10-30 michaelni1) Add MMX deinterlace code.
2002-10-08 bellardminimum support for YUV411P (new combined scaler/conver...
2002-07-27 philipjsgAdd conversions to and from RGBA32 and BGRA32.
2002-07-21 michaelniYUV410P to YUV420P patch by François Revol <revol at...
2002-05-27 kabi* started to cleanup name clashes for onetime compilation
2002-05-25 glantaulicense/copyright change
2002-05-18 glantauremoved useless header includes - use av memory functions
2002-04-08 kabi* using pixtype as enum - by Philip Gladstone
2001-08-13 glantauwin32 fixes
2001-08-11 glantauadded 422P, 444P support - added deinterlace support...
2001-08-02 arpi_esp- removed #include ../config.h, because it's included...
2001-08-02 nickols_kAdding fastmemcpy stuff to speedup mplayer project
2001-07-22 glantauInitial revision