summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2006-10-23 08:57:54 +0000
committerAurelien Jacobs <aurel@gnuage.org>2006-10-23 08:57:54 +0000
commit7fbde3431a9e4ce5d14d608a615e45409fad6234 (patch)
treec44a351683ede2f0200d190797e613b803d68c33
parentec996a6303172042033142a71cfb019d1c67943d (diff)
downloadffmpeg-streaming-7fbde3431a9e4ce5d14d608a615e45409fad6234.zip
ffmpeg-streaming-7fbde3431a9e4ce5d14d608a615e45409fad6234.tar.gz
replace coder/decoder file description in libavformat by muxer/demuxer
Originally committed as revision 6774 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavformat/aiff.c2
-rw-r--r--libavformat/asf-enc.c2
-rw-r--r--libavformat/asf.c2
-rw-r--r--libavformat/au.c2
-rw-r--r--libavformat/avidec.c2
-rw-r--r--libavformat/avienc.c2
-rw-r--r--libavformat/daud.c2
-rw-r--r--libavformat/ffm.c2
-rw-r--r--libavformat/flvdec.c2
-rw-r--r--libavformat/flvenc.c2
-rw-r--r--libavformat/gif.c2
-rw-r--r--libavformat/gifdec.c2
-rw-r--r--libavformat/mov.c2
-rw-r--r--libavformat/movenc.c2
-rw-r--r--libavformat/mp3.c2
-rw-r--r--libavformat/mpeg.c2
-rw-r--r--libavformat/mpegts.c2
-rw-r--r--libavformat/mpegtsenc.c2
-rw-r--r--libavformat/nsvdec.c2
-rw-r--r--libavformat/raw.c2
-rw-r--r--libavformat/rm.c2
-rw-r--r--libavformat/smacker.c2
-rw-r--r--libavformat/sol.c2
-rw-r--r--libavformat/wav.c2
24 files changed, 24 insertions, 24 deletions
diff --git a/libavformat/aiff.c b/libavformat/aiff.c
index 7bbaaed..914c3a7 100644
--- a/libavformat/aiff.c
+++ b/libavformat/aiff.c
@@ -1,5 +1,5 @@
/*
- * AIFF/AIFF-C encoder and decoder
+ * AIFF/AIFF-C muxer and demuxer
* Copyright (c) 2006 Patrick Guimond
*
* This file is part of FFmpeg.
diff --git a/libavformat/asf-enc.c b/libavformat/asf-enc.c
index 669f087..3ef6750 100644
--- a/libavformat/asf-enc.c
+++ b/libavformat/asf-enc.c
@@ -1,5 +1,5 @@
/*
- * Adaptive stream format encoder
+ * Adaptive stream format muxer
* Copyright (c) 2000, 2001 Fabrice Bellard.
*
* This file is part of FFmpeg.
diff --git a/libavformat/asf.c b/libavformat/asf.c
index 33ae66c..712c419 100644
--- a/libavformat/asf.c
+++ b/libavformat/asf.c
@@ -1,5 +1,5 @@
/*
- * ASF compatible decoder.
+ * ASF compatible demuxer
* Copyright (c) 2000, 2001 Fabrice Bellard.
*
* This file is part of FFmpeg.
diff --git a/libavformat/au.c b/libavformat/au.c
index 5acedcf..27c7cdc 100644
--- a/libavformat/au.c
+++ b/libavformat/au.c
@@ -1,5 +1,5 @@
/*
- * AU encoder and decoder
+ * AU muxer and demuxer
* Copyright (c) 2001 Fabrice Bellard.
*
* This file is part of FFmpeg.
diff --git a/libavformat/avidec.c b/libavformat/avidec.c
index 21544c7..6511595 100644
--- a/libavformat/avidec.c
+++ b/libavformat/avidec.c
@@ -1,5 +1,5 @@
/*
- * AVI decoder.
+ * AVI demuxer
* Copyright (c) 2001 Fabrice Bellard.
*
* This file is part of FFmpeg.
diff --git a/libavformat/avienc.c b/libavformat/avienc.c
index 08cd851..d893c5a 100644
--- a/libavformat/avienc.c
+++ b/libavformat/avienc.c
@@ -1,5 +1,5 @@
/*
- * AVI encoder.
+ * AVI muxer
* Copyright (c) 2000 Fabrice Bellard.
*
* This file is part of FFmpeg.
diff --git a/libavformat/daud.c b/libavformat/daud.c
index 4d7a179..ec81b7b 100644
--- a/libavformat/daud.c
+++ b/libavformat/daud.c
@@ -1,5 +1,5 @@
/*
- * D-Cinema audio decoder.
+ * D-Cinema audio demuxer
* Copyright (c) 2005 Reimar Döffinger.
*
* This file is part of FFmpeg.
diff --git a/libavformat/ffm.c b/libavformat/ffm.c
index 0684ce9..b94452c 100644
--- a/libavformat/ffm.c
+++ b/libavformat/ffm.c
@@ -1,5 +1,5 @@
/*
- * FFM (ffserver live feed) encoder and decoder
+ * FFM (ffserver live feed) muxer and demuxer
* Copyright (c) 2001 Fabrice Bellard.
*
* This file is part of FFmpeg.
diff --git a/libavformat/flvdec.c b/libavformat/flvdec.c
index 6717922..a1c2aa4 100644
--- a/libavformat/flvdec.c
+++ b/libavformat/flvdec.c
@@ -1,5 +1,5 @@
/*
- * FLV decoder.
+ * FLV demuxer
* Copyright (c) 2003 The FFmpeg Project.
*
* This file is part of FFmpeg.
diff --git a/libavformat/flvenc.c b/libavformat/flvenc.c
index 3a27895..4be6b70 100644
--- a/libavformat/flvenc.c
+++ b/libavformat/flvenc.c
@@ -1,5 +1,5 @@
/*
- * FLV encoder.
+ * FLV muxer
* Copyright (c) 2003 The FFmpeg Project.
*
* This file is part of FFmpeg.
diff --git a/libavformat/gif.c b/libavformat/gif.c
index 8c6b027..03dc6dc 100644
--- a/libavformat/gif.c
+++ b/libavformat/gif.c
@@ -1,5 +1,5 @@
/*
- * Animated GIF encoder
+ * Animated GIF muxer
* Copyright (c) 2000 Fabrice Bellard.
*
* This file is part of FFmpeg.
diff --git a/libavformat/gifdec.c b/libavformat/gifdec.c
index 99a36be..c70d3d9 100644
--- a/libavformat/gifdec.c
+++ b/libavformat/gifdec.c
@@ -1,5 +1,5 @@
/*
- * GIF decoder
+ * GIF demuxer
* Copyright (c) 2003 Fabrice Bellard.
*
* This file is part of FFmpeg.
diff --git a/libavformat/mov.c b/libavformat/mov.c
index b5a4261..4b1b95a 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -1,5 +1,5 @@
/*
- * MOV decoder.
+ * MOV demuxer
* Copyright (c) 2001 Fabrice Bellard.
*
* This file is part of FFmpeg.
diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index 169373e..ddb1908 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -1,5 +1,5 @@
/*
- * MOV, 3GP, MP4 encoder.
+ * MOV, 3GP, MP4 muxer
* Copyright (c) 2003 Thomas Raivio.
* Copyright (c) 2004 Gildas Bazin <gbazin at videolan dot org>.
*
diff --git a/libavformat/mp3.c b/libavformat/mp3.c
index f69208b..582e7e8 100644
--- a/libavformat/mp3.c
+++ b/libavformat/mp3.c
@@ -1,5 +1,5 @@
/*
- * MP3 encoder and decoder
+ * MP3 muxer and demuxer
* Copyright (c) 2003 Fabrice Bellard.
*
* This file is part of FFmpeg.
diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c
index ed0aae3..3607083 100644
--- a/libavformat/mpeg.c
+++ b/libavformat/mpeg.c
@@ -1,5 +1,5 @@
/*
- * MPEG1/2 mux/demux
+ * MPEG1/2 muxer and demuxer
* Copyright (c) 2000, 2001, 2002 Fabrice Bellard.
*
* This file is part of FFmpeg.
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index 1b16067..9f46e1a 100644
--- a/libavformat/mpegts.c
+++ b/libavformat/mpegts.c
@@ -1,5 +1,5 @@
/*
- * MPEG2 transport stream (aka DVB) demux
+ * MPEG2 transport stream (aka DVB) demuxer
* Copyright (c) 2002-2003 Fabrice Bellard.
*
* This file is part of FFmpeg.
diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c
index 257c10d..39868be 100644
--- a/libavformat/mpegtsenc.c
+++ b/libavformat/mpegtsenc.c
@@ -1,5 +1,5 @@
/*
- * MPEG2 transport stream (aka DVB) mux
+ * MPEG2 transport stream (aka DVB) muxer
* Copyright (c) 2003 Fabrice Bellard.
*
* This file is part of FFmpeg.
diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c
index 5d0aa18..f26a2d2 100644
--- a/libavformat/nsvdec.c
+++ b/libavformat/nsvdec.c
@@ -1,5 +1,5 @@
/*
- * NSV decoder.
+ * NSV demuxer
* Copyright (c) 2004 The FFmpeg Project.
*
* This file is part of FFmpeg.
diff --git a/libavformat/raw.c b/libavformat/raw.c
index 47e996e..bb70637 100644
--- a/libavformat/raw.c
+++ b/libavformat/raw.c
@@ -1,5 +1,5 @@
/*
- * RAW encoder and decoder
+ * RAW muxer and demuxer
* Copyright (c) 2001 Fabrice Bellard.
* Copyright (c) 2005 Alex Beregszaszi
*
diff --git a/libavformat/rm.c b/libavformat/rm.c
index 28b4a6d..1676023 100644
--- a/libavformat/rm.c
+++ b/libavformat/rm.c
@@ -1,5 +1,5 @@
/*
- * "Real" compatible mux and demux.
+ * "Real" compatible muxer and demuxer.
* Copyright (c) 2000, 2001 Fabrice Bellard.
*
* This file is part of FFmpeg.
diff --git a/libavformat/smacker.c b/libavformat/smacker.c
index 990837f..a08bd2d 100644
--- a/libavformat/smacker.c
+++ b/libavformat/smacker.c
@@ -1,5 +1,5 @@
/*
- * Smacker decoder
+ * Smacker demuxer
* Copyright (c) 2006 Konstantin Shishkov.
*
* This file is part of FFmpeg.
diff --git a/libavformat/sol.c b/libavformat/sol.c
index 84c5ee4..20e45f7 100644
--- a/libavformat/sol.c
+++ b/libavformat/sol.c
@@ -1,5 +1,5 @@
/*
- * Sierra SOL decoder
+ * Sierra SOL demuxer
* Copyright Konstantin Shishkov.
*
* This file is part of FFmpeg.
diff --git a/libavformat/wav.c b/libavformat/wav.c
index 4a38362..7fb9823 100644
--- a/libavformat/wav.c
+++ b/libavformat/wav.c
@@ -1,5 +1,5 @@
/*
- * WAV encoder and decoder
+ * WAV muxer and demuxer
* Copyright (c) 2001, 2002 Fabrice Bellard.
*
* This file is part of FFmpeg.
OpenPOWER on IntegriCloud