cpp-cheat icon indicating copy to clipboard operation
cpp-cheat copied to clipboard

MOVING TO: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-content SEE README. C, C++, POSIX and Linux system programming minimal examples. Asserts used wherever possible. Hello wor...

Results 8 cpp-cheat issues
Sort by recently updated
recently updated
newest added

str2int_errno str2int(int *out, char *s, int base) should check s against NULL value first

Hi Ciro: With ffmpeg 4.1.3 and platform android, method encode_example in encode.c seems to work wrong, it only encode first frame successfully. Log of write frames as following: ![image](https://user-images.githubusercontent.com/2815473/59173479-a5c88480-8b7f-11e9-8eb5-192dca197c30.png)

ffmpeg
android

Hello, Thanks a lot for all the code sample you share. Just wondering : under which license is everything ? (more precisely : opengl/glfw_webcam_image_process.c file). To tell you more, I...

I think this would be much more useful if it could also encapsulate the raw stream into a container (perhaps as an optional step).

Tried this example: cpp-cheat/ffmpeg/encode.c It works with 320x240 but doesn't work if I change the size to 1280x720. I get segmentation fault. But why? How to work with 720p size...