Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
6dfa70f2
Commit
6dfa70f2
authored
Aug 23, 2014
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct few "ffmpeg" typos
Signed-off-by:
Paul B Mahol
<
onemda@gmail.com
>
parent
b73b36bf
Show whitespace changes
Inline
Side-by-side
Showing
53 changed files
with
57 additions
and
57 deletions
+57
-57
aasc.c
libavcodec/aasc.c
+1
-1
adpcm.c
libavcodec/adpcm.c
+1
-1
adpcm.h
libavcodec/adpcm.h
+1
-1
adpcm_data.c
libavcodec/adpcm_data.c
+1
-1
adpcm_data.h
libavcodec/adpcm_data.h
+1
-1
adpcmenc.c
libavcodec/adpcmenc.c
+1
-1
cinepak.c
libavcodec/cinepak.c
+1
-1
cyuv.c
libavcodec/cyuv.c
+1
-1
dpcm.c
libavcodec/dpcm.c
+1
-1
flicvideo.c
libavcodec/flicvideo.c
+1
-1
idcinvideo.c
libavcodec/idcinvideo.c
+1
-1
interplayvideo.c
libavcodec/interplayvideo.c
+1
-1
libopencore-amr.c
libavcodec/libopencore-amr.c
+1
-1
libvo-amrwbenc.c
libavcodec/libvo-amrwbenc.c
+1
-1
msrle.c
libavcodec/msrle.c
+1
-1
msvideo1.c
libavcodec/msvideo1.c
+1
-1
qtrle.c
libavcodec/qtrle.c
+1
-1
ra144.c
libavcodec/ra144.c
+1
-1
ra144.h
libavcodec/ra144.h
+1
-1
ra288.c
libavcodec/ra288.c
+1
-1
ra288.h
libavcodec/ra288.h
+1
-1
roqvideodec.c
libavcodec/roqvideodec.c
+1
-1
rpza.c
libavcodec/rpza.c
+1
-1
smc.c
libavcodec/smc.c
+1
-1
sp5x.h
libavcodec/sp5x.h
+1
-1
svq1.c
libavcodec/svq1.c
+2
-2
svq1.h
libavcodec/svq1.h
+2
-2
svq1_cb.h
libavcodec/svq1_cb.h
+2
-2
svq1_vlc.h
libavcodec/svq1_vlc.h
+1
-1
svq1dec.c
libavcodec/svq1dec.c
+2
-2
vmdaudio.c
libavcodec/vmdaudio.c
+1
-1
vmdvideo.c
libavcodec/vmdvideo.c
+1
-1
vp3.c
libavcodec/vp3.c
+1
-1
vp3data.h
libavcodec/vp3data.h
+1
-1
vp3dsp.c
libavcodec/vp3dsp.c
+1
-1
vqavideo.c
libavcodec/vqavideo.c
+1
-1
xan.c
libavcodec/xan.c
+1
-1
xiph.c
libavcodec/xiph.c
+1
-1
xiph.h
libavcodec/xiph.h
+1
-1
4xm.c
libavformat/4xm.c
+1
-1
electronicarts.c
libavformat/electronicarts.c
+1
-1
flic.c
libavformat/flic.c
+1
-1
idcin.c
libavformat/idcin.c
+1
-1
idroqdec.c
libavformat/idroqdec.c
+1
-1
ipmovie.c
libavformat/ipmovie.c
+1
-1
matroska.c
libavformat/matroska.c
+1
-1
matroska.h
libavformat/matroska.h
+1
-1
psxstr.c
libavformat/psxstr.c
+1
-1
segafilm.c
libavformat/segafilm.c
+1
-1
sierravmd.c
libavformat/sierravmd.c
+1
-1
wc3movie.c
libavformat/wc3movie.c
+1
-1
westwood_aud.c
libavformat/westwood_aud.c
+1
-1
westwood_vqa.c
libavformat/westwood_vqa.c
+1
-1
No files found.
libavcodec/aasc.c
View file @
6dfa70f2
/*
/*
* Autodesk RLE Decoder
* Autodesk RLE Decoder
* Copyright (
C) 2005 the ffmpeg p
roject
* Copyright (
c) 2005 The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/adpcm.c
View file @
6dfa70f2
/*
/*
* Copyright (c) 2001-2003 The
ff
mpeg Project
* Copyright (c) 2001-2003 The
FF
mpeg Project
*
*
* first version by Francois Revol (revol@free.fr)
* first version by Francois Revol (revol@free.fr)
* fringe ADPCM codecs (e.g., DK3, DK4, Westwood)
* fringe ADPCM codecs (e.g., DK3, DK4, Westwood)
...
...
libavcodec/adpcm.h
View file @
6dfa70f2
/*
/*
* Copyright (c) 2001-2003 The
ff
mpeg Project
* Copyright (c) 2001-2003 The
FF
mpeg Project
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/adpcm_data.c
View file @
6dfa70f2
/*
/*
* Copyright (c) 2001-2003 The
ff
mpeg Project
* Copyright (c) 2001-2003 The
FF
mpeg Project
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/adpcm_data.h
View file @
6dfa70f2
/*
/*
* Copyright (c) 2001-2003 The
ff
mpeg Project
* Copyright (c) 2001-2003 The
FF
mpeg Project
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/adpcmenc.c
View file @
6dfa70f2
/*
/*
* Copyright (c) 2001-2003 The
ff
mpeg Project
* Copyright (c) 2001-2003 The
FF
mpeg Project
*
*
* first version by Francois Revol (revol@free.fr)
* first version by Francois Revol (revol@free.fr)
* fringe ADPCM codecs (e.g., DK3, DK4, Westwood)
* fringe ADPCM codecs (e.g., DK3, DK4, Westwood)
...
...
libavcodec/cinepak.c
View file @
6dfa70f2
/*
/*
* Cinepak Video Decoder
* Cinepak Video Decoder
* Copyright (
C) 2003 the ffmpeg p
roject
* Copyright (
c) 2003 The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/cyuv.c
View file @
6dfa70f2
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* based on "Creative YUV (CYUV) stream format for AVI":
* based on "Creative YUV (CYUV) stream format for AVI":
* http://www.csse.monash.edu.au/~timf/videocodec/cyuv.txt
* http://www.csse.monash.edu.au/~timf/videocodec/cyuv.txt
*
*
* Copyright (
C) 2003 the ffmpeg p
roject
* Copyright (
c) 2003 The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/dpcm.c
View file @
6dfa70f2
/*
/*
* Assorted DPCM codecs
* Assorted DPCM codecs
* Copyright (c) 2003 The
ff
mpeg Project
* Copyright (c) 2003 The
FF
mpeg Project
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/flicvideo.c
View file @
6dfa70f2
/*
/*
* FLI/FLC Animation Video Decoder
* FLI/FLC Animation Video Decoder
* Copyright (
C) 2003, 2004 the ffmpeg p
roject
* Copyright (
c) 2003, 2004 The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/idcinvideo.c
View file @
6dfa70f2
/*
/*
* id Quake II CIN Video Decoder
* id Quake II CIN Video Decoder
* Copyright (
C) 2003 the ffmpeg p
roject
* Copyright (
c) 2003 The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/interplayvideo.c
View file @
6dfa70f2
/*
/*
* Interplay MVE Video Decoder
* Interplay MVE Video Decoder
* Copyright (
C) 2003 the ffmpeg p
roject
* Copyright (
c) 2003 The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/libopencore-amr.c
View file @
6dfa70f2
/*
/*
* AMR Audio decoder stub
* AMR Audio decoder stub
* Copyright (c) 2003
the ffmpeg p
roject
* Copyright (c) 2003
The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/libvo-amrwbenc.c
View file @
6dfa70f2
/*
/*
* AMR Audio encoder stub
* AMR Audio encoder stub
* Copyright (c) 2003
the ffmpeg p
roject
* Copyright (c) 2003
The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/msrle.c
View file @
6dfa70f2
/*
/*
* Microsoft RLE video decoder
* Microsoft RLE video decoder
* Copyright (
C) 2003 the ffmpeg p
roject
* Copyright (
c) 2003 The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/msvideo1.c
View file @
6dfa70f2
/*
/*
* Microsoft Video-1 Decoder
* Microsoft Video-1 Decoder
* Copyright (
C) 2003 the ffmpeg p
roject
* Copyright (
c) 2003 The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/qtrle.c
View file @
6dfa70f2
/*
/*
* Quicktime Animation (RLE) Video Decoder
* Quicktime Animation (RLE) Video Decoder
* Copyright (
C) 2004 the ffmpeg p
roject
* Copyright (
c) 2004 The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/ra144.c
View file @
6dfa70f2
/*
/*
* Real Audio 1.0 (14.4K)
* Real Audio 1.0 (14.4K)
* Copyright (c) 2003
the ffmpeg p
roject
* Copyright (c) 2003
The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/ra144.h
View file @
6dfa70f2
/*
/*
* Real Audio 1.0 (14.4K)
* Real Audio 1.0 (14.4K)
* Copyright (c) 2003
the ffmpeg p
roject
* Copyright (c) 2003
The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/ra288.c
View file @
6dfa70f2
/*
/*
* RealAudio 2.0 (28.8K)
* RealAudio 2.0 (28.8K)
* Copyright (c) 2003
the ffmpeg p
roject
* Copyright (c) 2003
The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/ra288.h
View file @
6dfa70f2
/*
/*
* RealAudio 2.0 (28.8K)
* RealAudio 2.0 (28.8K)
* Copyright (c) 2003
the ffmpeg p
roject
* Copyright (c) 2003
The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/roqvideodec.c
View file @
6dfa70f2
/*
/*
* Copyright (
C) 2003 the ffmpeg p
roject
* Copyright (
c) 2003 The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/rpza.c
View file @
6dfa70f2
/*
/*
* Quicktime Video (RPZA) Video Decoder
* Quicktime Video (RPZA) Video Decoder
* Copyright (
C) 2003 the ffmpeg p
roject
* Copyright (
c) 2003 The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/smc.c
View file @
6dfa70f2
/*
/*
* Quicktime Graphics (SMC) Video Decoder
* Quicktime Graphics (SMC) Video Decoder
* Copyright (
C) 2003 the ffmpeg p
roject
* Copyright (
c) 2003 The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/sp5x.h
View file @
6dfa70f2
/*
/*
* Sunplus JPEG tables
* Sunplus JPEG tables
* Copyright (c) 2003
the ffmpeg p
roject
* Copyright (c) 2003
The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/svq1.c
View file @
6dfa70f2
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
* ported to MPlayer by Arpi <arpi@thot.banki.hu>
* ported to MPlayer by Arpi <arpi@thot.banki.hu>
* ported to libavcodec by Nick Kurshev <nickols_k@mail.ru>
* ported to libavcodec by Nick Kurshev <nickols_k@mail.ru>
*
*
* Copyright (
C) 2002 the xine p
roject
* Copyright (
c) 2002 The Xine P
roject
* Copyright (
C) 2002 the ffmpeg p
roject
* Copyright (
c) 2002 The FFmpeg P
roject
*
*
* SVQ1 Encoder (c) 2004 Mike Melanson <melanson@pcisys.net>
* SVQ1 Encoder (c) 2004 Mike Melanson <melanson@pcisys.net>
*
*
...
...
libavcodec/svq1.h
View file @
6dfa70f2
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
* ported to MPlayer by Arpi <arpi@thot.banki.hu>
* ported to MPlayer by Arpi <arpi@thot.banki.hu>
* ported to libavcodec by Nick Kurshev <nickols_k@mail.ru>
* ported to libavcodec by Nick Kurshev <nickols_k@mail.ru>
*
*
* Copyright (
C) 2002 the xine p
roject
* Copyright (
c) 2002 The Xine P
roject
* Copyright (
C) 2002 the ffmpeg p
roject
* Copyright (
c) 2002 The FFmpeg P
roject
*
*
* SVQ1 Encoder (c) 2004 Mike Melanson <melanson@pcisys.net>
* SVQ1 Encoder (c) 2004 Mike Melanson <melanson@pcisys.net>
*
*
...
...
libavcodec/svq1_cb.h
View file @
6dfa70f2
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
* ported to MPlayer by Arpi <arpi@thot.banki.hu>
* ported to MPlayer by Arpi <arpi@thot.banki.hu>
* ported to libavcodec by Nick Kurshev <nickols_k@mail.ru>
* ported to libavcodec by Nick Kurshev <nickols_k@mail.ru>
*
*
* Copyright (
C) 2002 the xine p
roject
* Copyright (
c) 2002 The Xine P
roject
* Copyright (
C) 2002 the ffmpeg p
roject
* Copyright (
c) 2002 The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/svq1_vlc.h
View file @
6dfa70f2
/*
/*
*
copyright (C) 2003 the ffmpeg p
roject
*
Copyright (c) 2003 The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/svq1dec.c
View file @
6dfa70f2
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
* ported to MPlayer by Arpi <arpi@thot.banki.hu>
* ported to MPlayer by Arpi <arpi@thot.banki.hu>
* ported to libavcodec by Nick Kurshev <nickols_k@mail.ru>
* ported to libavcodec by Nick Kurshev <nickols_k@mail.ru>
*
*
* Copyright (
C) 2002 the xine p
roject
* Copyright (
c) 2002 The Xine P
roject
* Copyright (
C) 2002 the ffmpeg p
roject
* Copyright (
c) 2002 The FFmpeg P
roject
*
*
* SVQ1 Encoder (c) 2004 Mike Melanson <melanson@pcisys.net>
* SVQ1 Encoder (c) 2004 Mike Melanson <melanson@pcisys.net>
*
*
...
...
libavcodec/vmdaudio.c
View file @
6dfa70f2
/*
/*
* Sierra VMD audio decoder
* Sierra VMD audio decoder
* Copyright (
C) 2004 the ffmpeg p
roject
* Copyright (
c) 2004 The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/vmdvideo.c
View file @
6dfa70f2
/*
/*
* Sierra VMD video decoder
* Sierra VMD video decoder
* Copyright (
C) 2004 the ffmpeg p
roject
* Copyright (
c) 2004 The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/vp3.c
View file @
6dfa70f2
/*
/*
* Copyright (
C) 2003-2004 the ffmpeg p
roject
* Copyright (
c) 2003-2004 The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/vp3data.h
View file @
6dfa70f2
/*
/*
* copyright (C) 2003
the ffmpeg p
roject
* copyright (C) 2003
The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/vp3dsp.c
View file @
6dfa70f2
/*
/*
* Copyright (
C) 2004 the ffmpeg p
roject
* Copyright (
c) 2004 The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/vqavideo.c
View file @
6dfa70f2
/*
/*
* Westwood Studios VQA Video Decoder
* Westwood Studios VQA Video Decoder
* Copyright (
C) 2003 the ffmpeg p
roject
* Copyright (
c) 2003 The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/xan.c
View file @
6dfa70f2
/*
/*
* Wing Commander/Xan Video Decoder
* Wing Commander/Xan Video Decoder
* Copyright (
C) 2003 the ffmpeg p
roject
* Copyright (
c) 2003 The FFmpeg P
roject
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/xiph.c
View file @
6dfa70f2
/*
/*
* Copyright (C) 2007 FFmpeg Project
* Copyright (C) 2007
The
FFmpeg Project
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavcodec/xiph.h
View file @
6dfa70f2
/*
/*
* Copyright (C) 2007 FFmpeg Project
* Copyright (C) 2007
The
FFmpeg Project
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavformat/4xm.c
View file @
6dfa70f2
/*
/*
* 4X Technologies .4xm File Demuxer (no muxer)
* 4X Technologies .4xm File Demuxer (no muxer)
* Copyright (c) 2003 The
ff
mpeg Project
* Copyright (c) 2003 The
FF
mpeg Project
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavformat/electronicarts.c
View file @
6dfa70f2
/* Electronic Arts Multimedia File Demuxer
/* Electronic Arts Multimedia File Demuxer
* Copyright (c) 2004
The ff
mpeg Project
* Copyright (c) 2004
The FF
mpeg Project
* Copyright (c) 2006-2008 Peter Ross
* Copyright (c) 2006-2008 Peter Ross
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
...
...
libavformat/flic.c
View file @
6dfa70f2
/*
/*
* FLI/FLC Animation File Demuxer
* FLI/FLC Animation File Demuxer
* Copyright (c) 2003 The
ff
mpeg Project
* Copyright (c) 2003 The
FF
mpeg Project
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavformat/idcin.c
View file @
6dfa70f2
/*
/*
* id Quake II CIN File Demuxer
* id Quake II CIN File Demuxer
* Copyright (c) 2003 The
ff
mpeg Project
* Copyright (c) 2003 The
FF
mpeg Project
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavformat/idroqdec.c
View file @
6dfa70f2
/*
/*
* id RoQ (.roq) File Demuxer
* id RoQ (.roq) File Demuxer
* Copyright (c) 2003 The
ff
mpeg Project
* Copyright (c) 2003 The
FF
mpeg Project
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavformat/ipmovie.c
View file @
6dfa70f2
/*
/*
* Interplay MVE File Demuxer
* Interplay MVE File Demuxer
* Copyright (c) 2003 The
ff
mpeg Project
* Copyright (c) 2003 The
FF
mpeg Project
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavformat/matroska.c
View file @
6dfa70f2
/*
/*
* Matroska common data
* Matroska common data
* Copyright (c) 2003-2004 The
ff
mpeg Project
* Copyright (c) 2003-2004 The
FF
mpeg Project
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavformat/matroska.h
View file @
6dfa70f2
/*
/*
* Matroska constants
* Matroska constants
* Copyright (c) 2003-2004 The
ff
mpeg Project
* Copyright (c) 2003-2004 The
FF
mpeg Project
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavformat/psxstr.c
View file @
6dfa70f2
/*
/*
* Sony Playstation (PSX) STR File Demuxer
* Sony Playstation (PSX) STR File Demuxer
* Copyright (c) 2003 The
ff
mpeg Project
* Copyright (c) 2003 The
FF
mpeg Project
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavformat/segafilm.c
View file @
6dfa70f2
/*
/*
* Sega FILM Format (CPK) Demuxer
* Sega FILM Format (CPK) Demuxer
* Copyright (c) 2003 The
ff
mpeg Project
* Copyright (c) 2003 The
FF
mpeg Project
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavformat/sierravmd.c
View file @
6dfa70f2
/*
/*
* Sierra VMD Format Demuxer
* Sierra VMD Format Demuxer
* Copyright (c) 2004 The
ff
mpeg Project
* Copyright (c) 2004 The
FF
mpeg Project
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavformat/wc3movie.c
View file @
6dfa70f2
/*
/*
* Wing Commander III Movie (.mve) File Demuxer
* Wing Commander III Movie (.mve) File Demuxer
* Copyright (c) 2003 The
ff
mpeg Project
* Copyright (c) 2003 The
FF
mpeg Project
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavformat/westwood_aud.c
View file @
6dfa70f2
/*
/*
* Westwood Studios AUD Format Demuxer
* Westwood Studios AUD Format Demuxer
* Copyright (c) 2003 The
ff
mpeg Project
* Copyright (c) 2003 The
FF
mpeg Project
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
libavformat/westwood_vqa.c
View file @
6dfa70f2
/*
/*
* Westwood Studios VQA Format Demuxer
* Westwood Studios VQA Format Demuxer
* Copyright (c) 2003 The
ff
mpeg Project
* Copyright (c) 2003 The
FF
mpeg Project
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
*
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment