2004-07-15 18:32:54 +00:00
|
|
|
/*
|
|
|
|
* Image format
|
2009-01-19 15:46:40 +00:00
|
|
|
* Copyright (c) 2000, 2001, 2002 Fabrice Bellard
|
2004-07-15 18:32:54 +00:00
|
|
|
* Copyright (c) 2004 Michael Niedermayer
|
|
|
|
*
|
2011-03-18 17:35:10 +00:00
|
|
|
* This file is part of Libav.
|
2006-10-07 15:30:46 +00:00
|
|
|
*
|
2011-03-18 17:35:10 +00:00
|
|
|
* Libav is free software; you can redistribute it and/or
|
2004-07-15 18:32:54 +00:00
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
2006-10-07 15:30:46 +00:00
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
2004-07-15 18:32:54 +00:00
|
|
|
*
|
2011-03-18 17:35:10 +00:00
|
|
|
* Libav is distributed in the hope that it will be useful,
|
2004-07-15 18:32:54 +00:00
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
2011-03-18 17:35:10 +00:00
|
|
|
* License along with Libav; if not, write to the Free Software
|
2006-01-12 22:43:26 +00:00
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
2004-07-15 18:32:54 +00:00
|
|
|
*/
|
2008-05-09 11:56:36 +00:00
|
|
|
|
|
|
|
#include "libavutil/avstring.h"
|
2011-04-05 11:13:53 +00:00
|
|
|
#include "internal.h"
|
2004-07-15 18:32:54 +00:00
|
|
|
|
|
|
|
typedef struct {
|
2012-08-05 09:11:04 +00:00
|
|
|
enum AVCodecID id;
|
2004-07-15 18:32:54 +00:00
|
|
|
const char *str;
|
|
|
|
} IdStrMap;
|
|
|
|
|
|
|
|
static const IdStrMap img_tags[] = {
|
2012-11-29 03:56:40 +00:00
|
|
|
{ AV_CODEC_ID_MJPEG, "jpeg" },
|
|
|
|
{ AV_CODEC_ID_MJPEG, "jpg" },
|
2013-10-16 15:37:02 +00:00
|
|
|
{ AV_CODEC_ID_MJPEG, "jps" },
|
|
|
|
{ AV_CODEC_ID_MJPEG, "mpo" },
|
2012-11-29 03:56:40 +00:00
|
|
|
{ AV_CODEC_ID_LJPEG, "ljpg" },
|
|
|
|
{ AV_CODEC_ID_PNG, "png" },
|
2013-10-16 15:37:02 +00:00
|
|
|
{ AV_CODEC_ID_PNG, "pns" },
|
2012-11-29 03:56:40 +00:00
|
|
|
{ AV_CODEC_ID_PNG, "mng" },
|
|
|
|
{ AV_CODEC_ID_PPM, "ppm" },
|
|
|
|
{ AV_CODEC_ID_PPM, "pnm" },
|
|
|
|
{ AV_CODEC_ID_PGM, "pgm" },
|
|
|
|
{ AV_CODEC_ID_PGMYUV, "pgmyuv" },
|
|
|
|
{ AV_CODEC_ID_PBM, "pbm" },
|
|
|
|
{ AV_CODEC_ID_PAM, "pam" },
|
2014-03-20 00:15:25 +00:00
|
|
|
{ AV_CODEC_ID_ALIAS_PIX, "pix" },
|
2012-11-29 03:56:40 +00:00
|
|
|
{ AV_CODEC_ID_MPEG1VIDEO, "mpg1-img" },
|
|
|
|
{ AV_CODEC_ID_MPEG2VIDEO, "mpg2-img" },
|
|
|
|
{ AV_CODEC_ID_MPEG4, "mpg4-img" },
|
|
|
|
{ AV_CODEC_ID_FFV1, "ffv1-img" },
|
|
|
|
{ AV_CODEC_ID_RAWVIDEO, "y" },
|
|
|
|
{ AV_CODEC_ID_BMP, "bmp" },
|
|
|
|
{ AV_CODEC_ID_GIF, "gif" },
|
|
|
|
{ AV_CODEC_ID_TARGA, "tga" },
|
|
|
|
{ AV_CODEC_ID_TIFF, "tiff" },
|
|
|
|
{ AV_CODEC_ID_TIFF, "tif" },
|
|
|
|
{ AV_CODEC_ID_SGI, "sgi" },
|
|
|
|
{ AV_CODEC_ID_PTX, "ptx" },
|
2014-03-26 23:45:15 +00:00
|
|
|
{ AV_CODEC_ID_BRENDER_PIX,"pix" },
|
2012-11-29 03:56:40 +00:00
|
|
|
{ AV_CODEC_ID_PCX, "pcx" },
|
|
|
|
{ AV_CODEC_ID_SUNRAST, "sun" },
|
|
|
|
{ AV_CODEC_ID_SUNRAST, "ras" },
|
|
|
|
{ AV_CODEC_ID_SUNRAST, "rs" },
|
|
|
|
{ AV_CODEC_ID_SUNRAST, "im1" },
|
|
|
|
{ AV_CODEC_ID_SUNRAST, "im8" },
|
|
|
|
{ AV_CODEC_ID_SUNRAST, "im24" },
|
|
|
|
{ AV_CODEC_ID_SUNRAST, "sunras" },
|
2012-01-22 00:11:42 +00:00
|
|
|
{ AV_CODEC_ID_JPEG2000, "j2c" },
|
2012-11-29 03:56:40 +00:00
|
|
|
{ AV_CODEC_ID_JPEG2000, "jp2" },
|
|
|
|
{ AV_CODEC_ID_JPEG2000, "jpc" },
|
2013-03-26 22:21:12 +00:00
|
|
|
{ AV_CODEC_ID_JPEG2000, "j2k" },
|
2012-11-29 03:56:40 +00:00
|
|
|
{ AV_CODEC_ID_DPX, "dpx" },
|
2012-04-06 06:02:25 +00:00
|
|
|
{ AV_CODEC_ID_EXR, "exr" },
|
2012-11-29 03:56:40 +00:00
|
|
|
{ AV_CODEC_ID_PICTOR, "pic" },
|
2013-04-16 17:12:26 +00:00
|
|
|
{ AV_CODEC_ID_WEBP, "webp" },
|
2012-11-29 03:56:40 +00:00
|
|
|
{ AV_CODEC_ID_XBM, "xbm" },
|
|
|
|
{ AV_CODEC_ID_XWD, "xwd" },
|
|
|
|
{ AV_CODEC_ID_NONE, NULL }
|
2004-07-15 18:32:54 +00:00
|
|
|
};
|
|
|
|
|
2012-08-05 09:11:04 +00:00
|
|
|
static enum AVCodecID av_str2id(const IdStrMap *tags, const char *str)
|
2004-07-15 18:32:54 +00:00
|
|
|
{
|
2012-11-29 03:56:40 +00:00
|
|
|
str = strrchr(str, '.');
|
|
|
|
if (!str)
|
|
|
|
return AV_CODEC_ID_NONE;
|
2004-09-22 21:25:09 +00:00
|
|
|
str++;
|
2004-07-15 18:32:54 +00:00
|
|
|
|
|
|
|
while (tags->id) {
|
2011-11-02 19:17:25 +00:00
|
|
|
if (!av_strcasecmp(str, tags->str))
|
2008-05-12 01:17:00 +00:00
|
|
|
return tags->id;
|
2004-07-15 18:32:54 +00:00
|
|
|
|
|
|
|
tags++;
|
|
|
|
}
|
2012-08-05 09:11:04 +00:00
|
|
|
return AV_CODEC_ID_NONE;
|
2004-07-15 18:32:54 +00:00
|
|
|
}
|
|
|
|
|
2012-08-05 09:11:04 +00:00
|
|
|
enum AVCodecID ff_guess_image2_codec(const char *filename)
|
2012-02-21 14:49:41 +00:00
|
|
|
{
|
|
|
|
return av_str2id(img_tags, filename);
|
|
|
|
}
|