View Git repositories
Name Status Last Modified Last Commit
lp:ubuntu/wily/libmad 1 Development 2015-05-05 16:23:04 UTC
20. * Merge from Debian testing, remainin...

Author: Matt Fischer
Revision Date: 2013-10-21 21:25:24 UTC

* Merge from Debian testing, remaining changes:
  - Disable architecture specific optimisations on ARM, as there is a bug in
    this codepath which causes segfaults, and the assembler is very old
    (likely bitrotted). (LP: #989846)

lp:ubuntu/vivid/libmad 2 Mature 2014-10-26 06:37:22 UTC
20. * Merge from Debian testing, remainin...

Author: Matt Fischer
Revision Date: 2013-10-21 21:25:24 UTC

* Merge from Debian testing, remaining changes:
  - Disable architecture specific optimisations on ARM, as there is a bug in
    this codepath which causes segfaults, and the assembler is very old
    (likely bitrotted). (LP: #989846)

lp:ubuntu/utopic/libmad 2 Mature 2014-04-23 22:37:58 UTC
20. * Merge from Debian testing, remainin...

Author: Matt Fischer
Revision Date: 2013-10-21 21:25:24 UTC

* Merge from Debian testing, remaining changes:
  - Disable architecture specific optimisations on ARM, as there is a bug in
    this codepath which causes segfaults, and the assembler is very old
    (likely bitrotted). (LP: #989846)

lp:ubuntu/trusty-proposed/libmad bug 1 Development 2013-10-24 02:31:38 UTC
20. * Merge from Debian testing, remainin...

Author: Matt Fischer
Revision Date: 2013-10-21 21:25:24 UTC

* Merge from Debian testing, remaining changes:
  - Disable architecture specific optimisations on ARM, as there is a bug in
    this codepath which causes segfaults, and the assembler is very old
    (likely bitrotted). (LP: #989846)

lp:ubuntu/trusty/libmad 2 Mature 2013-10-21 21:25:24 UTC
20. * Merge from Debian testing, remainin...

Author: Matt Fischer
Revision Date: 2013-10-21 21:25:24 UTC

* Merge from Debian testing, remaining changes:
  - Disable architecture specific optimisations on ARM, as there is a bug in
    this codepath which causes segfaults, and the assembler is very old
    (likely bitrotted). (LP: #989846)

lp:ubuntu/saucy/libmad 2 Mature 2013-04-26 12:45:35 UTC
19. Disable architecture specific optimis...

Author: Iain Lane
Revision Date: 2012-12-12 12:10:33 UTC

Disable architecture specific optimisations on ARM, as there is a bug in
this codepath which causes segfaults, and the assembler is very old
(likely bitrotted). (LP: #989846)

lp:ubuntu/raring-proposed/libmad bug 2 Mature 2012-12-12 14:12:29 UTC
19. Disable architecture specific optimis...

Author: Iain Lane
Revision Date: 2012-12-12 12:10:33 UTC

Disable architecture specific optimisations on ARM, as there is a bug in
this codepath which causes segfaults, and the assembler is very old
(likely bitrotted). (LP: #989846)

lp:ubuntu/raring/libmad 1 Development 2012-12-12 12:10:33 UTC
19. Disable architecture specific optimis...

Author: Iain Lane
Revision Date: 2012-12-12 12:10:33 UTC

Disable architecture specific optimisations on ARM, as there is a bug in
this codepath which causes segfaults, and the assembler is very old
(likely bitrotted). (LP: #989846)

lp:ubuntu/quantal/libmad 2 Mature 2012-04-26 20:58:33 UTC
18. releasing version 0.15.1b-7ubuntu1

Author: Steve Langasek
Revision Date: 2012-02-06 20:19:16 UTC

releasing version 0.15.1b-7ubuntu1

lp:ubuntu/precise/libmad 2 Mature 2012-02-06 20:19:16 UTC
18. releasing version 0.15.1b-7ubuntu1

Author: Steve Langasek
Revision Date: 2012-02-06 20:19:16 UTC

releasing version 0.15.1b-7ubuntu1

lp:ubuntu/oneiric/libmad 2 Mature 2011-04-28 19:36:50 UTC
12. * Merge from debian unstable. Remain...

Author: Oliver Grawert
Revision Date: 2010-11-24 14:12:57 UTC

* Merge from debian unstable. Remaining changes:
  - libmad.thumb.diff: use "adr" instead of "add" to make code ready for
    thumb2
  - Provide-Thumb-2-alternative-code-for-MAD_F_MLN.diff: fix another
    ftbfs with thumb2 as "rsc" doesnt exist anymore - thanks to Dave
    Martin for this patch (LP: #534287).
* Update Provide-Thumb-2-alternative-code-for-MAD_F_MLN.diff according
  to LP: bug #587632 and drop -marm

lp:ubuntu/natty/libmad bug 2 Mature 2010-11-24 14:14:36 UTC
12. * Merge from debian unstable. Remain...

Author: Oliver Grawert
Revision Date: 2010-11-24 14:12:57 UTC

* Merge from debian unstable. Remaining changes:
  - libmad.thumb.diff: use "adr" instead of "add" to make code ready for
    thumb2
  - Provide-Thumb-2-alternative-code-for-MAD_F_MLN.diff: fix another
    ftbfs with thumb2 as "rsc" doesnt exist anymore - thanks to Dave
    Martin for this patch (LP: #534287).
* Update Provide-Thumb-2-alternative-code-for-MAD_F_MLN.diff according
  to LP: bug #587632 and drop -marm

lp:~dave-martin-arm/ubuntu/maverick/libmad/fix-thumb2-MAD_F_MLN bug 1 Development 2010-09-15 14:05:13 UTC
11. Fix inline assembler register usage i...

Author: Dave Martin
Revision Date: 2010-09-15 14:03:23 UTC

Fix inline assembler register usage in Thumb-2 code for MAD_F_MLN on arm.
This appears to have been causing the output of some computations to be
corrupted, by using a register as input after it was clobbered.

(Proposed as fix for LP: #587632)

lp:ubuntu/maverick/libmad bug 2 Mature 2010-09-15 08:11:23 UTC
11. build with -marm on armel (LP: #587632)

Author: Oliver Grawert
Revision Date: 2010-09-14 14:37:42 UTC

build with -marm on armel (LP: #587632)

lp:~dave-martin-arm/ubuntu/lucid/libmad/hack-use-arm-for-MAD_F_MLN 1 Development 2010-09-14 13:58:00 UTC
10. Debug hack: Switch to ARM around MAD_...

Author: Dave Martin
Revision Date: 2010-09-14 13:54:56 UTC

Debug hack: Switch to ARM around MAD_F_MLN, using the old ARM code.

lp:ubuntu/lucid/libmad bug 1 Development 2010-03-19 22:25:35 UTC
10. * libmad.thumb.diff: use "adr" instea...

Author: Alexander Sack
Revision Date: 2010-03-19 13:09:26 UTC

* libmad.thumb.diff: use "adr" instead of "add" to make code ready for
  thumb2 (LP: #513734)
* Provide-Thumb-2-alternative-code-for-MAD_F_MLN.diff: fix another
  ftbfs with thumb2 as "rsc" doesnt exist anymore - thanks to Dave
  Martin for this patch (LP: #534287).

lp:ubuntu/karmic/libmad 2 Mature 2009-11-03 19:01:50 UTC
8. On an invalid mpeg file we can go pas...

Author: Kurt Roeckx
Revision Date: 2008-12-23 21:38:34 UTC

On an invalid mpeg file we can go past the end of the buffer.
(Closes: #508133)

lp:ubuntu/jaunty/libmad 2 Mature 2009-11-03 19:01:19 UTC
8. On an invalid mpeg file we can go pas...

Author: Kurt Roeckx
Revision Date: 2008-12-23 21:38:34 UTC

On an invalid mpeg file we can go past the end of the buffer.
(Closes: #508133)

lp:ubuntu/intrepid/libmad 2 Mature 2009-11-03 19:00:57 UTC
7. * Acknowledge NMU * Use DEB_DH_MAKESH...

Author: Kurt Roeckx
Revision Date: 2008-03-15 13:51:31 UTC

* Acknowledge NMU
* Use DEB_DH_MAKESHLIBS_ARGS_libmad0 instead to set shlibs.
* Update Clément Stenac's email address to use zorglub@debian.org
* Add build dependency on autotools-dev, quilt
* Don't use -O plus some other -f options, just use -O2. (Closes: #415279)
* Use the 64bit fixed point math on amd64 to have a higher quality
  output than the default. (Closes: #465438)
* Bump shlibs since it changes the size of mad_build on amd64.
* Add compat file, level 5. Change build dependency of debhelper to 5.
* Don't set -lm in the mad.pc file. libmad doesn't use any math function.
* Remove libmad0 Depends on pkg-config.
* Change to Standards-Version 3.7.3:
  - Change ${Source-Version} into ${binary:Version}

lp:ubuntu/hardy/libmad 2 Mature 2009-11-03 19:00:31 UTC
6. * Don't build with -fforce-mem (depre...

Author: Matthias Klose
Revision Date: 2007-09-10 13:24:41 UTC

* Don't build with -fforce-mem (deprecated since GCC 4.1).
* Set Ubuntu maintainer address.

lp:ubuntu/gutsy/libmad 1 Development 2009-11-03 19:00:05 UTC
6. * Don't build with -fforce-mem (depre...

Author: Matthias Klose
Revision Date: 2007-09-10 13:24:41 UTC

* Don't build with -fforce-mem (deprecated since GCC 4.1).
* Set Ubuntu maintainer address.

lp:ubuntu/feisty/libmad 1 Development 2009-11-03 18:59:45 UTC
4. * Non-maintainer upload, not targette...

Author: Jordi Mallach
Revision Date: 2005-06-01 17:12:24 UTC

* Non-maintainer upload, not targetted for Sarge.
* Urgency high because this is generating uploads with broken depends
  that may be propagating to testing (see #311488).
* debian/rules: set DEB_DH_MAKESHLIBS_ARGS_ALL = -V 'libmad0 (>= 0.15.1b)'
  to restore the updated shlibs lost in the switch to CDBS
  (closes: #310311).

lp:ubuntu/edgy/libmad 1 Development 2009-11-03 18:59:20 UTC
4. * Non-maintainer upload, not targette...

Author: Jordi Mallach
Revision Date: 2005-06-01 17:12:24 UTC

* Non-maintainer upload, not targetted for Sarge.
* Urgency high because this is generating uploads with broken depends
  that may be propagating to testing (see #311488).
* debian/rules: set DEB_DH_MAKESHLIBS_ARGS_ALL = -V 'libmad0 (>= 0.15.1b)'
  to restore the updated shlibs lost in the switch to CDBS
  (closes: #310311).

lp:ubuntu/dapper/libmad 2 Mature 2009-11-03 18:58:47 UTC
4. * Non-maintainer upload, not targette...

Author: Jordi Mallach
Revision Date: 2005-06-01 17:12:24 UTC

* Non-maintainer upload, not targetted for Sarge.
* Urgency high because this is generating uploads with broken depends
  that may be propagating to testing (see #311488).
* debian/rules: set DEB_DH_MAKESHLIBS_ARGS_ALL = -V 'libmad0 (>= 0.15.1b)'
  to restore the updated shlibs lost in the switch to CDBS
  (closes: #310311).

lp:ubuntu/breezy/libmad 1 Development 2009-11-03 18:58:28 UTC
4. * Non-maintainer upload, not targette...

Author: Jordi Mallach
Revision Date: 2005-06-01 17:12:24 UTC

* Non-maintainer upload, not targetted for Sarge.
* Urgency high because this is generating uploads with broken depends
  that may be propagating to testing (see #311488).
* debian/rules: set DEB_DH_MAKESHLIBS_ARGS_ALL = -V 'libmad0 (>= 0.15.1b)'
  to restore the updated shlibs lost in the switch to CDBS
  (closes: #310311).

lp:ubuntu/hoary/libmad 1 Development 2009-11-03 18:58:07 UTC
2. * New upstream version. (closes: #252...

Author: Kyle McMartin
Revision Date: 2004-06-05 18:52:00 UTC

* New upstream version. (closes: #252902)
* Removed TODO from installed documentation.
* Added minimad.c to the libmad0-dev documentation. Thanks to
  Mario Lang for the patch. (closes: #249067)

lp:ubuntu/warty/libmad 1 Development 2009-11-03 18:57:44 UTC
2. * New upstream version. (closes: #252...

Author: Kyle McMartin
Revision Date: 2004-06-05 18:52:00 UTC

* New upstream version. (closes: #252902)
* Removed TODO from installed documentation.
* Added minimad.c to the libmad0-dev documentation. Thanks to
  Mario Lang for the patch. (closes: #249067)

127 of 27 results