]> git.sesse.net Git - ffmpeg/history - libavcodec/imgconvert.c
cosmetics: sort
[ffmpeg] / libavcodec / imgconvert.c
2007-10-11 Andrea GualanoEnable avpicture_deinterlace() for PIX_FMT_GRAY8.
2007-09-29 Ronald S. BultjeUse emms_c() instead of ifdef
2007-09-24 Aurelien Jacobsadd support for yuva420p colorspace (yuv420p + alpha)
2007-07-18 Andreas Ömanadd YUV440P and YUVJ440P support
2007-07-17 Diego Biurruntypo fixes
2007-07-17 Ian Caulfieldcreate colorspace.h and use it where appropriate
2007-05-30 Stefano SabatiniAdd support for listing the supported pixel formats...
2007-05-28 Diego BiurrunRemove redundant fastmemcpy.h #include, it is indirectl...
2007-04-07 Ivo van PoortenFix segmentation fault for gray16le to gray conversion.
2007-03-04 Panagiotis IssarisAdd the prefix "av_" to img_crop(), img_copy() and...
2007-02-25 Panagiotis IssarisMove the unaltered documentation of the functions which...
2007-02-20 Guillaume Poirieradd doxygen docs for avpicture_fill()
2007-02-12 Diego Biurrunconsistency renaming: yuv422 --> yuyv422
2007-02-12 Diego Biurrunconsistency renaming: uyvy411 --> uyyvyy411
2007-02-12 Diego Biurrunconsistency renaming: rgba32 --> rgb32
2007-02-07 Diego BiurrunReplace deprecated PIX_FMT names by the newer variants.
2007-01-17 Luca BarbatoAvoid branches in the loop and solve a gcc warning
2007-01-17 Luca BarbatoCosmetics
2006-11-16 Alex BeregszasziRemove alpha channel from RGB555
2006-11-16 Alex BeregszasziBGR555 has never been working as alpha supporting forma...
2006-11-14 Alex Beregszaszichanged rgba32_to routines to support both alpha and...
2006-11-12 Måns Rullgårdrename cropTbl -> ff_cropTbl
2006-10-27 Reynaldo H. Verdej... Fix obvious typo, BGR555 was missing
2006-10-24 Kostya Shishkov16-bit grayscale support
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-28 Luca AbeniMinimal support for the new pixel formats in libavcodec
2006-08-18 Diego BiurrunExplicitly include fastmemcpy.h from libvo/.
2006-08-08 Luca AbeniEnable swscale usage in ffmpeg
2006-07-06 Stefan HuehnerMark some read-only datastructures as const.
2006-04-19 Reimar Döffingermake "size" variable in avpicture_alloc signed, since...
2006-04-10 Luca AbeniBaptiste COUDURIER's padding patch (reworked by me...
2006-03-31 Michael Niedermayerremove mpegvideo.c img resample dependancy
2006-03-10 Baptiste CoudurierFix cropping, depending on enc pix fmt
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-07-11 Michael Niedermayersegfault fix
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