mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
Replace more FFmpeg instances by Libav or ffmpeg.
This commit is contained in:
parent
6252040e77
commit
43fb279f56
@ -268,7 +268,7 @@ library:
|
|||||||
|
|
||||||
@section Image Formats
|
@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:
|
following image formats are supported:
|
||||||
|
|
||||||
@multitable @columnfractions .4 .1 .1 .4
|
@multitable @columnfractions .4 .1 .1 .4
|
||||||
|
@ -39,7 +39,7 @@ NOTE: issue = (bug report || patch || feature request)
|
|||||||
Type:
|
Type:
|
||||||
-----
|
-----
|
||||||
bug
|
bug
|
||||||
An error, flaw, mistake, failure, or fault in FFmpeg or libav* that
|
An error, flaw, mistake, failure, or fault in ffmpeg or libav* that
|
||||||
prevents it from behaving as intended.
|
prevents it from behaving as intended.
|
||||||
|
|
||||||
feature request
|
feature request
|
||||||
|
@ -2265,7 +2265,7 @@ static int http_prepare_data(HTTPContext *c)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* HACK to avoid mpeg ps muxer to spit many underflow errors
|
* 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
|
* Try to set it use configuration option
|
||||||
*/
|
*/
|
||||||
c->fmt_ctx.preload = (int)(0.5*AV_TIME_BASE);
|
c->fmt_ctx.preload = (int)(0.5*AV_TIME_BASE);
|
||||||
|
@ -960,7 +960,7 @@ typedef struct AVPanScan{
|
|||||||
int64_t reordered_opaque;\
|
int64_t reordered_opaque;\
|
||||||
\
|
\
|
||||||
/**\
|
/**\
|
||||||
* hardware accelerator private data (FFmpeg allocated)\
|
* hardware accelerator private data (Libav-allocated)\
|
||||||
* - encoding: unused\
|
* - encoding: unused\
|
||||||
* - decoding: Set by libavcodec\
|
* - decoding: Set by libavcodec\
|
||||||
*/\
|
*/\
|
||||||
@ -2633,8 +2633,8 @@ typedef struct AVCodecContext {
|
|||||||
* Hardware accelerator context.
|
* Hardware accelerator context.
|
||||||
* For some hardware accelerators, a global context needs to be
|
* For some hardware accelerators, a global context needs to be
|
||||||
* provided by the user. In that case, this holds display-dependent
|
* provided by the user. In that case, this holds display-dependent
|
||||||
* data FFmpeg cannot instantiate itself. Please refer to the
|
* data Libav cannot instantiate itself. Please refer to the
|
||||||
* FFmpeg HW accelerator documentation to know how to fill this
|
* Libav HW accelerator documentation to know how to fill this
|
||||||
* is. e.g. for VA API, this is a struct vaapi_context.
|
* is. e.g. for VA API, this is a struct vaapi_context.
|
||||||
* - encoding: unused
|
* - encoding: unused
|
||||||
* - decoding: Set by user
|
* - decoding: Set by user
|
||||||
|
@ -1798,7 +1798,7 @@ static int dca_decode_frame(AVCodecContext * avctx,
|
|||||||
|
|
||||||
|
|
||||||
/* There is nothing that prevents a dts frame to change channel configuration
|
/* 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
|
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
|
and only set avctx->channels when the crc is ok. Right now the decoder could
|
||||||
set the channels based on a broken first frame.*/
|
set the channels based on a broken first frame.*/
|
||||||
|
Loading…
Reference in New Issue
Block a user