summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix calculations for an obscure combo of MPEG audio options.John Grossman2012-09-062-3/+11
* 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-059-1/+359
* Merge "Configure the SurfaceMediaSource to emit the same number of buffers" i...Andreas Huber2012-09-055-21/+28
|\
| * Configure the SurfaceMediaSource to emit the same number of buffersAndreas Huber2012-09-045-21/+28
* | 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
* | | Merge "Added an additional virtual method IStreamSource::flags()." into jb-mr...Andreas Huber2012-08-312-0/+22
|\ \ \
| * | | Added an additional virtual method IStreamSource::flags().Andreas Huber2012-08-312-0/+22
| | |/ | |/|
* | | Merge "Special mode for ESQueue that allows for earlier dequeuing of access u...Andreas Huber2012-08-312-4/+36
|\ \ \
| * | | Special mode for ESQueue that allows for earlier dequeuing of access unitsAndreas Huber2012-08-312-4/+36
| |/ /
* | | Merge "Add support for mpeg2 transport streams to the RTSP implementation." i...Andreas Huber2012-08-317-5/+254
|\ \ \ | |_|/ |/| |
| * | Add support for mpeg2 transport streams to the RTSP implementation.Andreas Huber2012-08-317-5/+254
| |/
* | Camera: set vendor_ops on camera metadata.Shuzhen Wang2012-08-311-1/+6
* | am 371e1217: (-s ours) am 8b152566: Merge "OMXCodec: enhance error handling o...Jean-Baptiste Queru2012-08-310-0/+0
|\ \
| * \ am 8b152566: Merge "OMXCodec: enhance error handling of OMX IL client"Jean-Baptiste Queru2012-08-311-2/+6
| |\ \
| | * \ 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
| | |/ /
* | | | Merge "Documentation on pipes" into jb-mr1-devGlenn Kasten2012-08-311-0/+40
|\ \ \ \
| * | | | Documentation on pipesGlenn Kasten2012-08-301-0/+40
* | | | | Merge "Update audio comments" into jb-mr1-devGlenn Kasten2012-08-314-12/+16
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Update audio commentsGlenn Kasten2012-08-304-12/+16
| |/ / /
* | | | Merge "Implement the source->sink(!) keep alive the wfd specs mandate..." int...Andreas Huber2012-08-312-12/+95
|\ \ \ \
| * | | | Implement the source->sink(!) keep alive the wfd specs mandate...Andreas Huber2012-08-302-12/+95
* | | | | Merge "Don't hard code the number of buffers for SurfaceMediaSource" into jb-...Jamie Gennis2012-08-301-3/+25
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Don't hard code the number of buffers for SurfaceMediaSourceJames Dong2012-08-301-3/+25
* | | | | Merge "Remove dead code" into jb-mr1-devGlenn Kasten2012-08-301-0/+4
|\ \ \ \ \
| * | | | | Remove dead codeGlenn Kasten2012-08-301-0/+4
* | | | | | Merge "Only run the wifi display RTSP server on demand, and only on the wifi ...Andreas Huber2012-08-3012-32/+102
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Only run the wifi display RTSP server on demand, and only on the wifi directAndreas Huber2012-08-3012-32/+102
* | | | | Merge "Move libnbaio out of AudioFlinger" into jb-mr1-devGlenn Kasten2012-08-3034-59/+65
|\ \ \ \ \
| * | | | | Move libnbaio out of AudioFlingerGlenn Kasten2012-08-3034-59/+65
| | |/ / / | |/| | |
* | | | | audio effects: fix bug in sample rate control.Eric Laurent2012-08-301-0/+2
* | | | | Merge "Camera2: Require 2 JPEG thumbnail resolutions." into jb-mr1-devEino-Ville Talvala2012-08-301-1/+1
|\ \ \ \ \
| * | | | | Camera2: Require 2 JPEG thumbnail resolutions.Eino-Ville Talvala2012-08-301-1/+1
* | | | | | Merge changes I7bef5694,Id38e2a52 into jb-mr1-devEino-Ville Talvala2012-08-308-423/+833
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | Camera2: Move preview callback processing to its own thread.Eino-Ville Talvala2012-08-305-223/+410
| * | | | Camera2: Move still capture processing to separate thread.Eino-Ville Talvala2012-08-306-206/+429
* | | | | Merge "Prepare for transmitting audio through AudioSource." into jb-mr1-devAndreas Huber2012-08-303-10/+59
|\ \ \ \ \
| * | | | | Prepare for transmitting audio through AudioSource.Andreas Huber2012-08-303-10/+59
* | | | | | Merge "Transmit frames at a higher frame rate for smoother updates, increase"...Andreas Huber2012-08-302-3/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Transmit frames at a higher frame rate for smoother updates, increaseAndreas Huber2012-08-302-3/+3
* | | | | | Merge "Optionally log the transport stream transmitted to the sink." into jb-...Andreas Huber2012-08-302-1/+28
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | Optionally log the transport stream transmitted to the sink.Andreas Huber2012-08-302-1/+28
* | | | | Merge "Camera2: Factor out FrameProcessor." into jb-mr1-devEino-Ville Talvala2012-08-305-217/+344
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Camera2: Factor out FrameProcessor.Eino-Ville Talvala2012-08-285-217/+344