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
124e2884
Commit
124e2884
authored
Oct 30, 2011
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some stray unnecessary ffmpeg references.
parent
d1dfcb08
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
21 additions
and
21 deletions
+21
-21
dvbsub.c
libavcodec/dvbsub.c
+1
-1
dvbsubdec.c
libavcodec/dvbsubdec.c
+1
-1
dvdsub_parser.c
libavcodec/dvdsub_parser.c
+1
-1
dvdsubdec.c
libavcodec/dvdsubdec.c
+1
-1
dvdsubenc.c
libavcodec/dvdsubenc.c
+1
-1
h263.c
libavcodec/h263.c
+1
-1
indeo3.c
libavcodec/indeo3.c
+1
-1
indeo3data.h
libavcodec/indeo3data.h
+1
-1
msmpeg4.c
libavcodec/msmpeg4.c
+2
-2
msmpeg4.h
libavcodec/msmpeg4.h
+1
-1
msmpeg4data.c
libavcodec/msmpeg4data.c
+1
-1
msmpeg4data.h
libavcodec/msmpeg4data.h
+1
-1
vf_drawtext.c
libavfilter/vf_drawtext.c
+1
-1
avio.c
libavformat/avio.c
+1
-1
aviobuf.c
libavformat/aviobuf.c
+1
-1
avisynth.c
libavformat/avisynth.c
+1
-1
file.c
libavformat/file.c
+1
-1
mpegts.c
libavformat/mpegts.c
+1
-1
os_support.c
libavformat/os_support.c
+1
-1
os_support.h
libavformat/os_support.h
+1
-1
No files found.
libavcodec/dvbsub.c
View file @
124e2884
/*
* DVB subtitle encoding
for ffmpeg
* DVB subtitle encoding
* Copyright (c) 2005 Fabrice Bellard
*
* This file is part of Libav.
...
...
libavcodec/dvbsubdec.c
View file @
124e2884
/*
* DVB subtitle decoding
for ffmpeg
* DVB subtitle decoding
* Copyright (c) 2005 Ian Caulfield
*
* This file is part of Libav.
...
...
libavcodec/dvdsub_parser.c
View file @
124e2884
/*
* DVD subtitle decoding
for ffmpeg
* DVD subtitle decoding
* Copyright (c) 2005 Fabrice Bellard
*
* This file is part of Libav.
...
...
libavcodec/dvdsubdec.c
View file @
124e2884
/*
* DVD subtitle decoding
for ffmpeg
* DVD subtitle decoding
* Copyright (c) 2005 Fabrice Bellard
*
* This file is part of Libav.
...
...
libavcodec/dvdsubenc.c
View file @
124e2884
/*
* DVD subtitle encoding
for ffmpeg
* DVD subtitle encoding
* Copyright (c) 2005 Wolfram Gloger
*
* This file is part of Libav.
...
...
libavcodec/h263.c
View file @
124e2884
/*
* 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
...
...
libavcodec/indeo3.c
View file @
124e2884
/*
* 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.
...
...
libavcodec/indeo3data.h
View file @
124e2884
/*
* 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.
...
...
libavcodec/msmpeg4.c
View file @
124e2884
/*
* 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"
...
...
libavcodec/msmpeg4.h
View file @
124e2884
/*
* 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.
...
...
libavcodec/msmpeg4data.c
View file @
124e2884
/*
* 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>
*
...
...
libavcodec/msmpeg4data.h
View file @
124e2884
/*
* 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>
*
...
...
libavfilter/vf_drawtext.c
View file @
124e2884
...
...
@@ -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
*/
...
...
libavformat/avio.c
View file @
124e2884
/*
*
Unbuffered io for ffmpeg system
*
unbuffered I/O
* Copyright (c) 2001 Fabrice Bellard
*
* This file is part of Libav.
...
...
libavformat/aviobuf.c
View file @
124e2884
/*
*
Buffered I/O for ffmpeg system
*
buffered I/O
* Copyright (c) 2000,2001 Fabrice Bellard
*
* This file is part of Libav.
...
...
libavformat/avisynth.c
View file @
124e2884
/*
* AVISynth support
for ffmpeg system
* AVISynth support
* Copyright (c) 2006 DivX, Inc.
*
* This file is part of Libav.
...
...
libavformat/file.c
View file @
124e2884
/*
*
Buffered file io for ffmpeg system
*
buffered file I/O
* Copyright (c) 2001 Fabrice Bellard
*
* This file is part of Libav.
...
...
libavformat/mpegts.c
View file @
124e2884
...
...
@@ -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
)
{
...
...
libavformat/os_support.c
View file @
124e2884
/*
*
Various utilities for ffmpeg system
*
various OS-feature replacement utilities
* Copyright (c) 2000, 2001, 2002 Fabrice Bellard
* copyright (c) 2002 Francois Revol
*
...
...
libavformat/os_support.h
View file @
124e2884
/*
* various
utilities for ffmpeg system
* various
OS-feature replacement utilities
* copyright (c) 2000, 2001, 2002 Fabrice Bellard
*
* This file is part of Libav.
...
...
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