Skip to content

Ijkplayer#11

Open
openboy2012 wants to merge 7112 commits intobilibili:masterfrom
openboy2012:ijkplayer
Open

Ijkplayer#11
openboy2012 wants to merge 7112 commits intobilibili:masterfrom
openboy2012:ijkplayer

Conversation

@openboy2012
Copy link

No description provided.

mvji and others added 30 commits April 1, 2018 15:39
…_list()

example:

AVPixelFormat pixFmts[] = { AV_PIX_FMT_RGB24, AV_PIX_FMT_RGBA };
int loss = 0;
AVPixelFormat best = avcodec_find_best_pix_fmt_of_list(pixFmts, AV_PIX_FMT_BGRA, 1, &loss);

best is AV_PIX_FMT_RGB24. But AV_PIX_FMT_RGBA is better.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Fixes #6563.

Signed-off-by: Paul B Mahol <onemda@gmail.com>
Fixes #4889.

Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Josh de Kock <josh@itanimul.li>
Signed-off-by: Josh de Kock <josh@itanimul.li>
fix commit 2238190 break the "ffmpeg -muxers/demuxers".

Signed-off-by: Jun Zhao <mypopydev@gmail.com>
Signed-off-by: Josh de Kock <josh@itanimul.li>
Support for it was apparently never in the codebase, and the enum
values were recently removed from the public headers [1]

Fixes build with latest libaom build.

[1] https://aomedia.googlesource.com/aom/+/2e3cd5c5c30fa02134681cda900c32486807af3f

Signed-off-by: James Almer <jamrial@gmail.com>
And fix the entry in doc/APIchanges

Signed-off-by: James Almer <jamrial@gmail.com>
This reverts commit 909e00a.

There is no need to use the old API anymore as the new API now
behaves in the same way (treating devices as formats when loaded).

Signed-off-by: Josh de Kock <josh@itanimul.li>
Signed-off-by: Josh de Kock <josh@itanimul.li>
avdevice_register_all() is still required to register devices into
lavf (this is required due to lavd being somewhat of a hack).

Signed-off-by: Josh de Kock <josh@itanimul.li>
Signed-off-by: Josh de Kock <josh@itanimul.li>
It works as a drop in replacement for the deprecated av_dup_packet(),
to ensure a packet is reference counted.

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
…ef counted

Simplifies code.

Signed-off-by: James Almer <jamrial@gmail.com>
…s are ref counted

Partially reverts commit e91f0c4, simplifying code.

Signed-off-by: James Almer <jamrial@gmail.com>
…counted

Simplifies code.

Signed-off-by: James Almer <jamrial@gmail.com>
…ef counted

Simplifies code, while also fixing a potential leak of side data in pkt.

Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This is a profile supporting > 8-bit video and has a higher quality DCT
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Fate output changes and under close inspection looks more correct.
Fixes #6187.

Signed-off-by: Paul B Mahol <onemda@gmail.com>
Fixes ticket #6434.

Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Marton Balint <cus@passwd.hu>
xinzhengzhang and others added 30 commits June 15, 2018 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.