[Ffmpeg-cvslog] r6774 - in trunk/libavformat: aiff.c asf-enc.c asf.c au.c avidec.c avienc.c daud.c ffm.c flvdec.c flvenc.c gif.c gifdec.c mov.c movenc.c mp3.c mpeg.c mpegts.c mpegtsenc.c nsvdec.c raw.c rm.c smacker.c sol.c wav.c
aurel
subversion
Mon Oct 23 10:57:57 CEST 2006
Author: aurel
Date: Mon Oct 23 10:57:54 2006
New Revision: 6774
Modified:
trunk/libavformat/aiff.c
trunk/libavformat/asf-enc.c
trunk/libavformat/asf.c
trunk/libavformat/au.c
trunk/libavformat/avidec.c
trunk/libavformat/avienc.c
trunk/libavformat/daud.c
trunk/libavformat/ffm.c
trunk/libavformat/flvdec.c
trunk/libavformat/flvenc.c
trunk/libavformat/gif.c
trunk/libavformat/gifdec.c
trunk/libavformat/mov.c
trunk/libavformat/movenc.c
trunk/libavformat/mp3.c
trunk/libavformat/mpeg.c
trunk/libavformat/mpegts.c
trunk/libavformat/mpegtsenc.c
trunk/libavformat/nsvdec.c
trunk/libavformat/raw.c
trunk/libavformat/rm.c
trunk/libavformat/smacker.c
trunk/libavformat/sol.c
trunk/libavformat/wav.c
Log:
replace coder/decoder file description in libavformat by muxer/demuxer
Modified: trunk/libavformat/aiff.c
==============================================================================
--- trunk/libavformat/aiff.c (original)
+++ trunk/libavformat/aiff.c Mon Oct 23 10:57:54 2006
@@ -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.
Modified: trunk/libavformat/asf-enc.c
==============================================================================
--- trunk/libavformat/asf-enc.c (original)
+++ trunk/libavformat/asf-enc.c Mon Oct 23 10:57:54 2006
@@ -1,5 +1,5 @@
/*
- * Adaptive stream format encoder
+ * Adaptive stream format muxer
* Copyright (c) 2000, 2001 Fabrice Bellard.
*
* This file is part of FFmpeg.
Modified: trunk/libavformat/asf.c
==============================================================================
--- trunk/libavformat/asf.c (original)
+++ trunk/libavformat/asf.c Mon Oct 23 10:57:54 2006
@@ -1,5 +1,5 @@
/*
- * ASF compatible decoder.
+ * ASF compatible demuxer
* Copyright (c) 2000, 2001 Fabrice Bellard.
*
* This file is part of FFmpeg.
Modified: trunk/libavformat/au.c
==============================================================================
--- trunk/libavformat/au.c (original)
+++ trunk/libavformat/au.c Mon Oct 23 10:57:54 2006
@@ -1,5 +1,5 @@
/*
- * AU encoder and decoder
+ * AU muxer and demuxer
* Copyright (c) 2001 Fabrice Bellard.
*
* This file is part of FFmpeg.
Modified: trunk/libavformat/avidec.c
==============================================================================
--- trunk/libavformat/avidec.c (original)
+++ trunk/libavformat/avidec.c Mon Oct 23 10:57:54 2006
@@ -1,5 +1,5 @@
/*
- * AVI decoder.
+ * AVI demuxer
* Copyright (c) 2001 Fabrice Bellard.
*
* This file is part of FFmpeg.
Modified: trunk/libavformat/avienc.c
==============================================================================
--- trunk/libavformat/avienc.c (original)
+++ trunk/libavformat/avienc.c Mon Oct 23 10:57:54 2006
@@ -1,5 +1,5 @@
/*
- * AVI encoder.
+ * AVI muxer
* Copyright (c) 2000 Fabrice Bellard.
*
* This file is part of FFmpeg.
Modified: trunk/libavformat/daud.c
==============================================================================
--- trunk/libavformat/daud.c (original)
+++ trunk/libavformat/daud.c Mon Oct 23 10:57:54 2006
@@ -1,5 +1,5 @@
/*
- * D-Cinema audio decoder.
+ * D-Cinema audio demuxer
* Copyright (c) 2005 Reimar D?ffinger.
*
* This file is part of FFmpeg.
Modified: trunk/libavformat/ffm.c
==============================================================================
--- trunk/libavformat/ffm.c (original)
+++ trunk/libavformat/ffm.c Mon Oct 23 10:57:54 2006
@@ -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.
Modified: trunk/libavformat/flvdec.c
==============================================================================
--- trunk/libavformat/flvdec.c (original)
+++ trunk/libavformat/flvdec.c Mon Oct 23 10:57:54 2006
@@ -1,5 +1,5 @@
/*
- * FLV decoder.
+ * FLV demuxer
* Copyright (c) 2003 The FFmpeg Project.
*
* This file is part of FFmpeg.
Modified: trunk/libavformat/flvenc.c
==============================================================================
--- trunk/libavformat/flvenc.c (original)
+++ trunk/libavformat/flvenc.c Mon Oct 23 10:57:54 2006
@@ -1,5 +1,5 @@
/*
- * FLV encoder.
+ * FLV muxer
* Copyright (c) 2003 The FFmpeg Project.
*
* This file is part of FFmpeg.
Modified: trunk/libavformat/gif.c
==============================================================================
--- trunk/libavformat/gif.c (original)
+++ trunk/libavformat/gif.c Mon Oct 23 10:57:54 2006
@@ -1,5 +1,5 @@
/*
- * Animated GIF encoder
+ * Animated GIF muxer
* Copyright (c) 2000 Fabrice Bellard.
*
* This file is part of FFmpeg.
Modified: trunk/libavformat/gifdec.c
==============================================================================
--- trunk/libavformat/gifdec.c (original)
+++ trunk/libavformat/gifdec.c Mon Oct 23 10:57:54 2006
@@ -1,5 +1,5 @@
/*
- * GIF decoder
+ * GIF demuxer
* Copyright (c) 2003 Fabrice Bellard.
*
* This file is part of FFmpeg.
Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c (original)
+++ trunk/libavformat/mov.c Mon Oct 23 10:57:54 2006
@@ -1,5 +1,5 @@
/*
- * MOV decoder.
+ * MOV demuxer
* Copyright (c) 2001 Fabrice Bellard.
*
* This file is part of FFmpeg.
Modified: trunk/libavformat/movenc.c
==============================================================================
--- trunk/libavformat/movenc.c (original)
+++ trunk/libavformat/movenc.c Mon Oct 23 10:57:54 2006
@@ -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>.
*
Modified: trunk/libavformat/mp3.c
==============================================================================
--- trunk/libavformat/mp3.c (original)
+++ trunk/libavformat/mp3.c Mon Oct 23 10:57:54 2006
@@ -1,5 +1,5 @@
/*
- * MP3 encoder and decoder
+ * MP3 muxer and demuxer
* Copyright (c) 2003 Fabrice Bellard.
*
* This file is part of FFmpeg.
Modified: trunk/libavformat/mpeg.c
==============================================================================
--- trunk/libavformat/mpeg.c (original)
+++ trunk/libavformat/mpeg.c Mon Oct 23 10:57:54 2006
@@ -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.
Modified: trunk/libavformat/mpegts.c
==============================================================================
--- trunk/libavformat/mpegts.c (original)
+++ trunk/libavformat/mpegts.c Mon Oct 23 10:57:54 2006
@@ -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.
Modified: trunk/libavformat/mpegtsenc.c
==============================================================================
--- trunk/libavformat/mpegtsenc.c (original)
+++ trunk/libavformat/mpegtsenc.c Mon Oct 23 10:57:54 2006
@@ -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.
Modified: trunk/libavformat/nsvdec.c
==============================================================================
--- trunk/libavformat/nsvdec.c (original)
+++ trunk/libavformat/nsvdec.c Mon Oct 23 10:57:54 2006
@@ -1,5 +1,5 @@
/*
- * NSV decoder.
+ * NSV demuxer
* Copyright (c) 2004 The FFmpeg Project.
*
* This file is part of FFmpeg.
Modified: trunk/libavformat/raw.c
==============================================================================
--- trunk/libavformat/raw.c (original)
+++ trunk/libavformat/raw.c Mon Oct 23 10:57:54 2006
@@ -1,5 +1,5 @@
/*
- * RAW encoder and decoder
+ * RAW muxer and demuxer
* Copyright (c) 2001 Fabrice Bellard.
* Copyright (c) 2005 Alex Beregszaszi
*
Modified: trunk/libavformat/rm.c
==============================================================================
--- trunk/libavformat/rm.c (original)
+++ trunk/libavformat/rm.c Mon Oct 23 10:57:54 2006
@@ -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.
Modified: trunk/libavformat/smacker.c
==============================================================================
--- trunk/libavformat/smacker.c (original)
+++ trunk/libavformat/smacker.c Mon Oct 23 10:57:54 2006
@@ -1,5 +1,5 @@
/*
- * Smacker decoder
+ * Smacker demuxer
* Copyright (c) 2006 Konstantin Shishkov.
*
* This file is part of FFmpeg.
Modified: trunk/libavformat/sol.c
==============================================================================
--- trunk/libavformat/sol.c (original)
+++ trunk/libavformat/sol.c Mon Oct 23 10:57:54 2006
@@ -1,5 +1,5 @@
/*
- * Sierra SOL decoder
+ * Sierra SOL demuxer
* Copyright Konstantin Shishkov.
*
* This file is part of FFmpeg.
Modified: trunk/libavformat/wav.c
==============================================================================
--- trunk/libavformat/wav.c (original)
+++ trunk/libavformat/wav.c Mon Oct 23 10:57:54 2006
@@ -1,5 +1,5 @@
/*
- * WAV encoder and decoder
+ * WAV muxer and demuxer
* Copyright (c) 2001, 2002 Fabrice Bellard.
*
* This file is part of FFmpeg.
More information about the ffmpeg-cvslog
mailing list