diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-10-30 17:56:57 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-11-02 10:42:54 +0100 |
commit | 124e28847b95a70724399c8473dd778b5c4c8ffc (patch) | |
tree | 79e76aac5b1a80d0a74702e47611e62cae6ed502 | |
parent | d1dfcb082957b646d59388925fc20b7485da33cb (diff) | |
download | ffmpeg-124e28847b95a70724399c8473dd778b5c4c8ffc.tar.gz |
Remove some stray unnecessary ffmpeg references.
-rw-r--r-- | libavcodec/dvbsub.c | 2 | ||||
-rw-r--r-- | libavcodec/dvbsubdec.c | 2 | ||||
-rw-r--r-- | libavcodec/dvdsub_parser.c | 2 | ||||
-rw-r--r-- | libavcodec/dvdsubdec.c | 2 | ||||
-rw-r--r-- | libavcodec/dvdsubenc.c | 2 | ||||
-rw-r--r-- | libavcodec/h263.c | 2 | ||||
-rw-r--r-- | libavcodec/indeo3.c | 2 | ||||
-rw-r--r-- | libavcodec/indeo3data.h | 2 | ||||
-rw-r--r-- | libavcodec/msmpeg4.c | 4 | ||||
-rw-r--r-- | libavcodec/msmpeg4.h | 2 | ||||
-rw-r--r-- | libavcodec/msmpeg4data.c | 2 | ||||
-rw-r--r-- | libavcodec/msmpeg4data.h | 2 | ||||
-rw-r--r-- | libavfilter/vf_drawtext.c | 2 | ||||
-rw-r--r-- | libavformat/avio.c | 2 | ||||
-rw-r--r-- | libavformat/aviobuf.c | 2 | ||||
-rw-r--r-- | libavformat/avisynth.c | 2 | ||||
-rw-r--r-- | libavformat/file.c | 2 | ||||
-rw-r--r-- | libavformat/mpegts.c | 2 | ||||
-rw-r--r-- | libavformat/os_support.c | 2 | ||||
-rw-r--r-- | libavformat/os_support.h | 2 |
20 files changed, 21 insertions, 21 deletions
diff --git a/libavcodec/dvbsub.c b/libavcodec/dvbsub.c index 713f91ed0c..4788d50cfe 100644 --- a/libavcodec/dvbsub.c +++ b/libavcodec/dvbsub.c @@ -1,5 +1,5 @@ /* - * DVB subtitle encoding for ffmpeg + * DVB subtitle encoding * Copyright (c) 2005 Fabrice Bellard * * This file is part of Libav. diff --git a/libavcodec/dvbsubdec.c b/libavcodec/dvbsubdec.c index aef2c08f30..aafc046d97 100644 --- a/libavcodec/dvbsubdec.c +++ b/libavcodec/dvbsubdec.c @@ -1,5 +1,5 @@ /* - * DVB subtitle decoding for ffmpeg + * DVB subtitle decoding * Copyright (c) 2005 Ian Caulfield * * This file is part of Libav. diff --git a/libavcodec/dvdsub_parser.c b/libavcodec/dvdsub_parser.c index e4c01e05cc..f46d1a452a 100644 --- a/libavcodec/dvdsub_parser.c +++ b/libavcodec/dvdsub_parser.c @@ -1,5 +1,5 @@ /* - * DVD subtitle decoding for ffmpeg + * DVD subtitle decoding * Copyright (c) 2005 Fabrice Bellard * * This file is part of Libav. diff --git a/libavcodec/dvdsubdec.c b/libavcodec/dvdsubdec.c index 776cb61ea7..ee9331cabe 100644 --- a/libavcodec/dvdsubdec.c +++ b/libavcodec/dvdsubdec.c @@ -1,5 +1,5 @@ /* - * DVD subtitle decoding for ffmpeg + * DVD subtitle decoding * Copyright (c) 2005 Fabrice Bellard * * This file is part of Libav. diff --git a/libavcodec/dvdsubenc.c b/libavcodec/dvdsubenc.c index 96f4321a2f..82d0608664 100644 --- a/libavcodec/dvdsubenc.c +++ b/libavcodec/dvdsubenc.c @@ -1,5 +1,5 @@ /* - * DVD subtitle encoding for ffmpeg + * DVD subtitle encoding * Copyright (c) 2005 Wolfram Gloger * * This file is part of Libav. diff --git a/libavcodec/h263.c b/libavcodec/h263.c index b3c93027ee..77a1bb828b 100644 --- a/libavcodec/h263.c +++ b/libavcodec/h263.c @@ -1,5 +1,5 @@ /* - * H263/MPEG4 backend for ffmpeg encoder and decoder + * H263/MPEG4 backend for encoder and decoder * Copyright (c) 2000,2001 Fabrice Bellard * H263+ support. * Copyright (c) 2001 Juan J. Sierralta P diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c index d931f9fc45..96f8e273de 100644 --- a/libavcodec/indeo3.c +++ b/libavcodec/indeo3.c @@ -1,5 +1,5 @@ /* - * Intel Indeo 3 (IV31, IV32, etc.) video decoder for ffmpeg + * Intel Indeo 3 (IV31, IV32, etc.) video decoder * written, produced, and directed by Alan Smithee * * This file is part of Libav. diff --git a/libavcodec/indeo3data.h b/libavcodec/indeo3data.h index 334c3e0c97..e608a16119 100644 --- a/libavcodec/indeo3data.h +++ b/libavcodec/indeo3data.h @@ -1,5 +1,5 @@ /* - * Intel Indeo 3 (IV31, IV32, etc.) video decoder for ffmpeg + * Intel Indeo 3 (IV31, IV32, etc.) video decoder * written, produced, and directed by Alan Smithee * * This file is part of Libav. diff --git a/libavcodec/msmpeg4.c b/libavcodec/msmpeg4.c index cfdfd8ef28..93191ccf10 100644 --- a/libavcodec/msmpeg4.c +++ b/libavcodec/msmpeg4.c @@ -1,5 +1,5 @@ /* - * MSMPEG4 backend for ffmpeg encoder and decoder + * MSMPEG4 backend for encoder and decoder * Copyright (c) 2001 Fabrice Bellard * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> * @@ -24,7 +24,7 @@ /** * @file - * MSMPEG4 backend for ffmpeg encoder and decoder. + * MSMPEG4 backend for encoder and decoder */ #include "avcodec.h" diff --git a/libavcodec/msmpeg4.h b/libavcodec/msmpeg4.h index 9247accd48..77b1944205 100644 --- a/libavcodec/msmpeg4.h +++ b/libavcodec/msmpeg4.h @@ -1,5 +1,5 @@ /* - * MSMPEG4 backend for ffmpeg encoder and decoder + * MSMPEG4 backend for encoder and decoder * copyright (c) 2007 Aurelien Jacobs <aurel@gnuage.org> * * This file is part of Libav. diff --git a/libavcodec/msmpeg4data.c b/libavcodec/msmpeg4data.c index eeb812297d..6799a9ccd2 100644 --- a/libavcodec/msmpeg4data.c +++ b/libavcodec/msmpeg4data.c @@ -1,5 +1,5 @@ /* - * MSMPEG4 backend for ffmpeg encoder and decoder + * MSMPEG4 backend for encoder and decoder * copyright (c) 2001 Fabrice Bellard * copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> * diff --git a/libavcodec/msmpeg4data.h b/libavcodec/msmpeg4data.h index bbb802e441..0907c7a295 100644 --- a/libavcodec/msmpeg4data.h +++ b/libavcodec/msmpeg4data.h @@ -1,5 +1,5 @@ /* - * MSMPEG4 backend for ffmpeg encoder and decoder + * MSMPEG4 backend for encoder and decoder * copyright (c) 2001 Fabrice Bellard * copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> * diff --git a/libavfilter/vf_drawtext.c b/libavfilter/vf_drawtext.c index fe884a05b6..c145874fa2 100644 --- a/libavfilter/vf_drawtext.c +++ b/libavfilter/vf_drawtext.c @@ -22,7 +22,7 @@ /** * @file - * drawtext filter, based on the original FFmpeg vhook/drawtext.c + * drawtext filter, based on the original vhook/drawtext.c * filter by Gustavo Sverzut Barbieri */ diff --git a/libavformat/avio.c b/libavformat/avio.c index ac15407fda..a954aa8170 100644 --- a/libavformat/avio.c +++ b/libavformat/avio.c @@ -1,5 +1,5 @@ /* - * Unbuffered io for ffmpeg system + * unbuffered I/O * Copyright (c) 2001 Fabrice Bellard * * This file is part of Libav. diff --git a/libavformat/aviobuf.c b/libavformat/aviobuf.c index 8f3599a9dc..8bd3e78446 100644 --- a/libavformat/aviobuf.c +++ b/libavformat/aviobuf.c @@ -1,5 +1,5 @@ /* - * Buffered I/O for ffmpeg system + * buffered I/O * Copyright (c) 2000,2001 Fabrice Bellard * * This file is part of Libav. diff --git a/libavformat/avisynth.c b/libavformat/avisynth.c index 78eb5e6025..01fe1752e4 100644 --- a/libavformat/avisynth.c +++ b/libavformat/avisynth.c @@ -1,5 +1,5 @@ /* - * AVISynth support for ffmpeg system + * AVISynth support * Copyright (c) 2006 DivX, Inc. * * This file is part of Libav. diff --git a/libavformat/file.c b/libavformat/file.c index 649640a927..cca9ec1a06 100644 --- a/libavformat/file.c +++ b/libavformat/file.c @@ -1,5 +1,5 @@ /* - * Buffered file io for ffmpeg system + * buffered file I/O * Copyright (c) 2001 Fabrice Bellard * * This file is part of Libav. diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index 5fa82dc21a..2e390e4268 100644 --- a/libavformat/mpegts.c +++ b/libavformat/mpegts.c @@ -1440,7 +1440,7 @@ static void pmt_cb(MpegTSFilter *filter, const uint8_t *section, int section_len if (pid < 0) break; - /* now create ffmpeg stream */ + /* now create stream */ if (ts->pids[pid] && ts->pids[pid]->type == MPEGTS_PES) { pes = ts->pids[pid]->u.pes_filter.opaque; if (!pes->st) { diff --git a/libavformat/os_support.c b/libavformat/os_support.c index a0fcd6c9ba..c6715f3cc3 100644 --- a/libavformat/os_support.c +++ b/libavformat/os_support.c @@ -1,5 +1,5 @@ /* - * Various utilities for ffmpeg system + * various OS-feature replacement utilities * Copyright (c) 2000, 2001, 2002 Fabrice Bellard * copyright (c) 2002 Francois Revol * diff --git a/libavformat/os_support.h b/libavformat/os_support.h index 521e9978a2..20c6d73738 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -1,5 +1,5 @@ /* - * various utilities for ffmpeg system + * various OS-feature replacement utilities * copyright (c) 2000, 2001, 2002 Fabrice Bellard * * This file is part of Libav. |