Package: oggvideotools / 0.9.1-5.1

Metadata

Package Version Patches format
oggvideotools 0.9.1-5.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
mayhem crash oggjoin.patch | (download)

src/main/oggBOSExtractorFactory.cpp | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 avoid crashing in oggjoin on bogus input
manual typos.patch | (download)

docs/oggCat.1 | 6 3 + 3 - 0 !
docs/oggCut.1 | 6 4 + 2 - 0 !
docs/oggDump.1 | 4 2 + 2 - 0 !
docs/oggSlideshow.1 | 2 1 + 1 - 0 !
docs/oggSplit.1 | 2 1 + 1 - 0 !
docs/oggThumb.1 | 8 4 + 4 - 0 !
docs/oggThumb.html | 4 2 + 2 - 0 !
docs/oggTranscode.1 | 4 2 + 2 - 0 !
8 files changed, 19 insertions(+), 17 deletions(-)

 fix typos in manual pages
 typos discovered by lintian.
oggThumb zero getopt long.patch | (download)

src/binaries/oggThumb.cpp | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 zero terminate getopt_long() argument
 Avoid crash on unknown command line arguments by
 making sure the array passed to getopt_long is null
 terminated.
more compiler warnings.patch | (download)

CMakeLists.txt | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 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.
init for valgrind.patch | (download)

src/ovt_theora/theoraStreamParameter.cpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 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.
import cstring.patch | (download)

src/base/test/decoderTest.cpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---