1. 28 Apr, 2015 1 commit
  2. 14 Apr, 2015 1 commit
    • Chris Watkins's avatar
      Add a static cast to resolve overload ambiguity. · 68aeecb9
      Chris Watkins authored
      The IMediaPlayer interface was updated with a new overload for
      setDataSource which caused a compiler error in StreamPlayer. Add
      a static cast to resolve the ambiguity.
      
      Change-Id: I26a3dc4bee1680cb260e93a151483baf398a4399
      68aeecb9
  3. 23 Mar, 2015 1 commit
  4. 21 Mar, 2015 2 commits
  5. 05 Mar, 2015 1 commit
  6. 30 Jan, 2015 4 commits
  7. 15 Jan, 2015 8 commits
  8. 12 Jan, 2015 3 commits
  9. 07 Jan, 2015 3 commits
  10. 30 Dec, 2014 1 commit
  11. 16 Dec, 2014 4 commits
  12. 05 Dec, 2014 3 commits
  13. 04 Dec, 2014 1 commit
    • Chih-Hung Hsieh's avatar
      Add std=gnu++11 flag to compile .c files as C++. · 302ea927
      Chih-Hung Hsieh authored
      Currently the -x c++ flag is used to compile .c files as C++.
      For clang compilers, default extra C flags for Android .c files is -std=gnu99.
      Clang compiler rejects -std=gnu99 in C++ mode.
      Until we rename all .c file in this directory to .cpp, we can use this
      patch to force compilation in -x c++ and -std=gnu++11.
      
      Change-Id: Ibbb1c1394ac1cb45c6508a62986edf669e722cbd
      302ea927
  14. 18 Nov, 2014 2 commits
  15. 14 Nov, 2014 1 commit
    • Raph Levien's avatar
      Reduce audio output latency · 0f6da1a2
      Raph Levien authored
      This patch reduces latency in the OpenSL ES player path by calling the
      callback immediately before data is consumed, rather than after.
      
      Bug: 12246268
      Change-Id: I8273b4a03f16011beec21dd52545f8ad1a25fd95
      0f6da1a2
  16. 12 Nov, 2014 3 commits
  17. 10 Nov, 2014 1 commit