theora icon indicating copy to clipboard operation
theora copied to clipboard

Reference implementation of the Theora video compression format.

Results 10 theora issues
Sort by recently updated
recently updated
newest added

This patch adds cmake support. This is currently used by vcpkg to build theora on windows under msvc (since msvc has excellent cmake support these days). The cmake script builds...

Currently, the windows msvc debug build of theora will crash due to the compiler identifying the use of uninitialized memory. These crashes can be traced back to some redundant assignments...

This solution fix build error with spack: [spack issue](https://github.com/spack/spack/issues/19312).

Addresses issue reported in https://bugs.debian.org/923940 about some symbols being unresolved.

Hi, I see a cmake build option for both ogg and vorbis, but not this great theora library. It would be great to be able to request one.

Some projects are removing Theora support for some reasons, including the fact the last official release was too many years ago, and also missing some important fixes (ome references below)....

FFmpeg / Google ossfuzz did run into 2 bad shifts while encoding with libtheora through FFmpeg. The first likely should be `*8` instead of `

[Microsoft X64 uses callee saved registers convention](https://learn.microsoft.com/en-us/cpp/build/x64-calling-convention) unlike the other architectures. The assembler optimizations don't account for this, and can overwrite some register values used by the calling function. In...

Within FFmpegs ossfuzz 2 issues seem to originate from libtheora. Iam not sure where to send these, as our libtheora maintainer seems inactive since many years and the libtheora mailman...

Hi there, it's cool to hear that the project isn't adbandoned yet. Bytheway, in order to be truly competitive on the scene, I believe it needs a serious modernization: since...