Skip to content

Commit a180c9d

Browse files
authored
Merge pull request #2767 from ruil2/add_link1.7
add v1.7 release notes
2 parents 0eb3239 + e575038 commit a180c9d

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

RELEASES

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11

22
Releases
33
-----------
4+
5+
v1.7.0
6+
------
7+
- Changed SPS/PPS strategy option name,See enum ENCODER_OPTION
8+
- Changed NAL size length parameter from static array to pointer to support more NALs.See struct SParserBsInfo
9+
- Changed semaphores to condition variables on apple platform
10+
- Changed version update mechanism as Major.Minor.patch,like 1.7.0
11+
- Supported to force IDR independently for each layer in simulcast AVC case.See API ForceIntraFrame()
12+
- Supported LTR request independently for each layer in simulcast AVC case.See struct SLTRRecoverRequest and SLTRMarkingFeedback
13+
- Supported to set sample aspect ratio in VUI on encoder side. See struct SSpatialLayerConfig
14+
- Supported to set profile and level, changed the default level as 4.1 if the user doesn’t set it. See enum ELevelIdc
15+
- Supported to get profile and level info on decoder side.See enum DECODER_OPTION
16+
- Supported for enable/disable AVX2 build option. Build option: HAVE_AVX2
17+
- Supported to set decoder statistics log interval, Add DECODER_OPTION_STATISTICS_LOG_INTERVAL.See DECODER_OPTION.
18+
- Supported for AU delimiter NAL on decoder side. AU delimiter refers to section 7.3.2.4
19+
- Supported for x86 PIC assembly and build option. Build option: ENABLEPIC. git issues:#2263 #2534
20+
- Supported for Cygwin x86_64 build
21+
- Supported to get sample aspect ratio by GetOption on decoder. Add option: DECODER_OPTION_GET_SAR_INFO
22+
- Set constraint_set4_flag constraint_set5_flag to align to CHP definition in latest H264 standard
23+
- Improved VUI support on decoder side
24+
- Improved decoder statistics info output
25+
- Refined the return value when failed in memory allocation
26+
- Added SSSE3 motion compensation routines
27+
- Added AVX2 motion compensation routines
28+
- Optimization on some of SSE2/MMX functions
29+
- Refactor rate control for RC_BUFFERBASED_MODE and RC_QUALITY_MODE mode
30+
- Added more unit tests for random resolution input,slice mode switch,profile/level setting
31+
- Refined logs
32+
- Bug fixes for 4:0:0 format support on decoder
33+
- Bug fixes for complexity calculation for screen content mode
34+
- Bug fixes for loadbalancing turn on, git issue:#2618
35+
- Bug fixes for parser subsps, scalling list, parser longer bitstream
36+
437
v1.6.0
538
------
639
- Adjusted the encoder API structures

0 commit comments

Comments
 (0)