openh264
openh264 copied to clipboard
Open Source H.264 Codec
Hi! Have you ever considered dedicated support for RISC-V? After brief research, I noticed that OpenH264 implements optimizations based on ARM `NEON` extension (SIMD instruction set). The same improvements might...
## Description For aarch64 platform, I have built " OpenH264 " from source. ## Steps Following STEPS (https://github.com/cisco/openh264#using-make) were used for the building and installation: ~~~ sudo apt update sudo...
Simply click on a video previous period in in the timebar (previous to the actual moment running), could be either by a native player or in firefox. The image stops...
Hello. I'm trying to install the OpenH264 Cisco vide codec on my Firefox, Kali Linux ARM64. It cannot be installed via Firefox, though. Could you please give me a piece...
I'm attempting to use this library with `libheif` on an iOS device with an arm64e build, however I get the following segfault: ``` Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS...
Is it possible to move WelsGetCodecVersion and WelsGetCodecVersionEx to a file in the common folder?
I am experimenting with a custom build of this library where I only want the decoder and not the encoder. But I would also like to be able to use...
OpenBSD 7.3+ requires xonly.
Will openh264 encode distinguish between IDR frames and I frames? I measured that there are only IDR frames and P frames, not I frames.
`gtest` requires C++14: ``` FAILED: test/api/test_api.p/BaseDecoderTest.cpp.o /usr/bin/clang++ -Itest/api/test_api.p -Itest/api -I../openh264-2.5.0/test/api -Icodec/api/wels -I../openh264-2.5.0/codec/api/wels -I../openh264-2.5.0/codec/common/inc -Itest -I../openh264-2.5.0/test -I/opt/local/include -fdiagnostics-color=always -Wall -Winvalid-pch -O2 -g -Wno-non-virtual-dtor -Werror -Wunused-but-set-variable -Wno-strict-aliasing -DHAVE_AVX2 -pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk...
Would be nice to get testing instructions, so that people can independently confirm bugs (like https://github.com/cisco/openh264/issues/3808) with codecs using different configurations and clean virtual machines.