aboutsummaryrefslogtreecommitdiffhomepage
path: root/fmt-conversion.h
Commit message (Expand)AuthorAge
* Add license header to all top-level files missing them.Gravatar diego2010-01-30
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2010-01-04
* Create a fmt-conversion.c file so fmt-conversion.h can be included by multipl...Gravatar reimar2009-02-14
* Fix mapping between MPlayer and FFmpeg colorspaces after libswscale changes.Gravatar diego2008-09-17
* Add necessary #includes to pass 'make checkheaders'.Gravatar diego2008-03-04
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* DOCS/tech/colorspaces.txt says I420 and IYUV are the same, so add IYUV at theGravatar reimar2007-09-12
* Add multiple inclusion guards.Gravatar diego2007-08-25
* Fix build with shared libavutil. Approved by Diego.Gravatar rathann2006-12-31
* Add missing conversion from IMGFMT_I420 to PIX_FMT_YUV420P.Gravatar corey2006-09-22
* Add conversion from IMGFMT_Y8 to PIX_FMT_GRAY8Gravatar lucabe2006-09-21
* Remove the dependency of libswscale on img_format.hGravatar lucabe2006-09-17