1. db431db Merge "Deprecations are warnings not errors" into mnc-dev by Glenn Kasten · 11 years ago
  2. f928c23 Merge "IOMX: Clear buffer id for arm32" into mnc-dev by Andy Hung · 11 years ago
  3. f6b3e7d Deprecations are warnings not errors by Glenn Kasten · 11 years ago
  4. 9113c1e IOMX: Clear buffer id for arm32 by Andy Hung · 11 years ago
  5. 07195f6 Merge "SoftAVCEnc: encode EOS frame is size is non-zero" into mnc-dev by Chong Zhang · 11 years ago
  6. 0a62c19 Merge "libmediaplayerservice: get isStreaming info from source." into mnc-dev by Ronghua Wu · 11 years ago
  7. cbe6ac2 SoftAVCEnc: encode EOS frame is size is non-zero by Chong Zhang · 11 years ago
  8. 96de55f Merge "GenericSource should report -1 instead of 0 for unknown duration" into mnc-dev by Marco Nelissen · 11 years ago
  9. 02fc5e3 GenericSource should report -1 instead of 0 for unknown duration by Marco Nelissen · 11 years ago
  10. 02cb98d libmediaplayerservice: get isStreaming info from source. by Ronghua Wu · 11 years ago
  11. 5eabb01 Merge "libmedia: read from parcel only when there's a data available." into mnc-dev by Ronghua Wu · 11 years ago
  12. d66ef45 libmedia: read from parcel only when there's a data available. by Ronghua Wu · 11 years ago
  13. 2d6b660 IOMX: Enable buffer ptr to buffer id translation for arm32 by Andy Hung · 11 years ago
  14. d971df0 IOMX: Add buffer range check to emptyBuffer by Andy Hung · 11 years ago
  15. 3a9a6ea Merge "libmedia: fix unmatch Parcel read in BnResourceManagerService::onTransact." into mnc-dev by Ronghua Wu · 11 years ago
  16. 0a7989f Merge "libmediaplayerservice: try to open audio sink in offload mode in error." into mnc-dev by Ronghua Wu · 11 years ago
  17. faeb0f2 libmediaplayerservice: try to open audio sink in offload mode in error. by Ronghua Wu · 11 years ago
  18. c5648e0 Merge "Level adjustment for Bundled Effect Fix" into mnc-dev by Ricardo Garcia · 11 years ago
  19. 7f0e16e Level adjustment for Bundled Effect Fix by Ricardo Garcia · 11 years ago
  20. f748dd8 mpeg2ts: fixing build breakage due to an unmatched argument type by Jaesung Chung · 11 years ago
  21. 5bb07a3 Merge "mpeg2ts: Fix SIGEGV on ATSParser::Stream::flush()" into mnc-dev by Jaesung Chung · 11 years ago
  22. 0075deb Fixing build breakage due to removal of numPacketsParsed by Jaesung Chung · 11 years ago
  23. f2cecd5 mpeg2ts: Fix SIGEGV on ATSParser::Stream::flush() by Jaesung Chung · 11 years ago
  24. 4a98dab Merge "mpeg2ts: MPEG2TSExtractor detects A/V streams until timed out" into mnc-dev by Jaesung Chung · 11 years ago
  25. 70b2313 Merge "Implement seek for MPEG2TSExtractor" into mnc-dev by Wonsik Kim · 11 years ago
  26. 4b6a2d7 Merge "stagefright: measure max encoder buffer count for persistent surface" into mnc-dev by Chong Zhang · 11 years ago
  27. 7960815 stagefright: measure max encoder buffer count for persistent surface by Chong Zhang · 11 years ago
  28. 8c46bb6 Merge "mediaplayer: display one frame when seek is called before start." into mnc-dev by Wei Jia · 11 years ago
  29. 2d32dcd libmedia: fix unmatch Parcel read in BnResourceManagerService::onTransact. by Ronghua Wu · 11 years ago
  30. 1061c9c mediaplayer: display one frame when seek is called before start. by Wei Jia · 11 years ago
  31. 748a792 Merge "audio flinger: do not call JAVA services until system is ready" into mnc-dev by Eric Laurent · 11 years ago
  32. 72e3f39 audio flinger: do not call JAVA services until system is ready by Eric Laurent · 11 years ago
  33. 5400066 Implement seek for MPEG2TSExtractor by Wonsik Kim · 11 years ago
  34. 12a3d2f mpeg2ts: MPEG2TSExtractor detects A/V streams until timed out by Jaesung Chung · 11 years ago
  35. 8f9dd2c Merge "RTSPSource: Do not update time when there are no tracks, i.e., when aborted." into mnc-dev by Wei Jia · 11 years ago
  36. 48910f1 RTSPSource: Do not update time when there are no tracks, i.e., when aborted. by Wei Jia · 11 years ago
  37. 856f37a Merge "mediaplayer: handle decoder error when NuPlayerDecoder gets a NULL buffer from MediaCodec." into mnc-dev by Wei Jia · 11 years ago
  38. 5a8422a Merge "libmediaplayerservice: queue discontinuity when seek to eos." into mnc-dev by Ronghua Wu · 11 years ago
  39. 6471747 Merge "stagefright: don't use stale pointer after disconnecting NuCachedSource2" into mnc-dev by Chong Zhang · 11 years ago
  40. df3e7e8 Merge "ACodec: fix error conversion." into mnc-dev by Wei Jia · 11 years ago
  41. 201d8d4 ACodec: fix error conversion. by Wei Jia · 11 years ago
  42. 2c878cf stagefright: don't use stale pointer after disconnecting NuCachedSource2 by Chong Zhang · 11 years ago
  43. 8f291bc libmediaplayerservice: queue discontinuity when seek to eos. by Ronghua Wu · 11 years ago
  44. d45d75d Merge "Clear mAudioRecord and mAudioTrack on set() failure" into mnc-dev by Glenn Kasten · 11 years ago
  45. 3e98ecd Clear mAudioRecord and mAudioTrack on set() failure by Glenn Kasten · 11 years ago
  46. 098f983 Merge "libstagefright: only log succeeded when return is OK." into mnc-dev by Ronghua Wu · 11 years ago
  47. d36a023 libstagefright: only log succeeded when return is OK. by Ronghua Wu · 11 years ago
  48. 6301a5e mediaplayer: handle decoder error when NuPlayerDecoder gets a NULL buffer from MediaCodec. by Wei Jia · 11 years ago
  49. 4a95e69 Merge "mediaplayer: remove unused parameter needNotify in NuPlayer::performSeek." into mnc-dev by Wei Jia · 11 years ago
  50. 2984080 mediaplayer: remove unused parameter needNotify in NuPlayer::performSeek. by Wei Jia · 11 years ago
  51. f71f5af Merge "MPEG4Writer: fix unintiialized member variables" into mnc-dev by Chong Zhang · 11 years ago
  52. e502b44 MPEG4Writer: fix unintiialized member variables by Chong Zhang · 11 years ago
  53. eca0126 Merge "Change mime for HLS timed ID3 stream to application/x-id3v4" into mnc-dev by Robert Shih · 11 years ago
  54. 641d56b Merge "stagefright: check IMemory::pointer() before using the allocation" into mnc-dev by Chong Zhang · 11 years ago
  55. 5581770 stagefright: check IMemory::pointer() before using the allocation by Chong Zhang · 11 years ago
  56. 89cf894 Merge "HTTPLiveSource: fix non timed id3 track selection" into mnc-dev by Robert Shih · 11 years ago
  57. 055404e HTTPLiveSource: fix non timed id3 track selection by Robert Shih · 11 years ago
  58. 6f9c5e2 Change mime for HLS timed ID3 stream to application/x-id3v4 by Robert Shih · 11 years ago
  59. e6858d5 Merge "stagefright: prevent more crashes in ACodec" into mnc-dev by Lajos Molnar · 11 years ago
  60. 9997183 Merge "stagefright: Prevent crashes in ACodec - part 1" into mnc-dev by Jinsuk Kim · 11 years ago
  61. 0806340 stagefright: prevent more crashes in ACodec by Lajos Molnar · 11 years ago
  62. 55c3bd0 Merge "stagefright: rename usePersistentInputSurface to setInputSurface" into mnc-dev by Chong Zhang · 11 years ago
  63. 777cf6d stagefright: Prevent crashes in ACodec - part 1 by Jinsuk Kim · 11 years ago
  64. 2e69a98 Merge "libmediaplayerservice: unlock before trying to reclaim drm session." into mnc-dev by Ronghua Wu · 11 years ago
  65. f35f6be libmediaplayerservice: unlock before trying to reclaim drm session. by Ronghua Wu · 11 years ago
  66. 8f469e1 stagefright: rename usePersistentInputSurface to setInputSurface by Chong Zhang · 11 years ago
  67. 8144632 am 0eb7c793: am b5fbb811: am c8c86c1d: am bcf2becf: am c531d995: am 438217a0: Merge "Add AUtils::isInRange, and use it to detect malformed MPEG4 nal sizes" into lmp-dev by Lajos Molnar · 11 years ago
  68. 9418348 Merge "MediaSync: support changing surface on the fly." into mnc-dev by Wei Jia · 11 years ago
  69. 0eb7c79 am b5fbb811: am c8c86c1d: am bcf2becf: am c531d995: am 438217a0: Merge "Add AUtils::isInRange, and use it to detect malformed MPEG4 nal sizes" into lmp-dev by Lajos Molnar · 11 years ago
  70. 9586592 Merge "Fix new[] vs delete mismatch." into mnc-dev by Evgenii Stepanov · 11 years ago
  71. 883cc24 Fix new[] vs delete mismatch. by Evgenii Stepanov · 11 years ago
  72. bcf2bec am c531d995: am 438217a0: Merge "Add AUtils::isInRange, and use it to detect malformed MPEG4 nal sizes" into lmp-dev by Lajos Molnar · 11 years ago
  73. c531d99 am 438217a0: Merge "Add AUtils::isInRange, and use it to detect malformed MPEG4 nal sizes" into lmp-dev by Lajos Molnar · 11 years ago
  74. 27ea08e mediaplayer: get/set PlaybackRate only when AudioSink has been opened. by Wei Jia · 11 years ago
  75. 438217a Merge "Add AUtils::isInRange, and use it to detect malformed MPEG4 nal sizes" into lmp-dev by Lajos Molnar · 11 years ago
  76. b6ea129 MediaSync: support changing surface on the fly. by Wei Jia · 11 years ago
  77. a540058 Merge "HLS: invoke signalEOS on ATSParser to flush out final samples" into mnc-dev by Robert Shih · 11 years ago
  78. aabbdc7 HLS: invoke signalEOS on ATSParser to flush out final samples by Robert Shih · 11 years ago
  79. e66c5a4 stagefright: fix legacy-adaptive experiment by Lajos Molnar · 11 years ago
  80. 8bae3aa Merge "libstagefright: report special error when codec is released by resource manager." into mnc-dev by Ronghua Wu · 11 years ago
  81. 3af8a32 Merge changes from topic 'codec-surface' into mnc-dev by Lajos Molnar · 11 years ago
  82. 635bc8f Fix comparison sign warnings. by Dan Albert · 11 years ago
  83. 47a2e87 libstagefright: report special error when codec is released by resource manager. by Ronghua Wu · 12 years ago
  84. 9ba21b9 libstagefright: config resource manager with secure codec co-existing policy. by Ronghua Wu · 11 years ago
  85. 1e51401 Prevent integer overflow when processing covr MPEG4 atoms by Joshua J. Drake · 11 years ago
  86. f9d108c Merge "Fix integer overflow when handling MPEG4 tx3g atom" into mnc-dev by Nick Kralevich · 11 years ago
  87. dc69f48 Fix integer overflow when handling MPEG4 tx3g atom by Joshua J. Drake · 11 years ago
  88. f7cd8bf Merge "Prevent integer underflow if size is below 6" into mnc-dev by Nick Kralevich · 11 years ago
  89. 9458e71 Prevent integer underflow if size is below 6 by Joshua J. Drake · 11 years ago
  90. 0d342b9 Merge "Fix integer underflow in covr MPEG4 processing" into mnc-dev by Nick Kralevich · 11 years ago
  91. 97d45db Fix integer underflow in covr MPEG4 processing by Joshua J. Drake · 11 years ago
  92. 22bd7a6 Merge "Prevent reading past the end of the buffer in 3GPP" into mnc-dev by Nick Kralevich · 11 years ago
  93. 2a834fc Merge "libstagefright: export profiling results directly to xml." into mnc-dev by Ronghua Wu · 11 years ago
  94. 5cea015 Prevent reading past the end of the buffer in 3GPP by Joshua J. Drake · 11 years ago
  95. e5e9a0d Merge "nuplayer: fixes for subtitle pause/resume" into mnc-dev by Chong Zhang · 11 years ago
  96. 011778f stagefright: enable experiments by Lajos Molnar · 11 years ago
  97. dd248ab stagefright: allow connecting to surfaces that attach buffers by Lajos Molnar · 11 years ago
  98. f52b228 Merge changes from topic 'codec-setsurface' into mnc-dev by Lajos Molnar · 11 years ago
  99. d975e98 Merge "MediaHTTP: add more null ptr and init checks" into mnc-dev by Chong Zhang · 11 years ago
  100. 37d8b27 MediaHTTP: add more null ptr and init checks by Chong Zhang · 11 years ago