summaryrefslogtreecommitdiffstats
path: root/media/java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Revert "Sometimes the application context is null""Marco Nelissen2015-04-221-54/+34
|\
| * Revert "Sometimes the application context is null"Marco Nelissen2015-04-221-54/+34
* | Merge "Sometimes the application context is null"Marco Nelissen2015-04-221-34/+54
|\ \ | |/
| * Sometimes the application context is nullMarco Nelissen2015-04-211-34/+54
* | Make MediaPlayer fail fast on UnknownServiceException.Alex Klyubin2015-04-201-1/+5
|/
* Frameworks/base: Use equals for Integer comparisonAndreas Gampe2015-03-153-5/+7
* Fix context leakMarco Nelissen2015-03-111-35/+44
* am 3d333c74: Merge "Fix typos in AudioManager javadoc"Narayan Kamath2015-03-101-1/+1
|\
| * Fix typos in AudioManager javadocEemi Haukkala2015-03-101-1/+1
* | am 6cad6513: Merge "reset col position to 1 on row PAC" into lmp-mr1-devChong Zhang2015-02-061-1/+1
|\ \
| * \ Merge "reset col position to 1 on row PAC" into lmp-mr1-devChong Zhang2015-02-061-1/+1
| |\ \
| | * | reset col position to 1 on row PACChong Zhang2015-02-051-1/+1
* | | | am 015fdf39: Merge "audio: allow audio port cache update even when audio patc...Wonsik Kim2015-02-031-7/+24
|\ \ \ \ | |/ / /
| * | | audio: allow audio port cache update even when audio patches contain invalida...Wonsik Kim2015-01-311-7/+24
| |/ /
* | | Merge "ImageReader: add support for compatible flexYUV buffers" into lmp-mr1-...Lajos Molnar2015-01-291-0/+5
|\ \ \ | |/ /
| * | ImageReader: add support for compatible flexYUV buffersLajos Molnar2015-01-281-0/+5
* | | am 4b1e5814: am 71191442: TIF: Do not call session callbacks when the session...Jae Seo2015-01-291-9/+27
|\ \ \ | |/ /
| * | TIF: Do not call session callbacks when the session is already releasedJae Seo2015-01-281-9/+27
* | | am 99985d98: am e74da38e: Merge "Make SoundPool use MediaCodec"Marco Nelissen2015-01-271-7/+33
|\ \ \ | | |/ | |/|
| * | Make SoundPool use MediaCodecMarco Nelissen2015-01-231-7/+33
* | | am 46c3304a: am 485813a0: Merge "Delay the second message for 30ms more than ...Matthew Xie2015-01-271-1/+1
|\ \ \ | | |/ | |/|
| * | Merge "Delay the second message for 30ms more than the last message for a2dp"...Matthew Xie2015-01-271-1/+1
| |\ \
| | * | Delay the second message for 30ms more than the last message for a2dpMatthew Xie2015-01-221-1/+1
* | | | am 5ac22aa6: am 2b144a16: Merge "MTP: Fix partial implementation of 5 new aud...Mike Lockwood2015-01-262-39/+51
|\ \ \ \ | |/ / /
| * | | MTP: Fix partial implementation of 5 new audio specific propertiesMike Lockwood2015-01-232-39/+51
| |/ /
* | | am 77c96dd8: Merge "Don\'t launch broadcast receiver processes during boot" i...Christopher Tate2015-01-201-0/+1
|\ \ \ | |/ /
| * | Don't launch broadcast receiver processes during bootChristopher Tate2015-01-201-0/+1
* | | am ef417bb7: am 6a64a9cd: Merge "Prevent AudioService dead lock issue."Jean-Michel Trivi2015-01-161-9/+10
|\ \ \ | |/ / |/| / | |/
| * Merge "Prevent AudioService dead lock issue."Jean-Michel Trivi2015-01-161-9/+10
| |\
| | * Prevent AudioService dead lock issue.seunghwan.hong2015-01-131-9/+10
| * | Merge "MediaCodec/Image: handle null cropRect correctly"Lajos Molnar2015-01-102-6/+10
| |\ \
| | * | MediaCodec/Image: handle null cropRect correctlyLajos Molnar2014-12-042-6/+10
| * | | Merge "media: add support for 160-byte image info in MediaCodec"Lajos Molnar2015-01-101-4/+4
| |\ \ \ | | |_|/ | |/| |
| | * | media: add support for 160-byte image info in MediaCodecLajos Molnar2014-12-041-4/+4
| | |/
| * | Merge "media: fix isSupportedFormat for integer frame rate"Lajos Molnar2014-12-081-4/+4
| |\ \
| | * | media: fix isSupportedFormat for integer frame rateLajos Molnar2014-12-041-4/+4
| | |/
| * | media: allow full range of Vorbis sampling ratesLajos Molnar2014-12-041-1/+1
| |/
* | AudioManager: make AudioPortEventHandler staticEric Laurent2015-01-152-89/+91
* | AudioService: handle stream mute by stream aliasEric Laurent2015-01-131-10/+16
* | Merge "AudioService: send connection intent for HDMI ARC device" into lmp-mr1...Eric Laurent2015-01-121-2/+4
|\ \
| * | AudioService: send connection intent for HDMI ARC deviceEric Laurent2015-01-091-2/+4
* | | Merge "MediaCodec: Added E-AC3 mime type (@hide)." into lmp-mr1-devRachad2015-01-101-0/+4
|\ \ \ | |/ / |/| |
| * | MediaCodec: Added E-AC3 mime type (@hide).Rachad2014-12-231-0/+4
* | | Merge "Audio Policy: Clear calling identity for all paths setting ringer mode...John Spurlock2014-12-241-32/+27
|\ \ \ | |/ / |/| |
| * | Audio Policy: Clear calling identity for all paths setting ringer mode.John Spurlock2014-12-231-32/+27
* | | Merge "AudioRecord: filter attributes" into lmp-mr1-devJean-Michel Trivi2014-12-221-6/+11
|\ \ \ | |/ / |/| |
| * | AudioRecord: filter attributesJean-Michel Trivi2014-12-221-6/+11
* | | Merge "AudioService: fix permission check." into lmp-mr1-devEric Laurent2014-12-191-0/+3
|\ \ \
| * | | AudioService: fix permission check.Eric Laurent2014-12-181-0/+3
| |/ /
* | | Merge "MediaSessionLegacyHelper uses global Application context" into lmp-mr1...Oliver Woodman2014-12-191-4/+1
|\ \ \ | |/ / |/| |