Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
mayhem-crash-oggjoin.patch | Avoid crashing in oggjoin on bogus input diff --git a/src/main/oggBOSExtractorFactory.cpp b/src/main/oggBOSExtractorFactory.cpp index 8bee556..7929e8e 100644 |
Petter Reinholdtsen <pere@hungry.com> | no | debian | 2014-10-22 | |
manual-typos.patch | fix typos in manual pages typos discovered by lintian. =================================================================== |
Petter Reinholdtsen <pere@hungry.com> | no | 2014-10-22 | ||
oggThumb-zero-getopt-long.patch | zero terminate getopt_long() argument Avoid crash on unknown command line arguments by making sure the array passed to getopt_long is null terminated. =================================================================== |
Petter Reinholdtsen <pere@hungry.com> | no | debian | 2014-10-22 | |
more-compiler-warnings.patch | enable more warnings from the compiler Ask the compiler to help us find bugs in the code. When all warnings are cleaned up, it is time to use -Werror to keep it that way. =================================================================== |
Petter Reinholdtsen <pere@hungry.com> | no | 2015-09-23 | ||
init-for-valgrind.patch | Initialize TheoraStreamParameter::colorspace. Avoid warning from valgrind about making decisions based on uninitialized values by making sure to initialize TheoraStreamParameter::colorspace to unspecified when creating a new object. |
Petter Reinholdtsen <pere@hungry.com> | no | 2016-05-24 | ||
import-cstring.patch | no | |||||
0007-Correct-man-page-install-destination.patch | Correct man page install destination Previous CMakeLists.txt wrongly installs man pages under /usr/man/. This patch fixes the problem by using ${CMAKE_INSTALL_PREFIX}/share/man/. |
Boyuan Yang <byang@debian.org> | no | 2021-09-09 | ||
1000-oggThumb-install-bin.patch | Install mkThumbs in bin, not sbin. Earlier it would be installed in sbin by cmake and bin by d/rules. No need to have it both places. === =================================================================== |
Petter Reinholdtsen <pere@hungry.com> | no | debian | 2024-04-11 |