Correct few "ffmpeg" typos

Signed-off-by: Paul B Mahol <onemda@gmail.com>
pull/85/head
Paul B Mahol 10 years ago
parent b73b36bfa5
commit 6dfa70f272
  1. 2
      libavcodec/aasc.c
  2. 2
      libavcodec/adpcm.c
  3. 2
      libavcodec/adpcm.h
  4. 2
      libavcodec/adpcm_data.c
  5. 2
      libavcodec/adpcm_data.h
  6. 2
      libavcodec/adpcmenc.c
  7. 2
      libavcodec/cinepak.c
  8. 2
      libavcodec/cyuv.c
  9. 2
      libavcodec/dpcm.c
  10. 2
      libavcodec/flicvideo.c
  11. 2
      libavcodec/idcinvideo.c
  12. 2
      libavcodec/interplayvideo.c
  13. 2
      libavcodec/libopencore-amr.c
  14. 2
      libavcodec/libvo-amrwbenc.c
  15. 2
      libavcodec/msrle.c
  16. 2
      libavcodec/msvideo1.c
  17. 2
      libavcodec/qtrle.c
  18. 2
      libavcodec/ra144.c
  19. 2
      libavcodec/ra144.h
  20. 2
      libavcodec/ra288.c
  21. 2
      libavcodec/ra288.h
  22. 2
      libavcodec/roqvideodec.c
  23. 2
      libavcodec/rpza.c
  24. 2
      libavcodec/smc.c
  25. 2
      libavcodec/sp5x.h
  26. 4
      libavcodec/svq1.c
  27. 4
      libavcodec/svq1.h
  28. 4
      libavcodec/svq1_cb.h
  29. 2
      libavcodec/svq1_vlc.h
  30. 4
      libavcodec/svq1dec.c
  31. 2
      libavcodec/vmdaudio.c
  32. 2
      libavcodec/vmdvideo.c
  33. 2
      libavcodec/vp3.c
  34. 2
      libavcodec/vp3data.h
  35. 2
      libavcodec/vp3dsp.c
  36. 2
      libavcodec/vqavideo.c
  37. 2
      libavcodec/xan.c
  38. 2
      libavcodec/xiph.c
  39. 2
      libavcodec/xiph.h
  40. 2
      libavformat/4xm.c
  41. 2
      libavformat/electronicarts.c
  42. 2
      libavformat/flic.c
  43. 2
      libavformat/idcin.c
  44. 2
      libavformat/idroqdec.c
  45. 2
      libavformat/ipmovie.c
  46. 2
      libavformat/matroska.c
  47. 2
      libavformat/matroska.h
  48. 2
      libavformat/psxstr.c
  49. 2
      libavformat/segafilm.c
  50. 2
      libavformat/sierravmd.c
  51. 2
      libavformat/wc3movie.c
  52. 2
      libavformat/westwood_aud.c
  53. 2
      libavformat/westwood_vqa.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.
*

@ -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)

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

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

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

@ -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)

@ -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.
*

@ -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.
*

@ -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.
*

@ -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.
*

@ -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.
*

@ -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.
*

@ -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.
*

@ -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.
*

@ -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.
*

@ -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.
*

@ -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.
*

@ -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.
*

@ -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.
*

@ -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.
*

@ -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.
*

@ -1,5 +1,5 @@
/*
* Copyright (C) 2003 the ffmpeg project
* Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*

@ -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.
*

@ -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.
*

@ -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.
*

@ -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>
*

@ -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>
*

@ -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.
*

@ -1,5 +1,5 @@
/*
* copyright (C) 2003 the ffmpeg project
* Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*

@ -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>
*

@ -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.
*

@ -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.
*

@ -1,5 +1,5 @@
/*
* Copyright (C) 2003-2004 the ffmpeg project
* Copyright (c) 2003-2004 The FFmpeg Project
*
* This file is part of FFmpeg.
*

@ -1,5 +1,5 @@
/*
* copyright (C) 2003 the ffmpeg project
* copyright (C) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*

@ -1,5 +1,5 @@
/*
* Copyright (C) 2004 the ffmpeg project
* Copyright (c) 2004 The FFmpeg Project
*
* This file is part of FFmpeg.
*

@ -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.
*

@ -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.
*

@ -1,5 +1,5 @@
/*
* Copyright (C) 2007 FFmpeg Project
* Copyright (C) 2007 The FFmpeg Project
*
* This file is part of FFmpeg.
*

@ -1,5 +1,5 @@
/*
* Copyright (C) 2007 FFmpeg Project
* Copyright (C) 2007 The FFmpeg Project
*
* This file is part of FFmpeg.
*

@ -1,6 +1,6 @@
/*
* 4X Technologies .4xm File Demuxer (no muxer)
* Copyright (c) 2003 The ffmpeg Project
* Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*

@ -1,5 +1,5 @@
/* Electronic Arts Multimedia File Demuxer
* Copyright (c) 2004 The ffmpeg Project
* Copyright (c) 2004 The FFmpeg Project
* Copyright (c) 2006-2008 Peter Ross
*
* This file is part of FFmpeg.

@ -1,6 +1,6 @@
/*
* FLI/FLC Animation File Demuxer
* Copyright (c) 2003 The ffmpeg Project
* Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*

@ -1,6 +1,6 @@
/*
* id Quake II CIN File Demuxer
* Copyright (c) 2003 The ffmpeg Project
* Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*

@ -1,6 +1,6 @@
/*
* id RoQ (.roq) File Demuxer
* Copyright (c) 2003 The ffmpeg Project
* Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*

@ -1,6 +1,6 @@
/*
* Interplay MVE File Demuxer
* Copyright (c) 2003 The ffmpeg Project
* Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*

@ -1,6 +1,6 @@
/*
* Matroska common data
* Copyright (c) 2003-2004 The ffmpeg Project
* Copyright (c) 2003-2004 The FFmpeg Project
*
* This file is part of FFmpeg.
*

@ -1,6 +1,6 @@
/*
* Matroska constants
* Copyright (c) 2003-2004 The ffmpeg Project
* Copyright (c) 2003-2004 The FFmpeg Project
*
* This file is part of FFmpeg.
*

@ -1,6 +1,6 @@
/*
* Sony Playstation (PSX) STR File Demuxer
* Copyright (c) 2003 The ffmpeg Project
* Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*

@ -1,6 +1,6 @@
/*
* Sega FILM Format (CPK) Demuxer
* Copyright (c) 2003 The ffmpeg Project
* Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*

@ -1,6 +1,6 @@
/*
* Sierra VMD Format Demuxer
* Copyright (c) 2004 The ffmpeg Project
* Copyright (c) 2004 The FFmpeg Project
*
* This file is part of FFmpeg.
*

@ -1,6 +1,6 @@
/*
* Wing Commander III Movie (.mve) File Demuxer
* Copyright (c) 2003 The ffmpeg Project
* Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*

@ -1,6 +1,6 @@
/*
* Westwood Studios AUD Format Demuxer
* Copyright (c) 2003 The ffmpeg Project
* Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*

@ -1,6 +1,6 @@
/*
* Westwood Studios VQA Format Demuxer
* Copyright (c) 2003 The ffmpeg Project
* Copyright (c) 2003 The FFmpeg Project
*
* This file is part of FFmpeg.
*

Loading…
Cancel
Save