summaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2014-08-23 19:39:22 +0000
committerPaul B Mahol <onemda@gmail.com>2014-08-24 11:05:42 +0000
commit6dfa70f272d7ede75d45991c907dd93c50be1690 (patch)
treed9ecb715dfa3a4a0ed69239510b177ede3a55220 /libavcodec
parentb73b36bfa5ed6440e689ab5a1f8199c6186a6c79 (diff)
downloadffmpeg-streaming-6dfa70f272d7ede75d45991c907dd93c50be1690.zip
ffmpeg-streaming-6dfa70f272d7ede75d45991c907dd93c50be1690.tar.gz
Correct few "ffmpeg" typos
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/aasc.c2
-rw-r--r--libavcodec/adpcm.c2
-rw-r--r--libavcodec/adpcm.h2
-rw-r--r--libavcodec/adpcm_data.c2
-rw-r--r--libavcodec/adpcm_data.h2
-rw-r--r--libavcodec/adpcmenc.c2
-rw-r--r--libavcodec/cinepak.c2
-rw-r--r--libavcodec/cyuv.c2
-rw-r--r--libavcodec/dpcm.c2
-rw-r--r--libavcodec/flicvideo.c2
-rw-r--r--libavcodec/idcinvideo.c2
-rw-r--r--libavcodec/interplayvideo.c2
-rw-r--r--libavcodec/libopencore-amr.c2
-rw-r--r--libavcodec/libvo-amrwbenc.c2
-rw-r--r--libavcodec/msrle.c2
-rw-r--r--libavcodec/msvideo1.c2
-rw-r--r--libavcodec/qtrle.c2
-rw-r--r--libavcodec/ra144.c2
-rw-r--r--libavcodec/ra144.h2
-rw-r--r--libavcodec/ra288.c2
-rw-r--r--libavcodec/ra288.h2
-rw-r--r--libavcodec/roqvideodec.c2
-rw-r--r--libavcodec/rpza.c2
-rw-r--r--libavcodec/smc.c2
-rw-r--r--libavcodec/sp5x.h2
-rw-r--r--libavcodec/svq1.c4
-rw-r--r--libavcodec/svq1.h4
-rw-r--r--libavcodec/svq1_cb.h4
-rw-r--r--libavcodec/svq1_vlc.h2
-rw-r--r--libavcodec/svq1dec.c4
-rw-r--r--libavcodec/vmdaudio.c2
-rw-r--r--libavcodec/vmdvideo.c2
-rw-r--r--libavcodec/vp3.c2
-rw-r--r--libavcodec/vp3data.h2
-rw-r--r--libavcodec/vp3dsp.c2
-rw-r--r--libavcodec/vqavideo.c2
-rw-r--r--libavcodec/xan.c2
-rw-r--r--libavcodec/xiph.c2
-rw-r--r--libavcodec/xiph.h2
39 files changed, 43 insertions, 43 deletions
diff --git a/libavcodec/aasc.c b/libavcodec/aasc.c
index 38658f8..65ef782 100644
--- a/libavcodec/aasc.c
+++ b/libavcodec/aasc.c
@@ -1,6 +1,6 @@
/*
* Autodesk RLE Decoder
- * Copyright (C) 2005 the ffmpeg project
+ * Copyright (c) 2005 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c
index 68663f3..2f95a6f 100644
--- a/libavcodec/adpcm.c
+++ b/libavcodec/adpcm.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001-2003 The ffmpeg Project
+ * Copyright (c) 2001-2003 The FFmpeg Project
*
* first version by Francois Revol (revol@free.fr)
* fringe ADPCM codecs (e.g., DK3, DK4, Westwood)
diff --git a/libavcodec/adpcm.h b/libavcodec/adpcm.h
index f43a28c..fcbb70b 100644
--- a/libavcodec/adpcm.h
+++ b/libavcodec/adpcm.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001-2003 The ffmpeg Project
+ * Copyright (c) 2001-2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/adpcm_data.c b/libavcodec/adpcm_data.c
index 2109285..9c38360 100644
--- a/libavcodec/adpcm_data.c
+++ b/libavcodec/adpcm_data.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001-2003 The ffmpeg Project
+ * Copyright (c) 2001-2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/adpcm_data.h b/libavcodec/adpcm_data.h
index 6589bc5..b179d65 100644
--- a/libavcodec/adpcm_data.h
+++ b/libavcodec/adpcm_data.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001-2003 The ffmpeg Project
+ * Copyright (c) 2001-2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/adpcmenc.c b/libavcodec/adpcmenc.c
index c3e4d0f..06dee35 100644
--- a/libavcodec/adpcmenc.c
+++ b/libavcodec/adpcmenc.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001-2003 The ffmpeg Project
+ * Copyright (c) 2001-2003 The FFmpeg Project
*
* first version by Francois Revol (revol@free.fr)
* fringe ADPCM codecs (e.g., DK3, DK4, Westwood)
diff --git a/libavcodec/cinepak.c b/libavcodec/cinepak.c
index 082d0b2..4746289 100644
--- a/libavcodec/cinepak.c
+++ b/libavcodec/cinepak.c
@@ -1,6 +1,6 @@
/*
* Cinepak Video Decoder
- * Copyright (C) 2003 the ffmpeg project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/cyuv.c b/libavcodec/cyuv.c
index c686123..6e8e461 100644
--- a/libavcodec/cyuv.c
+++ b/libavcodec/cyuv.c
@@ -4,7 +4,7 @@
* based on "Creative YUV (CYUV) stream format for AVI":
* http://www.csse.monash.edu.au/~timf/videocodec/cyuv.txt
*
- * Copyright (C) 2003 the ffmpeg project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/dpcm.c b/libavcodec/dpcm.c
index 0c0bcca..ecc7a29 100644
--- a/libavcodec/dpcm.c
+++ b/libavcodec/dpcm.c
@@ -1,6 +1,6 @@
/*
* Assorted DPCM codecs
- * Copyright (c) 2003 The ffmpeg Project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/flicvideo.c b/libavcodec/flicvideo.c
index a2d59e8..5bd5fb6 100644
--- a/libavcodec/flicvideo.c
+++ b/libavcodec/flicvideo.c
@@ -1,6 +1,6 @@
/*
* FLI/FLC Animation Video Decoder
- * Copyright (C) 2003, 2004 the ffmpeg project
+ * Copyright (c) 2003, 2004 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/idcinvideo.c b/libavcodec/idcinvideo.c
index 80c7d07..7765376 100644
--- a/libavcodec/idcinvideo.c
+++ b/libavcodec/idcinvideo.c
@@ -1,6 +1,6 @@
/*
* id Quake II CIN Video Decoder
- * Copyright (C) 2003 the ffmpeg project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/interplayvideo.c b/libavcodec/interplayvideo.c
index 0f6c4e2..96c0cd1 100644
--- a/libavcodec/interplayvideo.c
+++ b/libavcodec/interplayvideo.c
@@ -1,6 +1,6 @@
/*
* Interplay MVE Video Decoder
- * Copyright (C) 2003 the ffmpeg project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/libopencore-amr.c b/libavcodec/libopencore-amr.c
index 4c7b6af..827bded 100644
--- a/libavcodec/libopencore-amr.c
+++ b/libavcodec/libopencore-amr.c
@@ -1,6 +1,6 @@
/*
* AMR Audio decoder stub
- * Copyright (c) 2003 the ffmpeg project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/libvo-amrwbenc.c b/libavcodec/libvo-amrwbenc.c
index 4216a41..f14d61f 100644
--- a/libavcodec/libvo-amrwbenc.c
+++ b/libavcodec/libvo-amrwbenc.c
@@ -1,6 +1,6 @@
/*
* AMR Audio encoder stub
- * Copyright (c) 2003 the ffmpeg project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/msrle.c b/libavcodec/msrle.c
index 9f0cac6..260ad80 100644
--- a/libavcodec/msrle.c
+++ b/libavcodec/msrle.c
@@ -1,6 +1,6 @@
/*
* Microsoft RLE video decoder
- * Copyright (C) 2003 the ffmpeg project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/msvideo1.c b/libavcodec/msvideo1.c
index e60abee..88397be 100644
--- a/libavcodec/msvideo1.c
+++ b/libavcodec/msvideo1.c
@@ -1,6 +1,6 @@
/*
* Microsoft Video-1 Decoder
- * Copyright (C) 2003 the ffmpeg project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/qtrle.c b/libavcodec/qtrle.c
index 4eeeea4..b367643 100644
--- a/libavcodec/qtrle.c
+++ b/libavcodec/qtrle.c
@@ -1,6 +1,6 @@
/*
* Quicktime Animation (RLE) Video Decoder
- * Copyright (C) 2004 the ffmpeg project
+ * Copyright (c) 2004 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c
index d5ad02f..696a49e 100644
--- a/libavcodec/ra144.c
+++ b/libavcodec/ra144.c
@@ -1,6 +1,6 @@
/*
* Real Audio 1.0 (14.4K)
- * Copyright (c) 2003 the ffmpeg project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/ra144.h b/libavcodec/ra144.h
index c1ceb87..df74790 100644
--- a/libavcodec/ra144.h
+++ b/libavcodec/ra144.h
@@ -1,6 +1,6 @@
/*
* Real Audio 1.0 (14.4K)
- * Copyright (c) 2003 the ffmpeg project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/ra288.c b/libavcodec/ra288.c
index c1b9b6b..968672c 100644
--- a/libavcodec/ra288.c
+++ b/libavcodec/ra288.c
@@ -1,6 +1,6 @@
/*
* RealAudio 2.0 (28.8K)
- * Copyright (c) 2003 the ffmpeg project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/ra288.h b/libavcodec/ra288.h
index 7323eea..d30e49a 100644
--- a/libavcodec/ra288.h
+++ b/libavcodec/ra288.h
@@ -1,6 +1,6 @@
/*
* RealAudio 2.0 (28.8K)
- * Copyright (c) 2003 the ffmpeg project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/roqvideodec.c b/libavcodec/roqvideodec.c
index 8efa300..b716e25 100644
--- a/libavcodec/roqvideodec.c
+++ b/libavcodec/roqvideodec.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003 the ffmpeg project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/rpza.c b/libavcodec/rpza.c
index 23e2a75..732b09a 100644
--- a/libavcodec/rpza.c
+++ b/libavcodec/rpza.c
@@ -1,6 +1,6 @@
/*
* Quicktime Video (RPZA) Video Decoder
- * Copyright (C) 2003 the ffmpeg project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/smc.c b/libavcodec/smc.c
index 31e6c88..4bfa4a8 100644
--- a/libavcodec/smc.c
+++ b/libavcodec/smc.c
@@ -1,6 +1,6 @@
/*
* Quicktime Graphics (SMC) Video Decoder
- * Copyright (C) 2003 the ffmpeg project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/sp5x.h b/libavcodec/sp5x.h
index 004fcbb..ecd6e8d 100644
--- a/libavcodec/sp5x.h
+++ b/libavcodec/sp5x.h
@@ -1,6 +1,6 @@
/*
* Sunplus JPEG tables
- * Copyright (c) 2003 the ffmpeg project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/svq1.c b/libavcodec/svq1.c
index c219f22..909b0bf 100644
--- a/libavcodec/svq1.c
+++ b/libavcodec/svq1.c
@@ -3,8 +3,8 @@
* ported to MPlayer by Arpi <arpi@thot.banki.hu>
* ported to libavcodec by Nick Kurshev <nickols_k@mail.ru>
*
- * Copyright (C) 2002 the xine project
- * Copyright (C) 2002 the ffmpeg project
+ * Copyright (c) 2002 The Xine Project
+ * Copyright (c) 2002 The FFmpeg Project
*
* SVQ1 Encoder (c) 2004 Mike Melanson <melanson@pcisys.net>
*
diff --git a/libavcodec/svq1.h b/libavcodec/svq1.h
index 8380f22..88d61d1 100644
--- a/libavcodec/svq1.h
+++ b/libavcodec/svq1.h
@@ -3,8 +3,8 @@
* ported to MPlayer by Arpi <arpi@thot.banki.hu>
* ported to libavcodec by Nick Kurshev <nickols_k@mail.ru>
*
- * Copyright (C) 2002 the xine project
- * Copyright (C) 2002 the ffmpeg project
+ * Copyright (c) 2002 The Xine Project
+ * Copyright (c) 2002 The FFmpeg Project
*
* SVQ1 Encoder (c) 2004 Mike Melanson <melanson@pcisys.net>
*
diff --git a/libavcodec/svq1_cb.h b/libavcodec/svq1_cb.h
index 7926ce1..41485d2 100644
--- a/libavcodec/svq1_cb.h
+++ b/libavcodec/svq1_cb.h
@@ -3,8 +3,8 @@
* ported to MPlayer by Arpi <arpi@thot.banki.hu>
* ported to libavcodec by Nick Kurshev <nickols_k@mail.ru>
*
- * Copyright (C) 2002 the xine project
- * Copyright (C) 2002 the ffmpeg project
+ * Copyright (c) 2002 The Xine Project
+ * Copyright (c) 2002 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/svq1_vlc.h b/libavcodec/svq1_vlc.h
index e56d894..f5d298d 100644
--- a/libavcodec/svq1_vlc.h
+++ b/libavcodec/svq1_vlc.h
@@ -1,5 +1,5 @@
/*
- * copyright (C) 2003 the ffmpeg project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/svq1dec.c b/libavcodec/svq1dec.c
index eb64344..121ebc4 100644
--- a/libavcodec/svq1dec.c
+++ b/libavcodec/svq1dec.c
@@ -3,8 +3,8 @@
* ported to MPlayer by Arpi <arpi@thot.banki.hu>
* ported to libavcodec by Nick Kurshev <nickols_k@mail.ru>
*
- * Copyright (C) 2002 the xine project
- * Copyright (C) 2002 the ffmpeg project
+ * Copyright (c) 2002 The Xine Project
+ * Copyright (c) 2002 The FFmpeg Project
*
* SVQ1 Encoder (c) 2004 Mike Melanson <melanson@pcisys.net>
*
diff --git a/libavcodec/vmdaudio.c b/libavcodec/vmdaudio.c
index 0090aef..3be0ff8 100644
--- a/libavcodec/vmdaudio.c
+++ b/libavcodec/vmdaudio.c
@@ -1,6 +1,6 @@
/*
* Sierra VMD audio decoder
- * Copyright (C) 2004 the ffmpeg project
+ * Copyright (c) 2004 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/vmdvideo.c b/libavcodec/vmdvideo.c
index 279c56a..fa0fbe3 100644
--- a/libavcodec/vmdvideo.c
+++ b/libavcodec/vmdvideo.c
@@ -1,6 +1,6 @@
/*
* Sierra VMD video decoder
- * Copyright (C) 2004 the ffmpeg project
+ * Copyright (c) 2004 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c
index bd1afc0..4a72d0d 100644
--- a/libavcodec/vp3.c
+++ b/libavcodec/vp3.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2004 the ffmpeg project
+ * Copyright (c) 2003-2004 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/vp3data.h b/libavcodec/vp3data.h
index bffc5bc..427827b 100644
--- a/libavcodec/vp3data.h
+++ b/libavcodec/vp3data.h
@@ -1,5 +1,5 @@
/*
- * copyright (C) 2003 the ffmpeg project
+ * copyright (C) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/vp3dsp.c b/libavcodec/vp3dsp.c
index 6cf7e12..d8a3e0a 100644
--- a/libavcodec/vp3dsp.c
+++ b/libavcodec/vp3dsp.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004 the ffmpeg project
+ * Copyright (c) 2004 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/vqavideo.c b/libavcodec/vqavideo.c
index c34849d5..4dcebd4 100644
--- a/libavcodec/vqavideo.c
+++ b/libavcodec/vqavideo.c
@@ -1,6 +1,6 @@
/*
* Westwood Studios VQA Video Decoder
- * Copyright (C) 2003 the ffmpeg project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/xan.c b/libavcodec/xan.c
index bb28916..968464c 100644
--- a/libavcodec/xan.c
+++ b/libavcodec/xan.c
@@ -1,6 +1,6 @@
/*
* Wing Commander/Xan Video Decoder
- * Copyright (C) 2003 the ffmpeg project
+ * Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/xiph.c b/libavcodec/xiph.c
index 0636f8e..e63cec8 100644
--- a/libavcodec/xiph.c
+++ b/libavcodec/xiph.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007 FFmpeg Project
+ * Copyright (C) 2007 The FFmpeg Project
*
* This file is part of FFmpeg.
*
diff --git a/libavcodec/xiph.h b/libavcodec/xiph.h
index cd8caa4..5c4dcc4 100644
--- a/libavcodec/xiph.h
+++ b/libavcodec/xiph.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007 FFmpeg Project
+ * Copyright (C) 2007 The FFmpeg Project
*
* This file is part of FFmpeg.
*
OpenPOWER on IntegriCloud