Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
2003-02-09added paletted 8 bit format supportFabrice Bellard
2003-02-08Fix a bug in the conversion of rgba32->yuv420p. This resulted in garbage imagesPhilip Gladstone
2003-02-02handle odd image sizes when using subsampled chroma (useful for JPEG images)Fabrice Bellard
2003-01-30100000lMichael Niedermayer
2003-01-24use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard
2003-01-23reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY)Michael Niedermayer
2003-01-21img_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm dot com>)Max Krasnyansky
2003-01-21added gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 caseFabrice Bellard
2003-01-20fixing yuv422 -> yuv420p (i need that for the vceq videos ...)Michael Niedermayer
2003-01-19C99 initializers and kill warnings patch by (mru at users dot sourceforge dot...Måns Rullgård
2003-01-11added missing formats in all functions - added monoblack, monowhite and gray8...Fabrice Bellard
2003-01-11simplified code (need automatic testing) - added primitive new format support.Fabrice Bellard
2002-12-30removing PIX_FMT_ANYMichael Niedermayer
2002-11-1416-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-cre...Joel Yliluoma
2002-10-301) Add MMX deinterlace code.Fred
2002-10-08minimum support for YUV411P (new combined scaler/converter will handle that b...Fabrice Bellard
2002-07-27Add conversions to and from RGBA32 and BGRA32.Philip Gladstone
2002-07-21YUV410P to YUV420P patch by François Revol <revol at free dot fr>François Revol
2002-05-27* started to cleanup name clashes for onetime compilationZdenek Kabelac
2002-05-26license/copyright changeFabrice Bellard
2002-05-19removed useless header includes - use av memory functionsFabrice Bellard
2002-04-09* using pixtype as enum - by Philip GladstoneZdenek Kabelac
2001-08-14win32 fixesFabrice Bellard
2001-08-11added 422P, 444P support - added deinterlace support - added xxx to RGB24 con...Fabrice Bellard
2001-08-02- removed #include ../config.h, because it's included from common.hArpi
2001-08-02Adding fastmemcpy stuff to speedup mplayer projectNick Kurshev
2001-07-22Initial revisionFabrice Bellard