No description
Find a file
Thomala Srinivas 5c3b992b6f libavcenc: Fix B frame incomplete subgop issue
The encoder doesn't return remaining frames if last subgop is
incomplete. This problem is solved by swapping last NULL P frame
(as subgop is incomplete last P frame will be NULL) with the
last valid (non- NULL) B frame. Complete subgop swapping is not done.

Also update MAX_NUM_BFRAMES to 8 and added a separate macro to
define maximum number of pictures in input queue

Bug: 132063959
Test: run cts -m CtsMediaTestCases \
 -t android.media.cts.VideoEncoderTest
Change-Id: I9625c5f5f64ec60032c44dad54f735991921d6dd
2019-05-10 15:06:15 -07:00
common Decoder: Replacing some numbers with equivalent macros. 2019-03-28 14:40:47 -07:00
decoder decoder: Treat unsupported feature errors as fatal errors 2019-04-30 17:14:01 -07:00
encoder libavcenc: Fix B frame incomplete subgop issue 2019-05-10 15:06:15 -07:00
test Encoder: Increased max supported bitrate 2019-04-15 12:42:48 -07:00
Android.bp Remove libavc sanitizer diagnostics. 2019-02-12 11:07:58 -08:00
libavc_blacklist.txt Additional libavc blacklisted functions. 2019-01-11 13:28:47 -08:00
MODULE_LICENSE_APACHE2 Add MODULE_LICENSE_* and NOTICE file for libavc projet. 2016-03-14 14:36:00 -07:00
NOTICE Add MODULE_LICENSE_* and NOTICE file for libavc projet. 2016-03-14 14:36:00 -07:00
OWNERS libavc: Add hkuang to owners. 2018-01-10 13:47:32 -08:00