summaryrefslogtreecommitdiffstats
path: root/fmt-conversion.h
Commit message (Expand)AuthorAgeFilesLines
* Create a fmt-conversion.c file so fmt-conversion.h can be included by multipl...reimar2009-02-141-66/+2
* Fix mapping between MPlayer and FFmpeg colorspaces after libswscale changes.diego2008-09-171-10/+10
* Add necessary #includes to pass 'make checkheaders'.diego2008-03-041-1/+2
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-5/+1
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+3
* DOCS/tech/colorspaces.txt says I420 and IYUV are the same, so add IYUV at thereimar2007-09-121-0/+1
* Add multiple inclusion guards.diego2007-08-251-0/+5
* Fix build with shared libavutil. Approved by Diego.rathann2006-12-311-0/+4
* Add missing conversion from IMGFMT_I420 to PIX_FMT_YUV420P.corey2006-09-221-0/+1
* Add conversion from IMGFMT_Y8 to PIX_FMT_GRAY8lucabe2006-09-211-0/+1
* Remove the dependency of libswscale on img_format.hlucabe2006-09-171-0/+64