Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
1000-debian-build-rules.patch | Debian build rules Use sustem a52 library, fix install target to not install directly in /usr/bin/, build shared library and fix build flags for some architectures. Based on patch in version 1.5.4-5 by David Martínez Moreno <ender@debian.org>. |
Petter Reinholdtsen <pere@debian.org> | no | 2014-05-27 | ||
1010-alpha-largefile.patch | Fix FTBFS on Alpha Added #define __USE_LARGEFILE64 in mpeg3private.h for finally resolving the FTBFS in Alpha. |
David Martínez Moreno <ender@debian.org> | no | |||
1020-prototype-free.patch | Include <stdlib.h> to find free() Avoid compiler warning and possible runtime problem. | Petter Reinholdtsen <pere@debian.org> | no | 2014-05-27 | ||
1030-fix-format-security-error.patch | Fix security related format errors. Get the source building using -Wformat -Werrors=format-security, to make it possible to build library with hardening enabled. |
Petter Reinholdtsen <pere@debian.org> | no | 2014-05-27 | ||
1040-fix-video-alpha.patch | Fixed color conversion macros. Alpha component should be pixel maximum. Patch from Einar Rünkaru <einarry@smail.ee> and the Cinelerra community. |
Petter Reinholdtsen <pere@debian.org> | no | 2014-05-28 | ||
1050-fix-fake-css.patch | Correct fake mpeg3_decrypt_packet() implementation. The fake function do not match the real one. | Petter Reinholdtsen <pere@debian.org> | no | 2014-05-28 | ||
1060-handle-hdv-m2t.patch | Recognize HDV files that have a .m2t file extension. Patch from Dan Streetman and Johannes Sixt via the Cinelerra project. | Petter Reinholdtsen <pere@debian.org> | no | 2014-05-27 | ||
1070-fix-format-strings.patch | Fix format related warnings. Mostly changes from using the ll modifier to using the j modifier for int64_t values, but some other issues too. This get rid of most compiler warnings. |
Petter Reinholdtsen <pere@debian.org> | no | 2014-05-28 | ||
1080-missing-include.patch | Add missing system include files. Find getcwd() in mpeg3io.c. Find gettimeofday() in mpeg3toc.c. |
Petter Reinholdtsen <pere@debian.org> | no | 2014-05-28 | ||
1090-missing-prototypes.patch | Add missing function prototypes. Several function calls are done without having the prototype of the function known. This patch fixes several of these issues. |
Petter Reinholdtsen <pere@debian.org> | no | 2014-05-28 | ||
1100-header-comment-fix.patch | Fix typo in mpeg3protos.h comment. Avoid this warning from the compiler: mpeg3protos.h:401:1: warning: "/*" within comment [-Wcomment] |
Petter Reinholdtsen <pere@debian.org> | no | 2014-06-06 |