Branch: refs/heads/master
  Home:   https://github.com/mltframework/mlt
  Commit: f06a6dfaed85c3f30e38f4cd263efc154002a5aa
      
https://github.com/mltframework/mlt/commit/f06a6dfaed85c3f30e38f4cd263efc154002a5aa
  Author: Brian Matherly <c...@brianmatherly.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
    M src/modules/sdl2/Makefile
    A src/modules/sdl2/consumer_sdl2_audio.c
    M src/modules/sdl2/factory.c

  Log Message:
  -----------
  Create consumer_sdl2_audio.

This is a copy of consumer_sdl_audio. But it will allow the use of SDL2.0
functions in future commits.


  Commit: a96799b2a6b123b50f0e003c4c66cdeaac469fe1
      
https://github.com/mltframework/mlt/commit/a96799b2a6b123b50f0e003c4c66cdeaac469fe1
  Author: Brian Matherly <c...@brianmatherly.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
    M src/modules/sdl2/Makefile
    A src/modules/sdl2/common.c
    A src/modules/sdl2/common.h
    M src/modules/sdl2/consumer_sdl2.c
    M src/modules/sdl2/consumer_sdl2_audio.c

  Log Message:
  -----------
  Improve surround support in SDL2 on Windows.

The directsound implementation in SDL does not support > 2 channels. But the
xaudio2 implementation does. This change will try all available drivers to try
to sucessfully open the audio device. If none of the drivers work with surround,
then it will revert to 2 channels.

The user can still request a specific driver using the audio_driver parameter.


Compare: https://github.com/mltframework/mlt/compare/4796172c816e...a96799b2a6b1
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to