[xoreos-git] [xoreos/xoreos] d9d2c3: BUILD: Control optional dependency compilation fro...

GitHub noreply at github.com
Sat Aug 18 21:57:48 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: d9d2c3f87e20cbe95d98fcb33dc7ff31ef79e92d
      https://github.com/xoreos/xoreos/commit/d9d2c3f87e20cbe95d98fcb33dc7ff31ef79e92d
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M configure.ac
    M src/sound/decoders/rules.mk
    M src/video/codecs/rules.mk

  Log Message:
  -----------
  BUILD: Control optional dependency compilation from automake


  Commit: e2fc0e7ed473408ad6765ab76986b50453b4fa5c
      https://github.com/xoreos/xoreos/commit/e2fc0e7ed473408ad6765ab76986b50453b4fa5c
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/sound/decoders/aac.cpp
    M src/sound/decoders/mp3.cpp
    M src/sound/decoders/vorbis.cpp

  Log Message:
  -----------
  SOUND: Remove ENABLE_* variable check in main source


  Commit: 0174b1c9ac76366b86de77de9d8ab46d50b62c1a
      https://github.com/xoreos/xoreos/commit/0174b1c9ac76366b86de77de9d8ab46d50b62c1a
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/video/codecs/h263.cpp

  Log Message:
  -----------
  VIDEO: Remove ENABLE_* variable check in main source


  Commit: 1a5e7f5d957e7cb11bae132dbd087df271f0d934
      https://github.com/xoreos/xoreos/commit/1a5e7f5d957e7cb11bae132dbd087df271f0d934
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M m4/ax_check_vorbis.m4

  Log Message:
  -----------
  BUILD: Check for libvorbis


  Commit: 992760324e24b689c0b17ad3ac24390eabf252e0
      https://github.com/xoreos/xoreos/commit/992760324e24b689c0b17ad3ac24390eabf252e0
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/sound/audiostream.h

  Log Message:
  -----------
  SOUND: Add PacketizedAudioStream


  Commit: 0f2ee31da84ec83d03f8adbc6f6b9678bbd61609
      https://github.com/xoreos/xoreos/commit/0f2ee31da84ec83d03f8adbc6f6b9678bbd61609
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/sound/decoders/vorbis.cpp
    M src/sound/decoders/vorbis.h

  Log Message:
  -----------
  SOUND: Add PacketizedVorbisStream implementation


  Commit: e88497f408094193cfd2ecd1d72fd3d79a8bfa0d
      https://github.com/xoreos/xoreos/commit/e88497f408094193cfd2ecd1d72fd3d79a8bfa0d
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/sound/audiostream.cpp

  Log Message:
  -----------
  SOUND: Fix locking in QueuingAudioStreamImpl


  Commit: 545ba094bde328b23d04851409bc82b5ca400b3f
      https://github.com/xoreos/xoreos/commit/545ba094bde328b23d04851409bc82b5ca400b3f
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/sound/audiostream.cpp
    M src/sound/audiostream.h

  Log Message:
  -----------
  SOUND: Add an isFinished() function to QueuingAudioStream


  Commit: 66d78416999e3c56e70ed8e95e4f3139eb41320d
      https://github.com/xoreos/xoreos/commit/66d78416999e3c56e70ed8e95e4f3139eb41320d
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/sound/audiostream.h

  Log Message:
  -----------
  SOUND: Add StatelessPacketizedAudioStream


  Commit: a281441928b101489f68bd77276e2b499e3ea7b0
      https://github.com/xoreos/xoreos/commit/a281441928b101489f68bd77276e2b499e3ea7b0
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/sound/decoders/pcm.cpp
    M src/sound/decoders/pcm.h

  Log Message:
  -----------
  SOUND: Add a packetized PCM stream


  Commit: 663025dd1d92a83a75e1cb0fd884c3f051232712
      https://github.com/xoreos/xoreos/commit/663025dd1d92a83a75e1cb0fd884c3f051232712
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/sound/decoders/pcm.h

  Log Message:
  -----------
  SOUND: Add a FLAG_NATIVE_ENDIAN enum value

Reduces the need to duplicate lots of XOREOS_LITTLE_ENDIAN checks
every time you want to represent native endian PCM.


  Commit: a1caf40c41493caa651f86ab6124894e1ec1c5cc
      https://github.com/xoreos/xoreos/commit/a1caf40c41493caa651f86ab6124894e1ec1c5cc
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/sound/decoders/adpcm.cpp
    M src/sound/decoders/adpcm.h

  Log Message:
  -----------
  SOUND: Add makePacketizedADPCMStream


  Commit: 27d9d23cd9f84c3892007b54e87c976a3e0a1e01
      https://github.com/xoreos/xoreos/commit/27d9d23cd9f84c3892007b54e87c976a3e0a1e01
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/sound/decoders/aac.cpp
    M src/sound/decoders/aac.h

  Log Message:
  -----------
  SOUND: Add makeAACStream


  Commit: 26cdebb617122b3afe1890d7a3202938a999dd26
      https://github.com/xoreos/xoreos/commit/26cdebb617122b3afe1890d7a3202938a999dd26
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/sound/decoders/wma.cpp
    M src/sound/decoders/wma.h

  Log Message:
  -----------
  SOUND: Make WMACodec implement the PacketizedAudioStream API


  Commit: 91e8a3c345ed6e0d414962f1249b0ac0d88233eb
      https://github.com/xoreos/xoreos/commit/91e8a3c345ed6e0d414962f1249b0ac0d88233eb
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/sound/decoders/asf.cpp

  Log Message:
  -----------
  SOUND: Make ASFStream use PacketizedAudioStream


  Commit: 0db714faf89610249a9aebfad6a0e515b69028fa
      https://github.com/xoreos/xoreos/commit/0db714faf89610249a9aebfad6a0e515b69028fa
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/sound/decoders/wma.h

  Log Message:
  -----------
  SOUND: Remove the Codec interface from the WMA code


  Commit: a3367a7159b4ea8290c4ef53aed0ce41976f6efe
      https://github.com/xoreos/xoreos/commit/a3367a7159b4ea8290c4ef53aed0ce41976f6efe
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/sound/decoders/asf.cpp
    M src/sound/decoders/wma.cpp
    M src/sound/decoders/wma.h

  Log Message:
  -----------
  SOUND: Hide the implementation of WMA behind makeWMAStream


  Commit: 8ebe26576b5b96d397228edfe710cffa4cdd8e68
      https://github.com/xoreos/xoreos/commit/8ebe26576b5b96d397228edfe710cffa4cdd8e68
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/sound/interleaver.cpp

  Log Message:
  -----------
  SOUND: Fix Interleaver::endOfStream()


  Commit: 9bc09deee719121ddd064a6534f0c6018e276416
      https://github.com/xoreos/xoreos/commit/9bc09deee719121ddd064a6534f0c6018e276416
  Author: Matthew Hoops <clone2727 at gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/sound/sound.cpp

  Log Message:
  -----------
  SOUND: Fix wrong message when looping and makeAudioStream() returns NULL


  Commit: e95edb9ecc1f78a10a24e12215ab6dd5ba4b41a6
      https://github.com/xoreos/xoreos/commit/e95edb9ecc1f78a10a24e12215ab6dd5ba4b41a6
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/sound/decoders/wma.cpp

  Log Message:
  -----------
  SOUND: Demote WMA newFrameCount < 0 warning to a debug message

It happens with existing game data, so it's apparently "normal".


  Commit: 85b539d8cc9e92d6a13dd690fc16ddb2387ebcb7
      https://github.com/xoreos/xoreos/commit/85b539d8cc9e92d6a13dd690fc16ddb2387ebcb7
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/video/bink.cpp

  Log Message:
  -----------
  VIDEO: Use debugTag() when printing an unsupported Bink FourCC


  Commit: 8ae052fc4fc333edee70b293332ea5f083e33f05
      https://github.com/xoreos/xoreos/commit/8ae052fc4fc333edee70b293332ea5f083e33f05
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/video/bink.cpp

  Log Message:
  -----------
  VIDEO: Warn specifically about unsupported Bink 2 videos


  Commit: 82aa1027e336db698e594abe4dd2504d0620690a
      https://github.com/xoreos/xoreos/commit/82aa1027e336db698e594abe4dd2504d0620690a
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/video/bink.cpp

  Log Message:
  -----------
  VIDEO: Add two untested Bink versions

If we encounter them, we need to see if they decode properly.


  Commit: 53cab01736c6497aa9e1df35b8a1d085a5bfed99
      https://github.com/xoreos/xoreos/commit/53cab01736c6497aa9e1df35b8a1d085a5bfed99
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    A src/common/bitstreamwriter.h
    M src/common/rules.mk
    A tests/common/bitstreamwriter.cpp
    M tests/common/rules.mk

  Log Message:
  -----------
  COMMON: Add a BitStreamWriter class

A bit stream writer, the counter part to our bit stream reader class
BitStream.


  Commit: 52e892532b536b008de338f70c06948753845436
      https://github.com/xoreos/xoreos/commit/52e892532b536b008de338f70c06948753845436
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/sound/audiostream.cpp
    M src/sound/audiostream.h

  Log Message:
  -----------
  SOUND: Add EmptyAudioStream


  Commit: ef6a5c2eb1fa79957fb79d4cd721e173340c11ce
      https://github.com/xoreos/xoreos/commit/ef6a5c2eb1fa79957fb79d4cd721e173340c11ce
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/engines/dragonage2/dragonage2.cpp
    M src/engines/dragonage2/game.cpp
    M src/engines/dragonage2/game.h

  Log Message:
  -----------
  DRAGONAGE2: Index resource archives containing Wwise audio banks


  Commit: d9cb494bf2cee9482d6033007314a2b5d91c7240
      https://github.com/xoreos/xoreos/commit/d9cb494bf2cee9482d6033007314a2b5d91c7240
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/sound/decoders/rules.mk
    A src/sound/decoders/wwriffvorbis.cpp
    A src/sound/decoders/wwriffvorbis.h
    A src/sound/decoders/wwriffvorbisdata.h

  Log Message:
  -----------
  SOUND: Add a decoder for the Wwise RIFF Vorbis format

Based heavily on the ww2ogg tool by Adam Gashlin, released under the
terms of the BSD 3-clause license.


  Commit: b251cfee0e350a2ba97ddd90a5f5f6d1e58ff7db
      https://github.com/xoreos/xoreos/commit/b251cfee0e350a2ba97ddd90a5f5f6d1e58ff7db
  Author: Sven Hesse <drmccoy at drmccoy.de>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

  Changed paths:
    M src/sound/rules.mk
    A src/sound/wwisesoundbank.cpp
    A src/sound/wwisesoundbank.h

  Log Message:
  -----------
  SOUND: Add a class for handling Wwise SoundBanks


Compare: https://github.com/xoreos/xoreos/compare/ca8a092eb2d0...b251cfee0e35
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the xoreos-git mailing list