Update to openh264 2.3.0
- Decoder bug fix to correct the B-frame order in some case - Fixes to avoid hanging for multi-thread decoding - Some Enhancements and fixes for rate control - Assembly optimization for loongson platform - Some minor bug fixes One out of 669 tests from 63 test suites ran fine on amd64.
This commit is contained in:
parent
bfb46444bd
commit
498147aaa9
@ -1,9 +1,8 @@
|
||||
COMMENT = Cisco implementation of H.264 codec
|
||||
GH_ACCOUNT = cisco
|
||||
GH_PROJECT = openh264
|
||||
GH_TAGNAME = v2.2.0
|
||||
GH_TAGNAME = v2.3.0
|
||||
CATEGORIES = multimedia
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS = openh264 1.0 # 6.0
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (openh264-2.2.0.tar.gz) = 5OXIukjmS6bOYei24rdrLYcMdMJwFHZJCC/qu0DyWQU=
|
||||
SIZE (openh264-2.2.0.tar.gz) = 60275282
|
||||
SHA256 (openh264-2.3.0.tar.gz) = mbBpUnK+5zo7Ol/LGv70YsEaFC0dw1osYf71pLfWC8A=
|
||||
SIZE (openh264-2.3.0.tar.gz) = 60290792
|
||||
|
@ -7,6 +7,6 @@ include/wels/codec_def.h
|
||||
include/wels/codec_ver.h
|
||||
@static-lib lib/libopenh264.a
|
||||
@comment @so lib/libopenh264.so
|
||||
@comment lib/libopenh264.so.0
|
||||
@comment lib/libopenh264.so.1
|
||||
@lib lib/libopenh264.so.${LIBopenh264_VERSION}
|
||||
lib/pkgconfig/openh264.pc
|
||||
|
Loading…
Reference in New Issue
Block a user