summaryrefslogtreecommitdiff
path: root/libavcodec/imgconvert.c
Commit message (Collapse)AuthorAge
* reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY)Michael Niedermayer2003-01-23
| | | | Originally committed as revision 1494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* img_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm dot com>)Max Krasnyansky2003-01-20
| | | | Originally committed as revision 1484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 caseFabrice Bellard2003-01-20
| | | | Originally committed as revision 1483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing yuv422 -> yuv420p (i need that for the vceq videos ...)Michael Niedermayer2003-01-20
| | | | Originally committed as revision 1481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* C99 initializers and kill warnings patch by (mru at users dot sourceforge ↵Måns Rullgård2003-01-19
| | | | | | dot net (Måns Rullgård)) Originally committed as revision 1474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added missing formats in all functions - added monoblack, monowhite and ↵Fabrice Bellard2003-01-11
| | | | | | gray8 support for most conversions Originally committed as revision 1435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplified code (need automatic testing) - added primitive new format support.Fabrice Bellard2003-01-11
| | | | Originally committed as revision 1431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing PIX_FMT_ANYMichael Niedermayer2002-12-29
| | | | Originally committed as revision 1373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at ↵Joel Yliluoma2002-11-14
| | | | | | w-create dot com>) (note, rare formats disabled) Originally committed as revision 1212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1) Add MMX deinterlace code.Fred2002-10-30
| | | | | | | | 2) "Fix" first and last line deinterlace. I had second-thoughts that this might be some image filtering algorithm that someone cleverer than I created. 3) Add in-place deinterlace functions (only used when src == dst). patch by (Fred <foohoo at shaw dot ca>) Originally committed as revision 1113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minimum support for YUV411P (new combined scaler/converter will handle that ↵Fabrice Bellard2002-10-08
| | | | | | better...) Originally committed as revision 1013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add conversions to and from RGBA32 and BGRA32.Philip Gladstone2002-07-27
| | | | Originally committed as revision 824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* YUV410P to YUV420P patch by François Revol <revol at free dot fr>François Revol2002-07-21
| | | | Originally committed as revision 783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * started to cleanup name clashes for onetime compilationZdenek Kabelac2002-05-27
| | | | Originally committed as revision 617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license/copyright changeFabrice Bellard2002-05-25
| | | | Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-18
| | | | Originally committed as revision 522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using pixtype as enum - by Philip GladstoneZdenek Kabelac2002-04-08
| | | | Originally committed as revision 389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 fixesFabrice Bellard2001-08-13
| | | | Originally committed as revision 84 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added 422P, 444P support - added deinterlace support - added xxx to RGB24 ↵Fabrice Bellard2001-08-11
| | | | | | convertion Originally committed as revision 69 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - removed #include ../config.h, because it's included from common.hArpi2001-08-02
| | | | | | | which is included from avcodec.h which is included from those files... Originally committed as revision 29 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adding fastmemcpy stuff to speedup mplayer projectNick Kurshev2001-08-02
| | | | Originally committed as revision 27 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2001-07-22
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk