1. 24 Apr, 2013 1 commit
  2. 22 Apr, 2013 2 commits
  3. 15 Mar, 2013 2 commits
  4. 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
  5. 01 Mar, 2013 1 commit
  6. 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
  7. 27 Feb, 2013 3 commits
  8. 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
  9. 31 Jan, 2013 6 commits
  10. 21 Dec, 2012 4 commits
  11. 20 Dec, 2012 4 commits
  12. 17 Dec, 2012 2 commits
  13. 14 Dec, 2012 5 commits
  14. 13 Dec, 2012 1 commit
  15. 10 Dec, 2012 1 commit
  16. 08 Dec, 2012 1 commit
  17. 06 Dec, 2012 1 commit
  18. 05 Dec, 2012 1 commit
  19. 03 Dec, 2012 1 commit