Package: oggvideotools / 0.8a-4

Metadata

Package Version Patches format
oggvideotools 0.8a-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
version 0.8a 1.patch | (download)

docs/oggThumb.1 | 6 3 + 3 - 0 !
docs/oggThumb.html | 4 2 + 2 - 0 !
src/CMakeLists.txt | 3 2 + 1 - 0 !
src/oggCat.cpp | 1 1 + 0 - 0 !
src/oggCut.cpp | 1 1 + 0 - 0 !
src/oggDump.cpp | 1 1 + 0 - 0 !
src/oggLength.cpp | 1 1 + 0 - 0 !
src/oggSilence.cpp | 1 1 + 0 - 0 !
src/oggSlideshow.cpp | 1 1 + 0 - 0 !
src/oggTranscode.cpp | 1 1 + 0 - 0 !
10 files changed, 14 insertions(+), 6 deletions(-)

 changes foudn in version 0.8a-1
mayhem crash oggjoin.patch | (download)

src/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 | 2 1 + 1 - 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 | 6 3 + 3 - 0 !
docs/oggTranscode.1 | 4 2 + 2 - 0 !
7 files changed, 13 insertions(+), 13 deletions(-)

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

src/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.