Skip to content
Snippets Groups Projects
  1. Nov 19, 2012
  2. Nov 14, 2012
    • Ralph Giles's avatar
      Enable maintainer mode by default on automake 1.11 · 14454c49
      Ralph Giles authored
      Passing 'enable' as an argument to AM_MAINTAINER_MODE flips the
      default to enabled, rather than disabled until automake 1.11.
      This is a safer default for a developer-oriented library.
      
      ./configure --disable-maintainer-mode is still available for
      packagers who what to preserve the upstream build distribution.
      
      On earlier automake versions, the argument appears to have no
      effect, so there is no behaviour change for developers using
      older autotools.
      
      Based on a patch for opusfile by ron@debian.org.
      14454c49
  3. Nov 13, 2012
  4. Nov 12, 2012
  5. Nov 11, 2012
  6. Nov 09, 2012
  7. Nov 08, 2012
  8. Nov 07, 2012
  9. Nov 06, 2012
  10. Nov 05, 2012
  11. Nov 03, 2012
  12. Nov 02, 2012
  13. Oct 31, 2012
  14. Oct 30, 2012
  15. Oct 29, 2012
  16. Oct 27, 2012
    • Gregory Maxwell's avatar
      Fix several issues with multistream argument validation. · de95da9b
      Gregory Maxwell authored
      As reported by Mark Warner opus_multistream_*_create were depending on
       the behavior of malloc(0) in order to correctly report some kinds of
       argument errors. Bad arguments could be incorrectly reported as
       allocation failures. This changes multistream to explicitly check the
       arguments like the single stream _create functions. The unit tests were
       enough to catch this on systems where malloc(0) returns NULL but didn't
       catch it on other systems because the later _init call would catch the
       bad arguments and trigger the correct error if and only if the malloc
       didn't return a null pointer.
      
      In multistream_encoder_init failures of the internal non-multistream
       init calls were not being caught and propagated. Decode didn't have
       this problem. This propagates the errors and adds additional tests
       (the multistream encoder api is sill under tested) that would have
       detected this error.
      
      Plus add some stronger tests for things like error==NULL for the _create
       functions that take a pointer for error output.
      de95da9b
  17. Oct 24, 2012
Loading