Skip to content

Commit

Permalink
Update the release note and readme files for version 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiboZhu committed Jul 4, 2016
1 parent ec70649 commit af8240a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -34,7 +34,7 @@ CCASFLAGS=$(CFLAGS)
STATIC_LDFLAGS=-lstdc++

VERSION=1.6
SHAREDLIBVERSION=2
SHAREDLIBVERSION=0

This comment has been minimized.

Copy link
@jbeich

jbeich Jul 11, 2016

Is the ABI compatible with v1.4.0 that also uses SHAREDLIBVERSION=0?


ifeq (,$(wildcard $(SRC_PATH)gmp-api))
HAVE_GMP_API=No
Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -4,12 +4,13 @@ OpenH264 is a codec library which supports H.264 encoding and decoding. It is su

Encoder Features
----------------
- Constrained Baseline Profile up to Level 5.2 (4096x2304)
- Constrained Baseline Profile up to Level 5.2 (Max frame size is 36864 macro-blocks)
- Arbitrary resolution, not constrained to multiples of 16x16
- Rate control with adaptive quantization, or constant quantization
- Slice options: 1 slice per frame, N slices per frame, N macroblocks per slice, or N bytes per slice
- Multiple threads automatically used for multiple slices
- Temporal scalability up to 4 layers in a dyadic hierarchy
- Simulcast AVC up to 4 resolutions from a single input
- Spatial simulcast up to 4 resolutions from a single input
- Long Term Reference (LTR) frames
- Memory Management Control Operation (MMCO)
Expand Down
21 changes: 21 additions & 0 deletions RELEASES
@@ -1,6 +1,27 @@

Releases
-----------
v1.6.0
------
- Adjusted the encoder API structures
- Removed the unused data format in decoder API
- Encoder support of simulcast AVC
- Added support of video signal type present information
- Added support of encoder load-balancing
- Improved encoder multi-threads, rate control and down-sampling
- Fixed the frame size constraint in encoder
- Bug fixes for rate control, multi-threading, simulcasting in encoder
- Bug fixes for interface call, return value check, memory leak in decoder
- Bug fixes for UT and statistic information
- Bug fixes for assembly code
- Remove the unused and redundant code
- Improvements on UT, memory allocation failed protection, error-protection in decoder, input parameters checking in encoder, assembly for AVX2 support, assembly code performance, logging and documentation
- Correct some typos in source code and documents

v1.5.3
------
- Bug fixes for GMP Plugin

v1.5.2
------
- Fix GMP Plugin causing the Browser crash on Android
Expand Down

0 comments on commit af8240a

Please sign in to comment.