1. 30 Jan, 2015 1 commit
  2. 06 Feb, 2014 1 commit
  3. 07 Nov, 2011 1 commit
    • Glenn Kasten's avatar
      xaplay test additions · b17edb96
      Glenn Kasten authored
      Allow playing a subset of input file.
      Add format change test.
      Call gComposerClient->dispose before exit.
      Remove dead code related to re-initializing the engine.
      Add position, seek, loop tests.
      Force callback failures with -c option.
      Don't enqueue EOS more than once.
      Add STOPPED at end of xaplay.
      Add temporary set play state to paused.
      Added discontinuity test.
      More stream information queries and printfs.
      Shorter marker to make it easier to hit when looping.
      Add explanation of command line options.
      
      Change-Id: I5b425a52f9afc2c8f9083badb6de0773f711c6d9
      b17edb96
  4. 11 Oct, 2011 1 commit
    • Glenn Kasten's avatar
      Final revisions for NDK API level 14 · c3b82a29
      Glenn Kasten authored
      Rename ANDROID_MIME_MP2TS to XA_ANDROID_MIME_MP2TS and
      ANDROID_MIME_AACADTS to SL_ANDROID_MIME_AACADTS and make public.
      ANDROID_MIME_AACADTS_ANDROID_FRAMEWORK remains private.
      
      Change-Id: Ie2cda273b6adb2db453aad188b28e64147f9e6b0
      c3b82a29
  5. 01 Sep, 2011 1 commit
    • Glenn Kasten's avatar
      Rename Android buffer queue GUID for future sink · 60ca9f9e
      Glenn Kasten authored
      This change will make it easier to have Android buffer queue as a sink in
      the future.  For backwards source code compatibility with beta developers,
      retain the old name temporarily.  As soon as they have switched to the
      new name, we will remove the old name.
      
      Details:
       - rename XA_IID_ANDROIDBUFFERQUEUE to XA_IID_ANDROIDBUFFERQUEUESOURCE
       - rename SL_IID_ANDROIDBUFFERQUEUE to SL_IID_ANDROIDBUFFERQUEUESOURCE
       - rename MPH_ANDROIDBUFFERQUEUE to MPH_ANDROIDBUFFERQUEUESOURCE
       - did not rename the data locators and interface struct,
         as they can be shared across both source and sink
       - did not rename the member field mAndroidBufferQueue in
         CAudioPlayer / CMediaPlayer as that would be a huge change;
         can do that later if necessary
       - the SINK definition will be added later when needed
      
      Change-Id: I36dc01050efb99d4d7802b2ca2b870f4d978ee21
      60ca9f9e
  6. 25 Aug, 2011 1 commit