[FFmpeg-cvslog] r17184 - in trunk/libavformat: idcin.c mmf.c nsvdec.c rmdec.c rmenc.c txd.c
diego
subversion
Thu Feb 12 18:26:06 CET 2009
Author: diego
Date: Thu Feb 12 18:26:06 2009
New Revision: 17184
Log:
Use more descriptive format long_names.
Modified:
trunk/libavformat/idcin.c
trunk/libavformat/mmf.c
trunk/libavformat/nsvdec.c
trunk/libavformat/rmdec.c
trunk/libavformat/rmenc.c
trunk/libavformat/txd.c
Modified: trunk/libavformat/idcin.c
==============================================================================
--- trunk/libavformat/idcin.c Thu Feb 12 18:24:17 2009 (r17183)
+++ trunk/libavformat/idcin.c Thu Feb 12 18:26:06 2009 (r17184)
@@ -283,7 +283,7 @@ static int idcin_read_packet(AVFormatCon
AVInputFormat idcin_demuxer = {
"idcin",
- NULL_IF_CONFIG_SMALL("id CIN format"),
+ NULL_IF_CONFIG_SMALL("id Cinematic format"),
sizeof(IdcinDemuxContext),
idcin_probe,
idcin_read_header,
Modified: trunk/libavformat/mmf.c
==============================================================================
--- trunk/libavformat/mmf.c Thu Feb 12 18:24:17 2009 (r17183)
+++ trunk/libavformat/mmf.c Thu Feb 12 18:26:06 2009 (r17184)
@@ -293,7 +293,7 @@ static int mmf_read_packet(AVFormatConte
#if CONFIG_MMF_DEMUXER
AVInputFormat mmf_demuxer = {
"mmf",
- NULL_IF_CONFIG_SMALL("mmf format"),
+ NULL_IF_CONFIG_SMALL("Yamaha SMAF"),
sizeof(MMFContext),
mmf_probe,
mmf_read_header,
@@ -305,7 +305,7 @@ AVInputFormat mmf_demuxer = {
#if CONFIG_MMF_MUXER
AVOutputFormat mmf_muxer = {
"mmf",
- NULL_IF_CONFIG_SMALL("mmf format"),
+ NULL_IF_CONFIG_SMALL("Yamaha SMAF"),
"application/vnd.smaf",
"mmf",
sizeof(MMFContext),
Modified: trunk/libavformat/nsvdec.c
==============================================================================
--- trunk/libavformat/nsvdec.c Thu Feb 12 18:24:17 2009 (r17183)
+++ trunk/libavformat/nsvdec.c Thu Feb 12 18:26:06 2009 (r17184)
@@ -753,7 +753,7 @@ static int nsv_probe(AVProbeData *p)
AVInputFormat nsv_demuxer = {
"nsv",
- NULL_IF_CONFIG_SMALL("NullSoft Video format"),
+ NULL_IF_CONFIG_SMALL("Nullsoft Streaming Video"),
sizeof(NSVContext),
nsv_probe,
nsv_read_header,
Modified: trunk/libavformat/rmdec.c
==============================================================================
--- trunk/libavformat/rmdec.c Thu Feb 12 18:24:17 2009 (r17183)
+++ trunk/libavformat/rmdec.c Thu Feb 12 18:26:06 2009 (r17184)
@@ -828,7 +828,7 @@ static int64_t rm_read_dts(AVFormatConte
AVInputFormat rm_demuxer = {
"rm",
- NULL_IF_CONFIG_SMALL("RM format"),
+ NULL_IF_CONFIG_SMALL("RealMedia format"),
sizeof(RMDemuxContext),
rm_probe,
rm_read_header,
Modified: trunk/libavformat/rmenc.c
==============================================================================
--- trunk/libavformat/rmenc.c Thu Feb 12 18:24:17 2009 (r17183)
+++ trunk/libavformat/rmenc.c Thu Feb 12 18:26:06 2009 (r17184)
@@ -451,7 +451,7 @@ static int rm_write_trailer(AVFormatCont
AVOutputFormat rm_muxer = {
"rm",
- NULL_IF_CONFIG_SMALL("RM format"),
+ NULL_IF_CONFIG_SMALL("RealMedia format"),
"application/vnd.rn-realmedia",
"rm,ra",
sizeof(RMMuxContext),
Modified: trunk/libavformat/txd.c
==============================================================================
--- trunk/libavformat/txd.c Thu Feb 12 18:24:17 2009 (r17183)
+++ trunk/libavformat/txd.c Thu Feb 12 18:26:06 2009 (r17184)
@@ -91,7 +91,7 @@ next_chunk:
AVInputFormat txd_demuxer =
{
"txd",
- NULL_IF_CONFIG_SMALL("txd format"),
+ NULL_IF_CONFIG_SMALL("Renderware TeXture Dictionary"),
0,
txd_probe,
txd_read_header,
More information about the ffmpeg-cvslog
mailing list