1. 6786fcc DO NOT MERGE by James Dong · 14 years ago
  2. 8b023a2 Merge "Add the mediaplayer release in the test validation. This is to ensure the media player release properly." into gingerbread by Yu Shan Emily Lau · 14 years ago
  3. f514bdc Fix off-by-two and other bugs in the visualization code. b/3137511 by Marco Nelissen · 14 years ago
  4. 0a61288 Assume that all of the decoded vorbis audio data is valid unless the source indicates otherwise. by Andreas Huber · 14 years ago
  5. 93aa00c Add the mediaplayer release in the test validation. This is to ensure the media player release properly. by Yu Shan Emily Lau · 14 years ago
  6. cc02ac5 Fix issue 3126094. by Eric Laurent · 14 years ago
  7. 89a0104 Turn the media time adjustment in file writer back on by James Dong · 14 years ago
  8. 22b37fa File writer size estimation improvement by James Dong · 14 years ago
  9. 4d450a8 If we encounter video stream EOS while seeking we may still need to seek audio. by Andreas Huber · 14 years ago
  10. d68cda4 An attempt to unregister a handler that's no longer registered should not cause an assertion. by Andreas Huber · 14 years ago
  11. bc96c28 Merge "For thumbnail extraction make sure we instantiate a decoder that allows access to the framebuffer. Implement the samsung workaround to support this by reconfiguring the decoder." into gingerbread by Andreas Huber · 14 years ago
  12. 99bc1da If the PES packet size exceeds 16-bit range, use a packet size of 0 instead. This is valid for video content according to the specs. by Andreas Huber · 14 years ago
  13. 5a40e39 For thumbnail extraction make sure we instantiate a decoder that allows access to the framebuffer. Implement the samsung workaround to support this by reconfiguring the decoder. by Andreas Huber · 14 years ago
  14. a4f391c Include the framework copy of the OpenMAX headers instead of referencing external/opencore. by Andreas Huber · 14 years ago
  15. 6da2ae1 Make sure we cache the sampleTable again if using the caching datasource. by Andreas Huber · 14 years ago
  16. 02d0ff6 Fix issue 3098850 by Eric Laurent · 14 years ago
  17. 0c9b577 Metadata.cpp and Metadata.java had drifted out of sync. This change remedies that. by Andreas Huber · 14 years ago
  18. 5f42391 Merge "Attempt to derive the avg. bitrate of the entire stream from metadata." into gingerbread by Andreas Huber · 14 years ago
  19. cc5fb1d Some webcams output rtp streams but never send any rtcp data in violation of by Andreas Huber · 14 years ago
  20. 4deb3eb Attempt to derive the avg. bitrate of the entire stream from metadata. by Andreas Huber · 14 years ago
  21. 312644c Merge "Support for writing to MPEG2 transport stream files." into gingerbread by Andreas Huber · 14 years ago
  22. 9adf466 Support for writing to MPEG2 transport stream files. by Andreas Huber · 14 years ago
  23. 54d0972 HTTP Live content that are tagged as complete are now seekable. by Andreas Huber · 14 years ago
  24. 0dc6403 Just in case we're behind a NAT router/firewall, attempt to poke holes into it for future incoming RTP/RTCP packets to pass through. by Andreas Huber · 14 years ago
  25. 0c46b69 RTSP seeking is now asynchronous, MediaPlayer is not notified that the seek is complete until it actually is. Ignore seek requests on live streams. by Andreas Huber · 14 years ago
  26. 38285db Refactor some more h.264 utility code out into avc_utils. Work around a hardware decoder issue by making sure the first access unit submitted to a decoder at startup or after seek is an IDR. by Andreas Huber · 14 years ago
  27. f72dd01 Merge "Disable 10secs forward/backward seeking for rtsp as seek is a very expensive operation there. Decouple the 10sec forward/backward button functionality from seekbar functionality." into gingerbread by Andreas Huber · 14 years ago
  28. b9bf545 Merge "Respect the cropping rectangle when extracting the video dimensions from the sequence parameter set of H.264 streams." into gingerbread by Andreas Huber · 14 years ago
  29. 6934207 Respect the cropping rectangle when extracting the video dimensions from the sequence parameter set of H.264 streams. by Andreas Huber · 14 years ago
  30. 10b9b3f Disable 10secs forward/backward seeking for rtsp as seek is a very expensive operation there. Decouple the 10sec forward/backward button functionality from seekbar functionality. by Andreas Huber · 14 years ago
  31. 6dcdfdb Merge "Name the writer threads" into gingerbread by James Dong · 14 years ago
  32. c5912ac Merge "Disable the access unit timeout temporarily while a seek operation is in progress." into gingerbread by Andreas Huber · 14 years ago
  33. e51e809 Disable the access unit timeout temporarily while a seek operation is in progress. by Andreas Huber · 14 years ago
  34. b37fcbf Merge "Added getter for session Id to AudioSink" into gingerbread by Eric Laurent · 14 years ago
  35. c67acb2 Name the writer threads by James Dong · 14 years ago
  36. b3bdf3f Added getter for session Id to AudioSink by Eric Laurent · 14 years ago
  37. 3418835 Increase scratch buffers sizes in mp3 software decoder, this integrates a PV master/opensource patch. by Andreas Huber · 14 years ago
  38. 4c19bf9 Work to support switching transport streams mid-stream and signalling discontinuities to the decoder. by Andreas Huber · 14 years ago
  39. 1e19416 On this particular device the hardware video decoder spits out buffers that don't actually contain our video data, so we cannot use them to restore the video frame after suspend/resume. by Andreas Huber · 14 years ago
  40. c743f45 Make sure to call AudioTrack::stop() instead of AudioTrack::pause() after submitting all samples to AudioTrack to make sure those remaining samples are actually played out. by Andreas Huber · 14 years ago
  41. 79a3981 Fix Looper leaks in MediaRecorderStressTest. by Jeff Brown · 14 years ago
  42. 6a9e39a Fixed an issue where the reserved free space in the file writer was larger than intended by James Dong · 14 years ago
  43. b99f0c7 Merge "Resilent media time stamp adjustment" into gingerbread by James Dong · 14 years ago
  44. acee8e7 Resilent media time stamp adjustment by James Dong · 14 years ago
  45. 05f6787 Make sure to finish the preparation phase even EOS occurs before we consider the cache to be completely filled up. by Andreas Huber · 14 years ago
  46. 1913c1a Don't retrieve metadata unless necessary for ogg-vorbis ringtone auto-looping. by Andreas Huber · 14 years ago
  47. 6c609b6 Merge "Turn off media time adjustment by default" into gingerbread by James Dong · 14 years ago
  48. 9160e4a Turn off media time adjustment by default by James Dong · 14 years ago
  49. e619a9d Merge "Start playing live streams from the start, no the middle..." into gingerbread by Andreas Huber · 14 years ago
  50. a424f7c Start playing live streams from the start, no the middle... by Andreas Huber · 14 years ago
  51. 21d28a2 Remove development-only code. by Andreas Huber · 14 years ago
  52. b72c7e3 Squashed commit of the following: by Andreas Huber · 14 years ago
  53. 4712baa Issue 3032913: improve AudioTrack recovery time by Eric Laurent · 14 years ago
  54. d6877fa Merge "AMRNB: use Frame_Type_3GPP defined in frame_type_3gpp.h instead." into gingerbread by Chia-chi Yeh · 14 years ago
  55. 081833d AMRNB: use Frame_Type_3GPP defined in frame_type_3gpp.h instead. by Chia-chi Yeh · 14 years ago
  56. 4fd3ecc Fix several audio effects problems. by Eric Laurent · 14 years ago
  57. 88a995e Merge "Properly flush the AudioTrack/AudioSink on a seek request and make sure that both the mp3 decoder and aac software decoders start fresh after a seek without any dependency on previously decoded content." into gingerbread by Andreas Huber · 14 years ago
  58. ad3fcfe Properly flush the AudioTrack/AudioSink on a seek request and make sure that both the mp3 decoder and aac software decoders start fresh after a seek without any dependency on previously decoded content. by Andreas Huber · 14 years ago
  59. be04506 Merge "Instead of constantly polling the AudioPlayer to see if it reached EOS or finished seeking, initiate the notification from the AudioPlayer when the event happens." into gingerbread by Andreas Huber · 14 years ago
  60. 2b359ed Instead of constantly polling the AudioPlayer to see if it reached EOS or finished seeking, initiate the notification from the AudioPlayer when the event happens. by Andreas Huber · 14 years ago
  61. 4769f57 Merge "Vorbis files may have more samples encoded that should be used, i.e. we have to trim samples at the end of the stream. This is crucial for proper looping of some audio files." into gingerbread by Andreas Huber · 14 years ago
  62. 3a9cc8c Merge "Squashed commit of the following:" into gingerbread by Andreas Huber · 14 years ago
  63. 38ae220 Vorbis files may have more samples encoded that should be used, i.e. we have to trim samples at the end of the stream. This is crucial for proper looping of some audio files. by Andreas Huber · 14 years ago
  64. 124a346 Fix media.player dumpsys to output open/mapped files correctly. Bug 2866669. by Dave Sparks · 14 years ago
  65. c751ecc Squashed commit of the following: by Andreas Huber · 14 years ago
  66. bf47092 Merge "Fix track duration calculation if the start timestamp is non-zero" into gingerbread by James Dong · 14 years ago
  67. dacebe6 Fix track duration calculation if the start timestamp is non-zero by James Dong · 14 years ago
  68. abaabb2 Merge "Support other kinds of HTTP redirect in NuHTTPDataSource" into gingerbread by Andreas Huber · 14 years ago
  69. ab2116c Support other kinds of HTTP redirect in NuHTTPDataSource by Andreas Huber · 14 years ago
  70. 4d3fb50 Fix error in AudioEffect command status reporting. by Eric Laurent · 14 years ago
  71. 2fb43ef fix problem in AudioEffect JNI setup. by Eric Laurent · 14 years ago
  72. 7b2ed5d Merge "Depending on our preference to write 2-byte or 4-byte NALs, patch the codec specific data 'avcC' accordingly." into gingerbread by Andreas Huber · 14 years ago
  73. e763593 Depending on our preference to write 2-byte or 4-byte NALs, patch the codec specific data 'avcC' accordingly. by Andreas Huber · 14 years ago
  74. 1a5149e Fix issue 3022800. by Eric Laurent · 14 years ago
  75. 903fc22 Ignore errors from correction parameter query and config for M4v and H263 encoders by James Dong · 14 years ago
  76. 1e0e166 Use the advertised profile and level from M4V and H263 video encoders by James Dong · 14 years ago
  77. 3efbc55 Merge "Fix more audio effects auto tests" into gingerbread by Eric Laurent · 14 years ago
  78. 9c37da7 Raise the amount of memory set aside for omx buffer allocations in the test harness to accomodate the new requirements of some codecs. by Andreas Huber · 14 years ago
  79. ec1e9c7 Fix more audio effects auto tests by Eric Laurent · 14 years ago
  80. 55f8aee Make sure we drain the avc software decoder's output queue once we run out of input data. by Andreas Huber · 14 years ago
  81. 4f29455 Merge "Fix broken insert reverb auto tests." into gingerbread by Eric Laurent · 14 years ago
  82. 71fe631 Fix broken insert reverb auto tests. by Eric Laurent · 14 years ago
  83. a6dc469 Merge "Fix issue 2913071." into gingerbread by Eric Laurent · 14 years ago
  84. 87d208f Merge "This log message is codec specific." into gingerbread by Andreas Huber · 14 years ago
  85. 6773848 Merge "Remove stagefright foundation's incompatible logging interface and update callsites." into gingerbread by Andreas Huber · 14 years ago
  86. 6e3fa44 Remove stagefright foundation's incompatible logging interface and update callsites. by Andreas Huber · 14 years ago
  87. 672c0dc Fix issue 2913071. by Eric Laurent · 14 years ago
  88. af0a188 This log message is codec specific. by Andreas Huber · 14 years ago
  89. 8d1513e Merge "Made audio effect control panel intents public." into gingerbread by Eric Laurent · 14 years ago
  90. 92cf2d6 Made audio effect control panel intents public. by Eric Laurent · 14 years ago
  91. 40da64f Another attempt for fixing AAC+/eAAC+ related issue by James Dong · 14 years ago
  92. 3c473ea Add a check to track a problem the monkey script has been triggering. by Marco Nelissen · 14 years ago
  93. f98197a Make sure the message dispatcher stays around until after OMX_FreeHandle is finished in case it posts some more messages during shutdown. Clear the source as soon as possible in OMXCodec's destructor. by Andreas Huber · 14 years ago
  94. 524e6f6 Register the new OMX components. by Andreas Huber · 14 years ago
  95. a7516e9 Merge "Make sure the .wav extractor does not read data outside the bounds of the 'data' box." into gingerbread by Andreas Huber · 14 years ago
  96. 4f5bb1e Make sure the .wav extractor does not read data outside the bounds of the 'data' box. by Andreas Huber · 14 years ago
  97. a7f5e47 Merge "Fixed a bug in the query to the supported profiles and levels" into gingerbread by James Dong · 14 years ago
  98. dfb8991 Fixed a bug in the query to the supported profiles and levels by James Dong · 14 years ago
  99. 45922df Sometimes the avc software decoder will signal that a frame is ready but then unexpectedly fail to return the frame... stop asserting on that and return an error instead. by Andreas Huber · 14 years ago
  100. 8946ab2 A ThreadedSource wraps around an existing MediaSource and reads output buffers on a separate thread. It's now used for the vpx decoder to decode frames ahead of time to improve playback performance. by Andreas Huber · 14 years ago