summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Merge "Limit maximum equalizer gain." into jb-mr1-devEric Laurent2012-09-112-40/+68
|\
| * Limit maximum equalizer gain.Eric Laurent2012-09-102-40/+68
* | Merge "audio effects: no audio preprocessing by default" into jb-mr1-devEric Laurent2012-09-101-15/+24
|\ \
| * | audio effects: no audio preprocessing by defaultEric Laurent2012-09-101-15/+24
| |/
* | Merge "Enable audio streaming to a wifi display. Remove startup delay hack." ...Andreas Huber2012-09-102-11/+4
|\ \
| * | Enable audio streaming to a wifi display. Remove startup delay hack.Andreas Huber2012-09-102-11/+4
| |/
* | am f755a506: am d81be6d6: Merge "aacenc: Mark some global arrays const"Jean-Baptiste Queru2012-09-103-3/+3
|\ \ | |/ |/|
| * am d81be6d6: Merge "aacenc: Mark some global arrays const"Jean-Baptiste Queru2012-09-103-3/+3
| |\
| | * Merge "aacenc: Mark some global arrays const"Jean-Baptiste Queru2012-09-103-3/+3
| | |\
| | | * aacenc: Mark some global arrays constMartin Storsjo2012-09-093-3/+3
* | | | am e7c992c6: am 5abc91d6: Merge "Fix libmedia and libstagefright to get expat...Elliott Hughes2012-09-094-4/+2
|\ \ \ \ | |/ / /
| * | | am 5abc91d6: Merge "Fix libmedia and libstagefright to get expat header files...Elliott Hughes2012-09-094-4/+2
| |\ \ \ | | |/ /
| | * | Fix libmedia and libstagefright to get expat header files from the approved l...Elliott Hughes2012-09-094-4/+2
| | |/
| * | am 8b152566: Merge "OMXCodec: enhance error handling of OMX IL client"Jean-Baptiste Queru2012-08-311-2/+6
| |\ \ | | |/
| | * OMXCodec: enhance error handling of OMX IL clientWeian Chen2012-08-311-2/+6
* | | Fix buffer size issue for multichannel HE-AACJean-Michel Trivi2012-09-091-1/+2
* | | Revert max buffers change.Jeff Brown2012-09-091-1/+1
* | | Add a permission for controlling wifi display.Jeff Brown2012-09-071-0/+9
* | | Merge "Fix headroom management in equalizer" into jb-mr1-devEric Laurent2012-09-071-3/+8
|\ \ \
| * | | Fix headroom management in equalizerEric Laurent2012-09-071-3/+8
* | | | Merge "Less verbose logging, lots of references." into jb-mr1-devAndreas Huber2012-09-073-3/+5
|\ \ \ \
| * | | | Less verbose logging, lots of references.Andreas Huber2012-09-073-3/+5
* | | | | Merge "Make wfd code work with both old and new dongles." into jb-mr1-devAndreas Huber2012-09-072-24/+26
|\ \ \ \ \ | |/ / / /
| * | | | Make wfd code work with both old and new dongles.Andreas Huber2012-09-072-24/+26
* | | | | Merge "audioflinger: changes for new audio devices enums" into jb-mr1-devEric Laurent2012-09-071-0/+4
|\ \ \ \ \
| * | | | | audioflinger: changes for new audio devices enumsEric Laurent2012-09-071-0/+4
* | | | | | Fix iTunSMPB parsing for AAC tracks encoded with NeroJohn Grossman2012-09-071-8/+19
|/ / / / /
* | | | | Merge "AudioRecord: Fix minimum frame count calculation." into jb-mr1-devEric Laurent2012-09-071-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | AudioRecord: Fix minimum frame count calculation.Eric Laurent2012-09-061-1/+1
| |/ / /
* | | | Add a small hook to support gapless in AAH.John Grossman2012-09-061-5/+12
* | | | Merge "Fix calculations for an obscure combo of MPEG audio options." into jb-...John Grossman2012-09-062-3/+11
|\ \ \ \
| * | | | Fix calculations for an obscure combo of MPEG audio options.John Grossman2012-09-062-3/+11
| |/ / /
* | | | Merge "Update remote display API." into jb-mr1-devJeff Brown2012-09-064-9/+9
|\ \ \ \
| * | | | Update remote display API.Jeff Brown2012-09-054-9/+9
| |/ / /
* | | | Merge "To make mimetype for WAV file consistent over SF." into jb-mr1-devMarco Nelissen2012-09-052-3/+2
|\ \ \ \
| * | | | To make mimetype for WAV file consistent over SF.Dongwon Kang2012-09-052-3/+2
* | | | | Merge "To support .mxmf which is specified in Android CDD." into jb-mr1-devMarco Nelissen2012-09-051-0/+1
|\ \ \ \ \
| * | | | | To support .mxmf which is specified in Android CDD.Dongwon Kang2012-09-051-0/+1
| |/ / / /
* | | | | Merge "Fragmented mp4 extractor" into jb-mr1-devMarco Nelissen2012-09-0512-47/+1106
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fragmented mp4 extractorMarco Nelissen2012-09-0512-47/+1106
* | | | | Expose an IRemoteDisplay to trigger wifi display connections setup and feedback.Andreas Huber2012-09-057-43/+83
* | | | | Implement remote display service stubs.Jeff Brown2012-09-056-1/+205
|/ / / /
* | | | Merge "Configure the SurfaceMediaSource to emit the same number of buffers" i...Andreas Huber2012-09-054-21/+25
|\ \ \ \
| * | | | Configure the SurfaceMediaSource to emit the same number of buffersAndreas Huber2012-09-044-21/+25
* | | | | Add setVideoScalingMode support to NuPlayerJames Dong2012-09-043-2/+46
|/ / / /
* | | | Support for acting as a wifi display sink.Andreas Huber2012-09-0411-12/+2344
* | | | Merge "Improvements to our MPEG2 Transport Stream parser" into jb-mr1-devAndreas Huber2012-09-043-23/+189
|\ \ \ \ | |/ / / |/| | |
| * | | Improvements to our MPEG2 Transport Stream parserAndreas Huber2012-08-313-23/+189
* | | | Merge "Move fragmented mp4 parser to libstagefright" into jb-mr1-devMarco Nelissen2012-08-318-106/+104
|\ \ \ \
| * | | | Move fragmented mp4 parser to libstagefrightMarco Nelissen2012-08-318-106/+104