1. 20 Jun, 2013 2 commits
    • Glenn Kasten's avatar
      60f3f102
    • Christer Fletcher's avatar
      Prevent AudioCommands being freed before read · 5fa8c4bf
      Christer Fletcher authored
      When AudioCommandThread::threadLoop process AudioCommands it was
      possible for it to delete a command where the posting thread still
      hadn't read that status from it.
      
      If a second command signaled the thread loop to continue after it
      had inserted a new command while the thread loop was actually waiting
      for the first command to report that it had read the status the
      thread loop would continue and delete the first command.
      
      Changed the wait condition when waiting for the calling thread to
      read status to use command->mCond instead of mWaitWorkCV. This way
      it's guaranteed that the signal to continue comes from the correct
      thread.
      
      Change-Id: Ia69b48cb4fdfaf8b4c83b56a197fb9f2058a92d1
      5fa8c4bf
  2. 14 Jun, 2013 1 commit
  3. 07 Jun, 2013 2 commits
  4. 06 Jun, 2013 1 commit
    • Masaki Muranaka's avatar
      Fix typo. · f65fa170
      Masaki Muranaka authored
      Change-Id: Ia72ed2bef54751dc2d6c3379a58de95a0e9ebfdd
      f65fa170
  5. 14 May, 2013 2 commits
  6. 24 Apr, 2013 3 commits
  7. 22 Apr, 2013 2 commits
  8. 15 Mar, 2013 2 commits
  9. 12 Mar, 2013 2 commits
    • Ola Andersson's avatar
      Prevent invalid frame durations · f7c18cf1
      Ola Andersson authored
      Prevent frame duration from being negative when
      exporting movie studio project
      
      Change-Id: I459fb243650c777c2b59d1094acc88c3a944bd81
      f7c18cf1
    • Xuefei Chen's avatar
      Fix for crash if no content in DESCRIBE response · 5f189753
      Xuefei Chen authored
      If DESCRIBE response is received with status 200 but no content,
      MyHandler will still set content data for session description
      parsing. This will cause NULL Pointer crash.
      This fix checks whether DESCRIBE response has content before
      parsing session description.
      
      Change-Id: I114ae6fd54ce804e61718f62618ca9008425a433
      5f189753
  10. 01 Mar, 2013 1 commit
  11. 28 Feb, 2013 1 commit
    • Sangkyu Lee's avatar
      Avoid invalid memory access when using extractMetadata() · d01c1481
      Sangkyu Lee authored
      
      BpMediaMetadataRetriever::extractMetadata() returns a string
      which is returned by readCString() function of the reply parcel object.
      However, the parcel object is destroyed at the end of the
      extractMetadata() function, and so the returned pointer is invalid.
      This patch fixes this problem by storing the metadata string value.
      
      Change-Id: I2a2ccba78246175b2845a237679d6cebe881e83b
      Signed-off-by: default avatarSangkyu Lee <sk82.lee@lge.com>
      d01c1481
  12. 27 Feb, 2013 3 commits
  13. 17 Feb, 2013 1 commit
    • Martin Storsjo's avatar
      SoftAMR: Signal the right frame format · 8298cd4d
      Martin Storsjo authored
      The correct enum for the format used is OMX_AUDIO_AMRFrameFormatFSF,
      which is the same as is used in amrnb/enc/SoftAMRNBEncoder.cpp,
      amrwbenc/SoftAMRWBEncoder.cpp and in OMXCodec and ACodec.
      
      The OMX_AUDIO_AMRFrameFormatConformance enum refers to an odd file
      format only used for conformance tests, not used in the wild.
      
      Change-Id: Idc395fc1d4969e33453522d6ec6526876438c526
      8298cd4d
  14. 31 Jan, 2013 6 commits
  15. 21 Dec, 2012 4 commits
  16. 20 Dec, 2012 4 commits
  17. 17 Dec, 2012 2 commits
  18. 14 Dec, 2012 1 commit