1. 59b7dc3 Support for writing to MPEG2 transport stream files. by Andreas Huber · 14 years ago
  2. 2bc940b 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
  3. 0dcd837 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
  4. c68a48c 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
  5. 6f3cba5 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
  6. e6d2645 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
  7. 2d511ff Respect the cropping rectangle when extracting the video dimensions from the sequence parameter set of H.264 streams. by Andreas Huber · 14 years ago
  8. 70f521d 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
  9. cb71fba Merge "Name the writer threads" into gingerbread by James Dong · 14 years ago
  10. 80d4122 Merge "Disable the access unit timeout temporarily while a seek operation is in progress." into gingerbread by Andreas Huber · 14 years ago
  11. a9d9dd2 Disable the access unit timeout temporarily while a seek operation is in progress. by Andreas Huber · 14 years ago
  12. bea1618 Merge "Added getter for session Id to AudioSink" into gingerbread by Eric Laurent · 14 years ago
  13. a6f61fc Name the writer threads by James Dong · 14 years ago
  14. 8c563ed Added getter for session Id to AudioSink by Eric Laurent · 14 years ago
  15. f4ea1f9 Increase scratch buffers sizes in mp3 software decoder, this integrates a PV master/opensource patch. by Andreas Huber · 14 years ago
  16. 2a4d22d Work to support switching transport streams mid-stream and signalling discontinuities to the decoder. by Andreas Huber · 14 years ago
  17. 2b82e96 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
  18. 0bcae47 Merge "Fixed AudioFlinger not always pausing tracks" into gingerbread by Eric Laurent · 14 years ago
  19. af59ce2 Fixed AudioFlinger not always pausing tracks by Eric Laurent · 14 years ago
  20. b2e3954 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
  21. 5081793 fix [2835280] Add support for cancelling buffers to ANativeWindow by Mathias Agopian · 14 years ago
  22. a007e82 Fixed an issue where the reserved free space in the file writer was larger than intended by James Dong · 14 years ago
  23. 3754a79 Merge "Resilent media time stamp adjustment" into gingerbread by James Dong · 14 years ago
  24. 872a481 Resilent media time stamp adjustment by James Dong · 14 years ago
  25. 83977eb 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
  26. 6954535 Don't retrieve metadata unless necessary for ogg-vorbis ringtone auto-looping. by Andreas Huber · 14 years ago
  27. 1fd01cb Merge "Turn off media time adjustment by default" into gingerbread by James Dong · 14 years ago
  28. d0ea545 Turn off media time adjustment by default by James Dong · 14 years ago
  29. a49c0d0 Merge "Start playing live streams from the start, no the middle..." into gingerbread by Andreas Huber · 14 years ago
  30. 6466853 Start playing live streams from the start, no the middle... by Andreas Huber · 14 years ago
  31. caf5a48 Remove development-only code. by Andreas Huber · 14 years ago
  32. 6a63a93 Squashed commit of the following: by Andreas Huber · 14 years ago
  33. 44d9848 Issue 3032913: improve AudioTrack recovery time by Eric Laurent · 14 years ago
  34. 9228552 Merge "AMRNB: use Frame_Type_3GPP defined in frame_type_3gpp.h instead." into gingerbread by Chia-chi Yeh · 14 years ago
  35. 88cfb59 AMRNB: use Frame_Type_3GPP defined in frame_type_3gpp.h instead. by Chia-chi Yeh · 14 years ago
  36. dac6911 Fix several audio effects problems. by Eric Laurent · 14 years ago
  37. 036fad5 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
  38. c7d368d 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
  39. 6fd2b44 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
  40. ed54ad0 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
  41. 8211da9 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
  42. 640d660 Merge "Squashed commit of the following:" into gingerbread by Andreas Huber · 14 years ago
  43. db62222 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
  44. 02fa834 Fix media.player dumpsys to output open/mapped files correctly. Bug 2866669. by Dave Sparks · 14 years ago
  45. 0da4dab Squashed commit of the following: by Andreas Huber · 14 years ago
  46. 4a73f3d The old overlay should be destroyed if orientation changes. by Wu-cheng Li · 14 years ago
  47. e2dc4aa Merge "Fix track duration calculation if the start timestamp is non-zero" into gingerbread by James Dong · 14 years ago
  48. 8428af5 Fix track duration calculation if the start timestamp is non-zero by James Dong · 14 years ago
  49. 676570f Merge "Support other kinds of HTTP redirect in NuHTTPDataSource" into gingerbread by Andreas Huber · 14 years ago
  50. 7539a05 Support other kinds of HTTP redirect in NuHTTPDataSource by Andreas Huber · 14 years ago
  51. 0fa449c Fix error in AudioEffect command status reporting. by Eric Laurent · 14 years ago
  52. 76e2c7b Merge "Instead of just writing one track to the .mp4 file, write all of them (at most 1 video and 1 audio track). Also support httplive URIs in the stagefright commandline tool." into gingerbread by Andreas Huber · 14 years ago
  53. ea314ac Instead of just writing one track to the .mp4 file, write all of them (at most 1 video and 1 audio track). Also support httplive URIs in the stagefright commandline tool. by Andreas Huber · 14 years ago
  54. 35dd00b Merge "Fix issue 3007862" into gingerbread by Eric Laurent · 14 years ago
  55. 84e9a10 Fix issue 3007862 by Eric Laurent · 14 years ago
  56. bbc3831 Proper sync-frame detection for sources that don't already provide it. by Andreas Huber · 14 years ago
  57. 1f78bad 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
  58. 95fcef2 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
  59. 59f63db Ignore errors from correction parameter query and config for M4v and H263 encoders by James Dong · 14 years ago
  60. 97e0fcc Use the advertised profile and level from M4V and H263 video encoders by James Dong · 14 years ago
  61. fac4895 Request permission for global audio effects. by Eric Laurent · 14 years ago
  62. 9fb467e 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
  63. 5a808f8 Make sure we drain the avc software decoder's output queue once we run out of input data. by Andreas Huber · 14 years ago
  64. 5ee6bb5 Merge "Fix issue 2913071." into gingerbread by Eric Laurent · 14 years ago
  65. a312142 Merge "This log message is codec specific." into gingerbread by Andreas Huber · 14 years ago
  66. 43d4f74 Merge "Remove stagefright foundation's incompatible logging interface and update callsites." into gingerbread by Andreas Huber · 14 years ago
  67. 6e4c5c4 Remove stagefright foundation's incompatible logging interface and update callsites. by Andreas Huber · 14 years ago
  68. 0e75f0f Fix issue 2913071. by Eric Laurent · 14 years ago
  69. 955194d This log message is codec specific. by Andreas Huber · 14 years ago
  70. e936413 Merge "Allow record to set input color format as a command line option" into gingerbread by James Dong · 14 years ago
  71. 425587d Merge "Another attempt for fixing AAC+/eAAC+ related issue" into gingerbread by James Dong · 14 years ago
  72. ac4205c Rename FOCUS_MODE_CONTINUOUS to FOCUS_MODE_CONTINUOUS_VIDEO. by Wu-cheng Li · 14 years ago
  73. 1826945 Another attempt for fixing AAC+/eAAC+ related issue by James Dong · 14 years ago
  74. a733679 Allow record to set input color format as a command line option by James Dong · 14 years ago
  75. 1c1503c Add a check to track a problem the monkey script has been triggering. by Marco Nelissen · 14 years ago
  76. 00998fb 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
  77. 095916d Register the new OMX components. by Andreas Huber · 14 years ago
  78. 876742d 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
  79. 102dfe0 Merge "Make sure stagefright -o terminates even if we're using a raw audio source (such as .wav pcm)" into gingerbread by Andreas Huber · 14 years ago
  80. c225da9 Make sure stagefright -o terminates even if we're using a raw audio source (such as .wav pcm) by Andreas Huber · 14 years ago
  81. 104fcb8 Make sure the .wav extractor does not read data outside the bounds of the 'data' box. by Andreas Huber · 14 years ago
  82. 0270f47 Merge "Fixed a bug in the query to the supported profiles and levels" into gingerbread by James Dong · 14 years ago
  83. f01691f Fixed a bug in the query to the supported profiles and levels by James Dong · 14 years ago
  84. 72b2749 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
  85. aae3516 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
  86. 70fb57d Merge "Fix problem in lvm effect bundle wrapper" into gingerbread by Eric Laurent · 14 years ago
  87. 29cc743 Fix problem in lvm effect bundle wrapper by Eric Laurent · 14 years ago
  88. eae6193 Merge "Upgrade to the latest .webm project code." into gingerbread by Andreas Huber · 14 years ago
  89. acf67ea Upgrade to the latest .webm project code. by Andreas Huber · 14 years ago
  90. d790910 Merge "Add some explicit error log messages" into gingerbread by James Dong · 14 years ago
  91. e78d3bb Merge "Fix audio input sample timestamp when audio driver loses audio samples" into gingerbread by James Dong · 14 years ago
  92. 3b93208 Merge "Various fixes to improve resilience of the rtsp stack against spurious errors instead of asserting." into gingerbread by Andreas Huber · 14 years ago
  93. 6f85dba Various fixes to improve resilience of the rtsp stack against spurious errors instead of asserting. by Andreas Huber · 14 years ago
  94. a1abc1a Add some explicit error log messages by James Dong · 14 years ago
  95. 67e9269 Fix audio input sample timestamp when audio driver loses audio samples by James Dong · 14 years ago
  96. e0aed6d Fix volume problems with insert revert by Eric Laurent · 14 years ago
  97. a175413 Merge "LVM release 1.09 delivery" into gingerbread by Eric Laurent · 14 years ago
  98. acb5621 TimedEventQueue now explicitly sets its scheduling policy to foreground as it should. by Andreas Huber · 14 years ago
  99. 5185b01 LVM release 1.09 delivery by Eric Laurent · 14 years ago
  100. 31d2a4b Merge "Instead of asserting return a runtime error if the maximum sample size cannot be determined." into gingerbread by Andreas Huber · 14 years ago