-
```
Add libvpx to naclports.
There's a big gap between the quality of theora and libvpx. libvpx gives us a
modern, royalty free codec for use in nacl.
```
Original issue reported on code.google.com…
-
### Description
Can't build the package with VS2022,
I get the errors while building the asm files.
> Returns: error MSB8066: Custom build .... exited with code -1073740791
for several files…
-
```
libvpx requires timebase numerator to be smaller than denominator, so its
magnitude must be < 1. It returns an error on encoder init otherwise.
There should be no reason for this limitation, set…
-
```
building vpx_scale_rtcd.h
[CREATE] vpx_scale_rtcd.h
/nix/store/pn5ckn51r8g7qbjff5cz1qyhz45q84lf-bash-4.3-p33/bin/bash:
/tmp/nix-build-libvpx.drv-0/libvpx-a5a5b11/build/make/rtcd.pl: /usr/bin/…
-
```
Since commit 7050074756c0642ab2742a2a5db85d9ac5f4e5e0 , the vp8 decoder cannot
decode a fragmented input.
VP9 is probably impacted as well, since the commit changes both
vp[8-9]_decode() functi…
-
```
The libvpx build inside chromium ends up leaving all the symbols defined in
assembly sources exported, rather than setting their visibility to hidden as is
typically done for C++ code in chromiu…
-
```
libvpx requires timebase numerator to be smaller than denominator, so its
magnitude must be < 1. It returns an error on encoder init otherwise.
There should be no reason for this limitation, set…
-
CVE-2023-5217 is a heap buffer overflow in libvpx's VP8 encoder, as many things such as electron and more are being tracked in this issue, so we can fix them in nixpkgs.
This vulnerability is yet t…
-
Hello,
for web delivery compatibility reason i would/should encode in VP9 in WebM container.
As Av1an support libvpx, could be possible for rav1ator-cli to support VP9 too ?
Thank you !
-
```
The libvpx build inside chromium ends up leaving all the symbols defined in
assembly sources exported, rather than setting their visibility to hidden as is
typically done for C++ code in chromiu…