1. 7c342d2 libstagefright: Support YVU420SemiPlanar camera format by Ethan Chen · 7 years ago
  2. dfdeaae Use standard arm assembly syntax. by Chih-Hung Hsieh · 8 years ago
  3. 21be8e5 Fix overflow in amrwbenc by Marco Nelissen · 7 years ago
  4. 9902a7b codecs: update for check ifeq ($(TARGET_ARCH),arm) by Yongqin Liu · 7 years ago
  5. bc19f6a Use unified syntax to compile with both llvm and gas. by Chih-Hung Hsieh · 8 years ago
  6. 3b58560 Disable integer sanitization for amrwbenc by Marco Nelissen · 7 years ago
  7. 49cf0dc cameraservice: Change the error mapping for ERROR_CAMERA_DEVICE. by Sai Kumar Sanagavarapu · 7 years ago
  8. c9a3f1b drm : Give permission to access drm service api from Oma Drm engine by Paramananda Pradhan · 7 years ago
  9. dc53a44 Clean up time zone handling in MtpUtils::parseDateTime. by Elliott Hughes · 7 years ago
  10. 23fb614 Fix more potential (benign) AMRWB overflows by Marco Nelissen · 7 years ago
  11. 05fa1ea Fix more amrwbenc overflows by Marco Nelissen · 7 years ago
  12. d96935b Tabs -> spaces by Marco Nelissen · 7 years ago
  13. 20b070f ACodec: Fix error handling in OutputPortSettingsChangedState by Shivaprasad Hongal · 7 years ago
  14. c24e8e6 stagefright: Fix crash on mediaserver by Keith Mok · 7 years ago
  15. 6926a0e audiopolicy: Handle legacy startOutput on output command thread too by Xuefer · 7 years ago
  16. 3487f8f stagefright: Add deferred release option by Steve Kondik · 7 years ago test
  17. cbd3a99 stagefright: Only include HFR/HSR on QCOM devices by Steve Kondik · 7 years ago
  18. 5cfd731 stagefright: Forward-port HFR and HSR support by Steve Kondik · 7 years ago
  19. 7e84da0 BatteryNotifier: Add missing log LOG_TAG by AdrianDC · 7 years ago
  20. cde97b2 libmedia: correct latency computing for TRANSFER_SYNC by Mingming Yin · 7 years ago
  21. 849abe5 nuplayer: Enable PCM offload for any source by Steve Kondik · 7 years ago
  22. 41f0080 stagefright: Those who cannot remember history are doomed to repeat it by Steve Kondik · 7 years ago
  23. e86a126 nuplayer: Pass along the sniffed metadata from GenericSource by Steve Kondik · 7 years ago
  24. c708b12 stagefright: Remove special handling of FFMPEG extractor by Steve Kondik · 7 years ago
  25. fe285a2 stagefright: Add more hardware codec support for our extractor by Steve Kondik · 7 years ago
  26. 605f45a stagefright: Remove special case for FLAC offload by Steve Kondik · 7 years ago
  27. 0a7f5ea stagefright: Copy the thumbnail time by Steve Kondik · 7 years ago
  28. af1de9e Validation of Number of Channels on WAV files. by Niel Alejandro Paz · 8 years ago
  29. 0a10664 Fix overflows in amrwbenc by Marco Nelissen · 7 years ago
  30. 7a4f53b libmedia: Preserve futex return status in client obtainBuffer by Leena Winterrowd · 7 years ago
  31. 10c0b3a NuPlayer: Avoid one more assertion by Haynes Mathew George · 7 years ago
  32. 766ea98 AudioTrack: Set DIRECT track flag for direct pcm output by Leena Winterrowd · 7 years ago
  33. 255a7a9 audiopolicy: Handle startOutput on output command thread by Haynes Mathew George · 7 years ago
  34. e00a895 Fix: "NuPlayerDecoder: add synchronous call pause() to ensure decoder will not request or send out data." by Luca Stefani · 7 years ago
  35. 2e7c5e9 stagefright: Fix audio profile retrieved by Keith Mok · 7 years ago
  36. 578fcd2 Fix for audio_utils format.h include issue by Raja Mungamuri · 7 years ago
  37. c68bccc stagefright: Correctly reassemble HVCC data by Steve Kondik · 7 years ago
  38. ab35ee6 stagefright: Deal with output format of other AAC decoders by Steve Kondik · 7 years ago
  39. d3c005d stagefright: Fix AAC profile selection by Steve Kondik · 7 years ago
  40. e9990d5 libmedia: correct latency computing of AudioRecord by Mingming Yin · 7 years ago
  41. 53c13f5 audioflinger: update multiplier logic to calculate frameCount by Satya Krishna Pindiproli · 7 years ago
  42. a58a479 NuPlayerDecoder: add synchronous call pause() to ensure decoder will not request or send out data. by Wei Jia · 7 years ago
  43. 5ce76a8 Revert "NuPlayer: Teardown sequence for pcm offload" by Haynes Mathew George · 7 years ago
  44. ce4e903 Revert "nuplayer: Perform proper shutdown sequence for offload teardown" by Haynes Mathew George · 7 years ago
  45. 05f67ff libaudioflinger: avoid s/w effect processing in case of Direct PCM by vivek mehta · 7 years ago
  46. d5dee70 frameworks/av: fix channelmask and source format for pcm files by Amit Shekhar · 7 years ago
  47. e93c7cc nuplayer: Do not drop corrupt EOS frame by Shalaj Jain · 7 years ago
  48. b82353b Move overflow checks into SkipCutBuffer by Marco Nelissen · 7 years ago
  49. f363219 Fix potential double close in IMediaMetadataRetriever::setDataSource by Taiju Tsuiki · 8 years ago
  50. ab9b1e9 nuplayer: Fix priority inversion by Steve Kondik · 7 years ago
  51. ed8be1e media: Disable extra debug by Ethan Chen · 7 years ago
  52. 7b3a9da nuplayer: Error checks for PCM format extensions by Steve Kondik · 7 years ago
  53. 53ac41b stagefright: Fix some aac file cannot be played back by Keith Mok · 7 years ago
  54. f45ba7f audiopolicy: Set sane defaults for QC audio features by Steve Kondik · 7 years ago
  55. 5355397 stagefright: Update makefile for Exynos variants. by Ethan Chen · 8 years ago
  56. 455a745 nuplayer: Improve offload format conversions by Steve Kondik · 7 years ago
  57. 093c8ed nuplayer: Avoid crash when codec fails to load by Steve Kondik · 7 years ago
  58. c571299 nuplayer: Fix the neverending offload by Steve Kondik · 7 years ago
  59. 23e9ce4 nuplayer: PCM offload fixes by Steve Kondik · 7 years ago
  60. dc5f0eb nuplayer: Fix audio EOS notifiy on AudioSink not ready by Xiaoming Yang · 8 years ago
  61. 064bb6a NuPlayer: Don't maintain timeStamp if state is running by Sharad Sangle · 8 years ago
  62. 71a6763 NuPlayerDriver: Maintain the timeStamp after seek by Sharad Sangle · 8 years ago
  63. 0145bf6 stagefright: Additional fixes for extended offload support by Steve Kondik · 7 years ago
  64. 1512587 stagefright: Check vendor list for allowed encoders by Steve Kondik · 7 years ago
  65. 90ef524 stagefright: Finish "Port AOSP fixes" by Steve Kondik · 7 years ago
  66. 715a22f stagefright: Finish support for HEVC muxing by Steve Kondik · 7 years ago
  67. 0c19cf7 stagefright: Add support for FLAC offloading by Steve Kondik · 7 years ago
  68. 6dde130 stagefright: Resurrect PCM offload by Steve Kondik · 7 years ago
  69. fb97654 stagefright: Fix a few format strings on 64-bit by Steve Kondik · 7 years ago
  70. 743c7e2 StagefrightRecorder: Add support for WAVE recording by Michael Bestas · 7 years ago
  71. 4d1793b stagefright: Fix videot thumbnail retrival for wmv by Keith Mok · 7 years ago
  72. 6904c9a stagefright: Override to use ffmpeg for decoding wmv1 by Keith Mok · 7 years ago
  73. 7450c3d libstagefright: Fix for testException by Manikanta Kanamarlapudi · 8 years ago
  74. c973285 audiopolicy: Add voip flag to output flag list by Karthik Reddy Katta · 7 years ago
  75. 02d88d6 audioflinger: Don't do float conversion in upmix/downmix for legacy ALSA by Arne Coucheron · 7 years ago
  76. 41ccd68 stagefright: Add OMX.ffmpeg. checking by Keith Mok · 7 years ago
  77. 697a7ab Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/frameworks/av into cm-13.0 by Steve Kondik · 7 years ago
  78. 7f85123 Protect data source access with mutex during disconnect by Robert Shih · 8 years ago
  79. 56b6cf5 Fix benign overflow in ToneGenerator.cpp by Chad Brubaker · 7 years ago
  80. c0bad78 Fix benign unsigned overflow in AudioTrack by Chad Brubaker · 7 years ago
  81. 6179f64 Fix benign overflow in AudioTrack by Chad Brubaker · 7 years ago
  82. c3e8884 libmedia: add NULL check before accessing source and destination buffers. by Shivaprasad Hongal · 7 years ago
  83. 06752d2 audioflinger: Fix effect can't be added for mono channel input. by Manish Kumar · 9 years ago
  84. 5f72c89 AudioFlinger: Fix re-use of fast-track by Sumit Bhattacharya · 7 years ago
  85. 3c51eb8 Cached reading of stsz atom by David Williams · 7 years ago
  86. 927e983 stagefright: Clear mNoMoreOutputData flag during seeking by Jia Meng · 8 years ago
  87. 3a8e518 mediascanner: handle DATE tag by Jorge Ruesga · 8 years ago
  88. 4bc44b7 Fatal error while playing certain mkv files. by Mazhar · 9 years ago
  89. 3c0409b libstagefright: squash exynos4 support by Simon Shields · 7 years ago
  90. 89fdc5b stagefright: Fix Divx version key by Keith Mok · 7 years ago
  91. 65890a7 Fixed comparison on 64 bit system by Keith Mok · 7 years ago
  92. 653ed1a video: Add QHD & 2K profile for recorder by Xavier Varricatt · 8 years ago
  93. 3720c6e Volume should take VOLUME_MIN_DB value when audio is muted. by Safa Boumaiza · 7 years ago
  94. 40b5cb7 stagefright: Fix build breaks by Keith Mok · 7 years ago
  95. 53f3009 stagefright: More HW codec support w/ FFMPEGExtractor by Steve Kondik · 7 years ago
  96. f474d17 Handle error result from DrmManagerClient correctly by Patrik Lindgren · 8 years ago
  97. bc585fb Handle malformed audio packets received during RTSP stream switching by Sunil Shah · 12 years ago
  98. e19236d Tuning the number of packets for one read in StreamingSource by osamu fujita · 7 years ago
  99. b6cc3eb stagefright: Fix fallback mechanism to SW decoder by Keith Mok · 7 years ago
  100. 1de1d15 stagefright: handleSetSurface: Don't dereference null graphic buffers by Diogo Ferreira · 7 years ago