summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Stop metadata retriever from dereferencing a NULL pointer ifAndreas Huber2011-09-061-2/+14
* | | | | | Merge "Fix startBluetoothSco race"Marco Nelissen2011-09-071-4/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix startBluetoothSco raceMarco Nelissen2011-09-061-4/+2
| | |_|/ / | |/| | |
* | | | | Merge "Use device-dependent frame rate in the media recorder performance test"James Dong2011-09-071-5/+26
|\ \ \ \ \
| * | | | | Use device-dependent frame rate in the media recorder performance testJames Dong2011-09-061-5/+26
| |/ / / /
* | | | | Revert "To make SniffMP3() more concrete so that we can remove false-positve ...James Dong2011-09-061-16/+15
|/ / / /
* | | | Merge "Issue 5247986: Battery drain due to audio wakelock"Eric Laurent2011-09-061-4/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Issue 5247986: Battery drain due to audio wakelockEric Laurent2011-09-061-4/+21
* | | | Merge "Handle setDataSource failures properly. #5261671"Dave Burke2011-09-061-9/+9
|\ \ \ \
| * | | | Handle setDataSource failures properly. #5261671Dave Burke2011-09-061-9/+9
* | | | | Merge "Don't overwrite pending port setting change if there are more than one...James Dong2011-09-061-2/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Don't overwrite pending port setting change if there are more than one port s...James Dong2011-09-011-2/+4
* | | | | Merge "MediaPlayer: remove the setTexture method"Jamie Gennis2011-09-051-34/+0
|\ \ \ \ \
| * | | | | MediaPlayer: remove the setTexture methodJamie Gennis2011-09-021-34/+0
| | |/ / / | |/| | |
* | | | | Merge "Fix 5240036: Generate a reasonable bitrate for intermediate clips."Chih-Chung Chang2011-09-041-6/+33
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix 5240036: Generate a reasonable bitrate for intermediate clips.Chih-Chung Chang2011-09-021-6/+33
| | |/ / | |/| |
* | | | Fix issue 5252593: any app can restart the runtimeEric Laurent2011-09-022-15/+33
| |/ / |/| |
* | | Properly serialize access to FileSource::getSize by acquiring the mutexAndreas Huber2011-09-021-0/+2
* | | Require INTERNET permission for network-based content.Dave Burke2011-09-027-176/+141
|/ /
* | Merge "Guard the audio notifications with a separate lock to avoid deadlocks ...Andreas Huber2011-09-012-18/+17
|\ \
| * | Guard the audio notifications with a separate lock to avoid deadlocks during ...Andreas Huber2011-09-012-18/+17
| |/
* | Signal an error when encountering a malformed .ts stream.Andreas Huber2011-09-011-13/+33
|/
* Merge "Fix 5243349 RemoteControlDisplay incorrectly updated"Jean-Michel Trivi2011-08-311-43/+47
|\
| * Fix 5243349 RemoteControlDisplay incorrectly updatedJean-Michel Trivi2011-08-311-43/+47
* | Merge "Fix for 5156702 Rotate video output for thumbnails and export"Rajneesh Chowdury2011-08-318-17/+88
|\ \
| * | Fix for 5156702 Rotate video output for thumbnails and exportRajneesh Chowdury2011-08-308-17/+88
* | | Merge "I have one HLS stream that switches stream PIDs from one bandwidth to ...Andreas Huber2011-08-315-27/+101
|\ \ \
| * | | I have one HLS stream that switches stream PIDs from one bandwidth to the nextAndreas Huber2011-08-315-27/+101
* | | | Merge "Discontinuities are only signalled on streams that have been identifie...Andreas Huber2011-08-312-32/+26
|\ \ \ \ | |/ / /
| * | | Discontinuities are only signalled on streams that have been identified, i.e.Andreas Huber2011-08-312-32/+26
* | | | Merge "Update SurfaceMediaSource_test to not use pbuffer configs"Pannag Sanketi2011-08-311-30/+16
|\ \ \ \
| * | | | Update SurfaceMediaSource_test to not use pbuffer configsPannag Sanketi2011-08-301-30/+16
* | | | | Merge "Fix a crash where the EOS was signalled but some output buffer were st...James Dong2011-08-311-1/+1
|\ \ \ \ \
| * | | | | Fix a crash where the EOS was signalled but some output buffer were still pen...James Dong2011-08-301-1/+1
* | | | | | Merge "Fix SurfaceMediaSource timestamp handling."Eino-Ville Talvala2011-08-311-2/+26
|\ \ \ \ \ \
| * | | | | | Fix SurfaceMediaSource timestamp handling.Eino-Ville Talvala2011-08-301-2/+26
| | |_|_|/ / | |/| | | |
* | | | | | Merge "Change condition to enter silent mode."Eric Laurent2011-08-311-15/+16
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Change condition to enter silent mode.Eric Laurent2011-08-311-15/+16
* | | | | | Merge "Fix 5242200 only update RemoteControlDisplay when a client is present"Jean-Michel Trivi2011-08-311-3/+6
|\ \ \ \ \ \
| * | | | | | Fix 5242200 only update RemoteControlDisplay when a client is presentJean-Michel Trivi2011-08-311-3/+6
| | |_|_|_|/ | |/| | | |
* | | | | | Merge "Stop the AudioSource in reset() of AwesomePlayer if AudioSource is not...Gloria Wang2011-08-311-1/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Stop the AudioSource in reset() of AwesomePlayer if AudioSource is not NULLGloria Wang2011-08-311-1/+2
* | | | | | Merge "ATSParser now supports a mode in which PTS is considered to be absolut...Andreas Huber2011-08-313-11/+24
|\ \ \ \ \ \
| * | | | | | ATSParser now supports a mode in which PTS is considered to be absolute timeAndreas Huber2011-08-303-11/+24
| | |_|_|/ / | |/| | | |
* | | | | | RemoteControlClient metadata: add method for metadata of long typeJean-Michel Trivi2011-08-301-10/+76
| |_|/ / / |/| | | |
* | | | | Merge "Bug 5045498 Force display update when display registers"Jean-Michel Trivi2011-08-301-29/+19
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Bug 5045498 Force display update when display registersJean-Michel Trivi2011-08-301-29/+19
* | | | | Merge changes I33f59705,Ia4c8c822,I2fb695ab,I2e587afcJamie Gennis2011-08-302-8/+18
|\ \ \ \ \
| * | | | | MediaDump: use the MediaPlayer#setSurface methodJamie Gennis2011-08-291-1/+4
| * | | | | MediaPlayer: unhide the setSurface methodJamie Gennis2011-08-291-7/+14
| | |_|/ / | |/| | |