Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
a93b9dba
Commit
a93b9dba
authored
21 years ago
by
Fabrice Bellard
Browse files
Options
Downloads
Patches
Plain Diff
mention libavformat API examples
Originally committed as revision 2070 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
8de65d4f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/faq.texi
+4
-0
4 additions, 0 deletions
doc/faq.texi
doc/ffmpeg-doc.texi
+4
-2
4 additions, 2 deletions
doc/ffmpeg-doc.texi
with
8 additions
and
2 deletions
doc/faq.texi
+
4
−
0
View file @
a93b9dba
...
@@ -52,6 +52,10 @@ Use @file{-} as filename.
...
@@ -52,6 +52,10 @@ Use @file{-} as filename.
@chapter Development
@chapter Development
@section Are there examples of use of the FFmpeg libraries libavcodec and libavformat ?
Yes. Read the Developers Guide of the FFmpeg documentation.
@section Can you support my C compiler XXX ?
@section Can you support my C compiler XXX ?
No. Only GCC is supported. GCC is ported on most systems available and I
No. Only GCC is supported. GCC is ported on most systems available and I
...
...
This diff is collapsed.
Click to expand it.
doc/ffmpeg-doc.texi
+
4
−
2
View file @
a93b9dba
...
@@ -467,8 +467,10 @@ valid results, then crashes.
...
@@ -467,8 +467,10 @@ valid results, then crashes.
decoding). See @file
{
libavcodec/apiexample.c
}
to see how to use it.
decoding). See @file
{
libavcodec/apiexample.c
}
to see how to use it.
@item libavformat is the library containing the file formats handling (mux and
@item libavformat is the library containing the file formats handling (mux and
demux code for several formats). (no example yet, the API is likely to
demux code for several formats). See @file
{
ffplay.c
}
to use it in a
evolve).
player. See @file
{
output
_
example.c
}
to use it to generate audio or video
streams.
@end itemize
@end itemize
@section Integrating libavcodec or libavformat in your program
@section Integrating libavcodec or libavformat in your program
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment