minih264 icon indicating copy to clipboard operation
minih264 copied to clipboard

Minimalistic H264/SVC encoder single header library

Results 4 minih264 issues
Sort by recently updated
recently updated
newest added

I couldn't find any info about the state of multithreading in this library. Can you please explain more?

Hey Lieff, thanks for this library and `minimp4`, I'm compiling them to WASM for the web [here](https://github.com/mattdesl/mp4-h264) using Emscripten and it's working well. Something that came up is a [filesize...

Currently intrinsics ~15% slower.

performance

1. asm version seems to have undefined types ``` ./asm/minih264e_asm.h:33:59: error: unknown type name 'pix_t' H264E_API(int, h264e_transform_sub_quant_dequant, (const pix_t *inp, const pix_t *pred, int inp_stride, int mode, quant_t *q, const...