1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

replace coder/decoder file description in libavformat by muxer/demuxer

Originally committed as revision 6774 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2006-10-23 08:57:54 +00:00
parent ec996a6303
commit 7fbde3431a
24 changed files with 24 additions and 24 deletions

View File

@ -1,5 +1,5 @@
/* /*
* AIFF/AIFF-C encoder and decoder * AIFF/AIFF-C muxer and demuxer
* Copyright (c) 2006 Patrick Guimond * Copyright (c) 2006 Patrick Guimond
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.

View File

@ -1,5 +1,5 @@
/* /*
* Adaptive stream format encoder * Adaptive stream format muxer
* Copyright (c) 2000, 2001 Fabrice Bellard. * Copyright (c) 2000, 2001 Fabrice Bellard.
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.

View File

@ -1,5 +1,5 @@
/* /*
* ASF compatible decoder. * ASF compatible demuxer
* Copyright (c) 2000, 2001 Fabrice Bellard. * Copyright (c) 2000, 2001 Fabrice Bellard.
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.

View File

@ -1,5 +1,5 @@
/* /*
* AU encoder and decoder * AU muxer and demuxer
* Copyright (c) 2001 Fabrice Bellard. * Copyright (c) 2001 Fabrice Bellard.
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.

View File

@ -1,5 +1,5 @@
/* /*
* AVI decoder. * AVI demuxer
* Copyright (c) 2001 Fabrice Bellard. * Copyright (c) 2001 Fabrice Bellard.
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.

View File

@ -1,5 +1,5 @@
/* /*
* AVI encoder. * AVI muxer
* Copyright (c) 2000 Fabrice Bellard. * Copyright (c) 2000 Fabrice Bellard.
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.

View File

@ -1,5 +1,5 @@
/* /*
* D-Cinema audio decoder. * D-Cinema audio demuxer
* Copyright (c) 2005 Reimar Döffinger. * Copyright (c) 2005 Reimar Döffinger.
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.

View File

@ -1,5 +1,5 @@
/* /*
* FFM (ffserver live feed) encoder and decoder * FFM (ffserver live feed) muxer and demuxer
* Copyright (c) 2001 Fabrice Bellard. * Copyright (c) 2001 Fabrice Bellard.
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.

View File

@ -1,5 +1,5 @@
/* /*
* FLV decoder. * FLV demuxer
* Copyright (c) 2003 The FFmpeg Project. * Copyright (c) 2003 The FFmpeg Project.
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.

View File

@ -1,5 +1,5 @@
/* /*
* FLV encoder. * FLV muxer
* Copyright (c) 2003 The FFmpeg Project. * Copyright (c) 2003 The FFmpeg Project.
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.

View File

@ -1,5 +1,5 @@
/* /*
* Animated GIF encoder * Animated GIF muxer
* Copyright (c) 2000 Fabrice Bellard. * Copyright (c) 2000 Fabrice Bellard.
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.

View File

@ -1,5 +1,5 @@
/* /*
* GIF decoder * GIF demuxer
* Copyright (c) 2003 Fabrice Bellard. * Copyright (c) 2003 Fabrice Bellard.
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.

View File

@ -1,5 +1,5 @@
/* /*
* MOV decoder. * MOV demuxer
* Copyright (c) 2001 Fabrice Bellard. * Copyright (c) 2001 Fabrice Bellard.
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.

View File

@ -1,5 +1,5 @@
/* /*
* MOV, 3GP, MP4 encoder. * MOV, 3GP, MP4 muxer
* Copyright (c) 2003 Thomas Raivio. * Copyright (c) 2003 Thomas Raivio.
* Copyright (c) 2004 Gildas Bazin <gbazin at videolan dot org>. * Copyright (c) 2004 Gildas Bazin <gbazin at videolan dot org>.
* *

View File

@ -1,5 +1,5 @@
/* /*
* MP3 encoder and decoder * MP3 muxer and demuxer
* Copyright (c) 2003 Fabrice Bellard. * Copyright (c) 2003 Fabrice Bellard.
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.

View File

@ -1,5 +1,5 @@
/* /*
* MPEG1/2 mux/demux * MPEG1/2 muxer and demuxer
* Copyright (c) 2000, 2001, 2002 Fabrice Bellard. * Copyright (c) 2000, 2001, 2002 Fabrice Bellard.
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.

View File

@ -1,5 +1,5 @@
/* /*
* MPEG2 transport stream (aka DVB) demux * MPEG2 transport stream (aka DVB) demuxer
* Copyright (c) 2002-2003 Fabrice Bellard. * Copyright (c) 2002-2003 Fabrice Bellard.
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.

View File

@ -1,5 +1,5 @@
/* /*
* MPEG2 transport stream (aka DVB) mux * MPEG2 transport stream (aka DVB) muxer
* Copyright (c) 2003 Fabrice Bellard. * Copyright (c) 2003 Fabrice Bellard.
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.

View File

@ -1,5 +1,5 @@
/* /*
* NSV decoder. * NSV demuxer
* Copyright (c) 2004 The FFmpeg Project. * Copyright (c) 2004 The FFmpeg Project.
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.

View File

@ -1,5 +1,5 @@
/* /*
* RAW encoder and decoder * RAW muxer and demuxer
* Copyright (c) 2001 Fabrice Bellard. * Copyright (c) 2001 Fabrice Bellard.
* Copyright (c) 2005 Alex Beregszaszi * Copyright (c) 2005 Alex Beregszaszi
* *

View File

@ -1,5 +1,5 @@
/* /*
* "Real" compatible mux and demux. * "Real" compatible muxer and demuxer.
* Copyright (c) 2000, 2001 Fabrice Bellard. * Copyright (c) 2000, 2001 Fabrice Bellard.
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.

View File

@ -1,5 +1,5 @@
/* /*
* Smacker decoder * Smacker demuxer
* Copyright (c) 2006 Konstantin Shishkov. * Copyright (c) 2006 Konstantin Shishkov.
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.

View File

@ -1,5 +1,5 @@
/* /*
* Sierra SOL decoder * Sierra SOL demuxer
* Copyright Konstantin Shishkov. * Copyright Konstantin Shishkov.
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.

View File

@ -1,5 +1,5 @@
/* /*
* WAV encoder and decoder * WAV muxer and demuxer
* Copyright (c) 2001, 2002 Fabrice Bellard. * Copyright (c) 2001, 2002 Fabrice Bellard.
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.