- c2f1f07 Fix issue 1795088 Improve audio routing code by Eric Laurent · 17 years ago
- a64c8c7 Added native metadata support. by niko · 17 years ago
- d608a81 Added method to get metadata out of the player. by niko · 17 years ago
- 361f482 Fixes to make libstagefright build for the simulator. by Marco Nelissen · 17 years ago
- 14d2747 New test player stub to load mock native players. by Nicolas Catania · 17 years ago
- 20111aa Squashed commit of the following: by Andreas Huber · 17 years ago
- 508a3b6 Merge change 7150 by Android (Google) Code Review · 17 years ago
- 7b11556 Ignore pause and seek for live streaming. by Ravi K Yenduri · 17 years ago
- b07c28b add a ctor to Mutex to specify the type, which can be shared. This is used by sf and af an soon will allow some optimization in the kernel for non shared mutexes by Mathias Agopian · 17 years ago
- 00ee480 implement Mutex and Condition with pthread instead of calling futex directly. by Mathias Agopian · 17 years ago
- 8e1b6cc Basic plumbing to retrieve metadata from the native player. by Nicolas Catania · 17 years ago
- a7e0e8b Implemented the metadata changed notification filters. by Nicolas Catania · 17 years ago
- 814914c Merge change 6382 by Android (Google) Code Review · 17 years ago
- 7c5252e add a virtual destructor to region_rasterizer, to be on the safe side by Mathias Agopian · 17 years ago
- 349dba3 am 88e209dc: Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR by Eric Laurent · 17 years ago
- 5732662 Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR by Eric Laurent · 17 years ago
- e35922d merge master in master_gl by Mathias Agopian · 17 years ago
- 1d187f1 Direct api to the native media player. by Nicolas Catania · 17 years ago
- 3d59a4b am 1bee98af: Merge change 5100 into donut by Android (Google) Code Review · 17 years ago
- 5e0a304 Fill in CDMA gaps and clean up ToneGenerator code by David Krause · 17 years ago
- e4f071b am 5277103d: Merge change 5035 into donut by Android (Google) Code Review · 17 years ago
- f1bd03d add glTexParameteri() and fix glTexParameteriv() by Mathias Agopian · 17 years ago
- db8749b Merge commit 'goog/master' into merge_master by Mathias Agopian · 17 years ago
- 4710a1f am d670b8c6: Merge change 3981 into donut by Android (Google) Code Review · 17 years ago
- 6609518 Removed trailing whitespaces. by Nicolas Catania · 17 years ago
- 2ff585f fix a bug where copybit only renders in the first buffer when used with s/w GL by Mathias Agopian · 17 years ago
- 79021f4 revive the copybit test. by Mathias Agopian · 17 years ago
- 2a7d5b3 am b2df1699: Merge change 1548 into donut by Android (Google) Code Review · 17 years ago
- 9747c5a NJ-1409: (frameworks/base) Support new audio encoding types(AMR and AAC). by Jianhong Jiang · 17 years ago
- 348514d cleanup Debug.h a bit by Mathias Agopian · 17 years ago
- cf77b16 Merge commit 'goog/master' into merge_master by Mathias Agopian · 17 years ago
- 273d098 get rid of utils.h by Mathias Agopian · 17 years ago
- 0b4a2fb Merge commit 'goog/master' into merge_master by Mathias Agopian · 17 years ago
- 95634c8 am de8268d6: Merge change 2331 into donut by Android (Google) Code Review · 17 years ago
- f5879c1 Fix issue 1846343 - part 1 by Eric Laurent · 17 years ago
- 794aaef merge master to master_gl by Mathias Agopian · 17 years ago
- 7562408 move libbinder's header files under includes/binder by Mathias Agopian · 17 years ago
- 615a9bf checkpoint: split libutils into libutils + libbinder by Mathias Agopian · 17 years ago
- cde489a Region now has its own implementation instead of relying on SkRegion, which allows us to break libui's dependency on libcorecg. by Mathias Agopian · 17 years ago
- f21de66 Merge commit 'goog/master' into merge_master by Mathias Agopian · 17 years ago
- 0b62e24 Fixed issue 1709450: Requirements for CDMA Tone Generator by Eric Laurent · 17 years ago
- 376f561 move android_native_buffer_t declaration into its own private/ui/android_native_priv.h header, since user code should never have access to it. by Mathias Agopian · 17 years ago
- 81dd9e9 move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h and don't include it from egl.h by Mathias Agopian · 17 years ago
- 4fde27f a brand new MessageQueue for SurfaceFlinger. by Mathias Agopian · 17 years ago
- a4495e1 Merge commit 'goog/master' into merge_master by Mathias Agopian · 17 years ago
- 1dd70b9 Fix issue 1745312: Various cleanups in media framework by Eric Laurent · 17 years ago
- b1514c9 Integrate from //sandbox/mathias/donut/...@145728 by Mathias Agopian · 17 years ago
- 29a6500 AI 143327: am: CL 143177 am: CL 142889 Fix issue #1736153 Camera shutter sound can be muted by new AlarmClock setting. by Eric Laurent · 18 years ago
- a845f67 AI 143177: am: CL 142889 Fix issue #1736153 Camera shutter sound can be muted by new AlarmClock setting. by Eric Laurent · 18 years ago
- 7d56324 Automated import from //branches/donutburger/...@141200,141200 by Jean-Michel Trivi · 18 years ago
- 90ca92c Automated import from //branches/master/...@141201,141201 by Jean-Michel Trivi · 18 years ago
- 1af452f Automated import from //branches/master/...@140868,140868 by Jason Sams · 18 years ago
- 7dc1125 Automated import from //branches/donutburger/...@140866,140866 by Jason Sams · 18 years ago
- 859d22f Automated import from //branches/master/...@140665,140665 by Jean-Michel Trivi · 18 years ago
- 2c22aeb Automated import from //branches/donutburger/...@140663,140663 by Jean-Michel Trivi · 18 years ago
- 1179bc9 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 18 years ago
- c048cae auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 18 years ago
- 65e731f auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 18 years ago
- 87e06b6 auto import from //depot/cupcake/@136654 by The Android Open Source Project · 18 years ago
- 89fa4ad auto import from //depot/cupcake/@135843 by The Android Open Source Project · 18 years ago
- 15f767b auto import from //depot/cupcake/@135843 by The Android Open Source Project · 18 years ago
- ad04d92 auto import from //depot/cupcake/@132589 by The Android Open Source Project · 18 years ago
- 99ffda8 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 18 years ago
- 25658fd auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 18 years ago
- 7a2146d auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 18 years ago
- 5e07b57 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 18 years ago
- e5198b6 auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 18 years ago
- 54ffb8a auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 18 years ago
- cce8bd1 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 18 years ago
- 7b5eb02 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 18 years ago
- 2729ea9 Initial Contribution by The Android Open Source Project · 18 years ago