Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
89b503b5
Commit
89b503b5
authored
Apr 23, 2011
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Lowercase all ff* program names.
parent
3a50894e
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
18 additions
and
18 deletions
+18
-18
ffmpeg.texi
doc/ffmpeg.texi
+3
-3
ffplay.texi
doc/ffplay.texi
+2
-2
ffprobe.texi
doc/ffprobe.texi
+3
-3
ffserver.texi
doc/ffserver.texi
+3
-3
ffmpeg.c
ffmpeg.c
+2
-2
ffplay.c
ffplay.c
+2
-2
ffprobe.c
ffprobe.c
+2
-2
ffserver.c
ffserver.c
+1
-1
No files found.
doc/ffmpeg.texi
View file @
89b503b5
\input
texinfo @c -*- texinfo -*-
@settitle
FF
mpeg Documentation
@settitle
ff
mpeg Documentation
@titlepage
@center @titlefont
{
FF
mpeg Documentation
}
@center @titlefont
{
ff
mpeg Documentation
}
@end titlepage
@top
...
...
@@ -1046,7 +1046,7 @@ file to which you want to add them.
@ignore
@setfilename ffmpeg
@settitle
FF
mpeg video converter
@settitle
ff
mpeg video converter
@c man begin SEEALSO
ffplay(1), ffprobe(1), ffserver(1) and the Libav HTML documentation
...
...
doc/ffplay.texi
View file @
89b503b5
\input
texinfo @c -*- texinfo -*-
@settitle
FF
play Documentation
@settitle
ff
play Documentation
@titlepage
@center @titlefont
{
FF
play Documentation
}
@center @titlefont
{
ff
play Documentation
}
@end titlepage
@top
...
...
doc/ffprobe.texi
View file @
89b503b5
\input
texinfo @c -*- texinfo -*-
@settitle
FF
probe Documentation
@settitle
ff
probe Documentation
@titlepage
@center @titlefont
{
FF
probe Documentation
}
@center @titlefont
{
ff
probe Documentation
}
@end titlepage
@top
...
...
@@ -119,7 +119,7 @@ with name "STREAM".
@ignore
@setfilename ffprobe
@settitle
FF
probe media prober
@settitle
ff
probe media prober
@c man begin SEEALSO
ffmpeg(1), ffplay(1), ffserver(1) and the Libav HTML documentation
...
...
doc/ffserver.texi
View file @
89b503b5
\input
texinfo @c -*- texinfo -*-
@settitle
FF
server Documentation
@settitle
ff
server Documentation
@titlepage
@center @titlefont
{
FF
server Documentation
}
@center @titlefont
{
ff
server Documentation
}
@end titlepage
@top
...
...
@@ -261,7 +261,7 @@ rather than as a daemon.
@ignore
@setfilename ffserver
@settitle
FF
server video server
@settitle
ff
server video server
@c man begin SEEALSO
...
...
ffmpeg.c
View file @
89b503b5
/*
*
FF
mpeg main
*
ff
mpeg main
* Copyright (c) 2000-2003 Fabrice Bellard
*
* This file is part of Libav.
...
...
@@ -78,7 +78,7 @@
#include "libavutil/avassert.h"
const
char
program_name
[]
=
"
FF
mpeg"
;
const
char
program_name
[]
=
"
ff
mpeg"
;
const
int
program_birth_year
=
2000
;
/* select an input stream for an output stream */
...
...
ffplay.c
View file @
89b503b5
/*
*
FF
play : Simple Media Player based on the Libav libraries
*
ff
play : Simple Media Player based on the Libav libraries
* Copyright (c) 2003 Fabrice Bellard
*
* This file is part of Libav.
...
...
@@ -55,7 +55,7 @@
#include <unistd.h>
#include <assert.h>
const
char
program_name
[]
=
"
FF
play"
;
const
char
program_name
[]
=
"
ff
play"
;
const
int
program_birth_year
=
2003
;
//#define DEBUG
...
...
ffprobe.c
View file @
89b503b5
/*
*
FF
probe : Simple Media Prober based on the Libav libraries
*
ff
probe : Simple Media Prober based on the Libav libraries
* Copyright (c) 2007-2010 Stefano Sabatini
*
* This file is part of Libav.
...
...
@@ -28,7 +28,7 @@
#include "libavdevice/avdevice.h"
#include "cmdutils.h"
const
char
program_name
[]
=
"
FF
probe"
;
const
char
program_name
[]
=
"
ff
probe"
;
const
int
program_birth_year
=
2007
;
static
int
do_show_format
=
0
;
...
...
ffserver.c
View file @
89b503b5
...
...
@@ -59,7 +59,7 @@
#include "cmdutils.h"
const
char
program_name
[]
=
"
FF
server"
;
const
char
program_name
[]
=
"
ff
server"
;
const
int
program_birth_year
=
2000
;
static
const
OptionDef
options
[];
...
...
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