summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement Surface input to MediaCodec.Andy McFadden2013-03-0415-20/+1148
* Merge "media.log cleanup" into jb-mr2-devGlenn Kasten2013-03-027-40/+24
|\
| * media.log cleanupGlenn Kasten2013-03-017-40/+24
* | am c0048178: Merge "Avoid invalid memory access when using extractMetadata()"Marco Nelissen2013-03-011-1/+16
|\ \
| * \ Merge "Avoid invalid memory access when using extractMetadata()"Marco Nelissen2013-03-011-1/+16
| |\ \
| | * | Avoid invalid memory access when using extractMetadata()Sangkyu Lee2013-02-281-1/+16
* | | | Merge "Remove tee sink debugging at compile time" into jb-mr2-devGlenn Kasten2013-03-016-23/+70
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove tee sink debugging at compile timeGlenn Kasten2013-02-266-23/+70
* | | | Merge changes I25423a2b,I24680f1a into jb-mr2-devIgor Murashkin2013-03-0114-22/+668
|\ \ \ \
| * | | | ProCamera: Add CpuConsumer asynchronous mode supportIgor Murashkin2013-02-283-3/+81
| * | | | Camera: Drop ProCamera connections when a Camera connection happensIgor Murashkin2013-02-2813-19/+587
* | | | | Merge "ProCameraTest: Drop frames test move processing delay between lock/unl...Igor Murashkin2013-03-011-5/+5
|\ \ \ \ \ | |/ / / /
| * | | | ProCameraTest: Drop frames test move processing delay between lock/unlockIgor Murashkin2013-02-281-5/+5
* | | | | am ceb83b8d: Merge "SoftAMR: Signal the right frame format"Andreas Huber2013-02-271-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge "SoftAMR: Signal the right frame format"Andreas Huber2013-02-271-1/+1
| |\ \ \ \
| | * | | | SoftAMR: Signal the right frame formatMartin Storsjo2013-02-171-1/+1
* | | | | | am ccf51ec4: Merge "SoftVorbis: Set the right encoding in the port definition"Andreas Huber2013-02-271-1/+1
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | Merge "SoftVorbis: Set the right encoding in the port definition"Andreas Huber2013-02-271-1/+1
| |\ \ \ \
| | * | | | SoftVorbis: Set the right encoding in the port definitionMartin Storsjo2013-01-311-1/+1
| | | |_|/ | | |/| |
* | | | | Camera: Start of support for version 3.0 of camera device HALEino-Ville Talvala2013-02-2718-247/+881
* | | | | Merge "camera_client: refactor Camera/ProCamera commonalities into BasicCamer...Igor Murashkin2013-02-2712-358/+465
|\ \ \ \ \
| * | | | | camera_client: refactor Camera/ProCamera commonalities into BasicCameraIgor Murashkin2013-02-2611-357/+464
| * | | | | am ceb388d6: CameraService and Stagefright: Support AppOpsEino-Ville Talvala2013-02-2626-78/+388
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge "Handles duplicated NAL start code to fix crash on HLS streams."Andreas Huber2013-02-251-1/+1
| |\ \ \ \ \
| | * | | | | Handles duplicated NAL start code to fix crash on HLS streams.Insun Kang2013-02-251-1/+1
* | | | | | | Merge "Revert "Logging to investigate a crash"" into jb-mr2-devGlenn Kasten2013-02-272-17/+1
|\ \ \ \ \ \ \
| * | | | | | | Revert "Logging to investigate a crash"Glenn Kasten2013-02-272-17/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | am 801726ef: Merge "MPEG4Writer: Write a zero-length compressor string"Andreas Huber2013-02-271-1/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Merge "MPEG4Writer: Write a zero-length compressor string"Andreas Huber2013-02-271-1/+2
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | MPEG4Writer: Write a zero-length compressor stringMartin Storsjo2013-01-311-1/+2
| | | |_|/ | | |/| |
* | | | | CameraService and Stagefright: Support AppOpsEino-Ville Talvala2013-02-2526-78/+388
| |_|/ / |/| | |
* | | | Merge "Update tee sink"Glenn Kasten2013-02-236-32/+164
|\ \ \ \
| * | | | Update tee sinkGlenn Kasten2013-02-226-32/+164
| | |_|/ | |/| |
* | | | ProCamera: Fix waitForFrameBuffer not handling multiple outstanding framesIgor Murashkin2013-02-223-13/+102
* | | | ProCamera: add waitForFrameBuffer/waitForFrameResult blocking callsIgor Murashkin2013-02-223-23/+304
* | | | Camera: ProCameraTests: clean up a bit, still needs more cleanupIgor Murashkin2013-02-221-79/+116
* | | | ProCamera: Add getInfo for getting static metadata (and a test)Igor Murashkin2013-02-227-6/+103
* | | | Camera: ProCamera - implement onResultReceived callback for metadata callbacksIgor Murashkin2013-02-2210-20/+474
* | | | Camera: ProCameraTests - add CpuConsumer tests for dual streamsIgor Murashkin2013-02-221-2/+166
* | | | Camera: ProCamera - add createStreamCpu and unit testIgor Murashkin2013-02-224-63/+316
* | | | Camera: Change ProCamera to take IGraphicBufferProducerIgor Murashkin2013-02-225-17/+30
* | | | Camera: ProCamera2Client implement createStream,createDefaultRequestIgor Murashkin2013-02-222-15/+54
* | | | Camera: ProCamera2Client - add createStream (service is stubbed) and unit testIgor Murashkin2013-02-229-56/+736
* | | | Camera: ProCamera - add createStream stub and unit test for itIgor Murashkin2013-02-223-1/+220
* | | | Camera: ProCameraTests - add asynchronous locking unit testIgor Murashkin2013-02-221-5/+41
* | | | Camera: ProClient add asynchronous locks and suchIgor Murashkin2013-02-226-6/+234
* | | | Camera: Add ProCamera private binder interface for an API2-light functionalityIgor Murashkin2013-02-2214-56/+1434
* | | | Camera: Add unit test infrastructure for libcameraclientIgor Murashkin2013-02-225-3/+70
* | | | Camera: Add exists function to CameraMetadataIgor Murashkin2013-02-222-0/+11
* | | | Camera: Move CameraMetadata.h from service to client libraryIgor Murashkin2013-02-2215-23/+23
|/ / /