openh264 icon indicating copy to clipboard operation
openh264 copied to clipboard

Open Source H.264 Codec

Results 171 openh264 issues
Sort by recently updated
recently updated
newest added

Hii, Is it possible to just extract the motion vector data from a h264 encoded stream/frame without actually decoding the whole stream/frame.

` void RcGomTargetBits (sWelsEncCtx* pEncCtx, SSlice* pSlice) { SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[pEncCtx->uiDependencyId]; SWelsSvcRc* pWelsSvcRc_Base = NULL; SRCSlicing* pSOverRc = &pSlice->sSlicingOverRc; int32_t iAllocateBits = 0; int32_t iSumSad = 0; int32_t iLastGomIndex...

Hi, I am using dlopen to load the v2.2.0 openh264 mac arm64 binary in my application and it crashes. The crash log points to the dlopen line. is this a...

gcc 11.2.1 On the begging just summary metrics: ```console [tkloczko@barrel SPECS]$ rpmbuild -ba --with check --with failing_tests openh264.spec 2>&1 | grep -- \\[-W | sed 's/.*\[//; s/\]//' | sort |...

It seems that some years ago, ffmpeg started to specify the constrained flag as part of the baseline profile for openh264. Doing so, it passes the profile `PRO_BASELINE | (1

My goal is to build the openh264 library for the android project. For the following processor types: `arm64-v8a`, `armeabi-v7a`, `x86`, `x86_64`. macOS Mojave version `10.14.6` (18G87) clang++ Apple LLVM version...

Hello, i can't build openh264 on Windows with ndk version r21 using MSYS2 shell. I get the following repeating errors in log: > F:/Android/Sdk/ndk/21.0.6113669/build/core/add-application.mk:178: *** Android NDK: APP_STL stlport_shared is...

My goal is to build the openh264 library for the android project. For the following processor types: `arm64-v8a`, `armeabi-v7a`, `x86`, `x86_64`. Debian GNU/Linux 10 g++ version `8.3.0` NASM version `2.14`...

Used the following command to build make OS=android NDKROOT=/ndk TARGET=android-21 ERROR: home/lobsang/Downloads/backup/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/arm-linux-androideabi-strip --strip-unneeded ./libs/armeabi-v7a/libc++_shared.so make[1]: Leaving directory '/home/lobsang/Downloads/backup/openh264-openh264v2.1.0/codec/build/android/dec' ./gradlew test-dec:assembleDebug Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain make:...

/Users/mayajun/Downloads/android-ndk-r16b/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin/ld: error: cannot open crtbegin_so.o: No such file or directory /Users/mayajun/Downloads/android-ndk-r16b/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin/ld: error: cannot open crtend_so.o: No such file or directory /Users/mayajun/Downloads/android-ndk-r16b/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lstdc++ /Users/mayajun/Downloads/android-ndk-r16b/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lm...