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
43fb279f
Commit
43fb279f
authored
Apr 23, 2011
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace more FFmpeg instances by Libav or ffmpeg.
parent
6252040e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
general.texi
doc/general.texi
+1
-1
issue_tracker.txt
doc/issue_tracker.txt
+1
-1
ffserver.c
ffserver.c
+1
-1
avcodec.h
libavcodec/avcodec.h
+3
-3
dca.c
libavcodec/dca.c
+1
-1
No files found.
doc/general.texi
View file @
43fb279f
...
...
@@ -268,7 +268,7 @@ library:
@section Image Formats
FFmpeg
can read and write images for each frame of a video sequence. The
Libav
can read and write images for each frame of a video sequence. The
following image formats are supported:
@multitable @columnfractions .4 .1 .1 .4
...
...
doc/issue_tracker.txt
View file @
43fb279f
...
...
@@ -39,7 +39,7 @@ NOTE: issue = (bug report || patch || feature request)
Type:
-----
bug
An error, flaw, mistake, failure, or fault in
FF
mpeg or libav* that
An error, flaw, mistake, failure, or fault in
ff
mpeg or libav* that
prevents it from behaving as intended.
feature request
...
...
ffserver.c
View file @
43fb279f
...
...
@@ -2265,7 +2265,7 @@ static int http_prepare_data(HTTPContext *c)
/*
* HACK to avoid mpeg ps muxer to spit many underflow errors
* Default value from
FFmpeg
* Default value from
Libav
* Try to set it use configuration option
*/
c
->
fmt_ctx
.
preload
=
(
int
)(
0
.
5
*
AV_TIME_BASE
);
...
...
libavcodec/avcodec.h
View file @
43fb279f
...
...
@@ -960,7 +960,7 @@ typedef struct AVPanScan{
int64_t reordered_opaque;\
\
/**\
* hardware accelerator private data (
FFmpeg
allocated)\
* hardware accelerator private data (
Libav-
allocated)\
* - encoding: unused\
* - decoding: Set by libavcodec\
*/
\
...
...
@@ -2633,8 +2633,8 @@ typedef struct AVCodecContext {
* Hardware accelerator context.
* For some hardware accelerators, a global context needs to be
* provided by the user. In that case, this holds display-dependent
* data
FFmpeg
cannot instantiate itself. Please refer to the
*
FFmpeg
HW accelerator documentation to know how to fill this
* data
Libav
cannot instantiate itself. Please refer to the
*
Libav
HW accelerator documentation to know how to fill this
* is. e.g. for VA API, this is a struct vaapi_context.
* - encoding: unused
* - decoding: Set by user
...
...
libavcodec/dca.c
View file @
43fb279f
...
...
@@ -1798,7 +1798,7 @@ static int dca_decode_frame(AVCodecContext * avctx,
/* There is nothing that prevents a dts frame to change channel configuration
but
FFmpeg
doesn't support that so only set the channels if it is previously
but
Libav
doesn't support that so only set the channels if it is previously
unset. Ideally during the first probe for channels the crc should be checked
and only set avctx->channels when the crc is ok. Right now the decoder could
set the channels based on a broken first frame.*/
...
...
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