summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* In "special" mode we now establish a UDP RTCP channel in addition to theAndreas Huber2013-03-2510-26/+135
* Get rid of TunnelRendererAndreas Huber2013-03-253-369/+0
* Misc debugging support and handling of latency changes.Andreas Huber2013-03-252-34/+12
* Merge "Separate the mode of the RTP and RTCP channels." into jb-mr2-devAndreas Huber2013-03-254-25/+48
|\
| * Separate the mode of the RTP and RTCP channels.Andreas Huber2013-03-254-25/+48
* | Merge "Ensure that the payload in each TS packet is an even multiple of 16 by...Andreas Huber2013-03-251-43/+158
|\ \ | |/ |/|
| * Ensure that the payload in each TS packet is an even multiple of 16 bytes longAndreas Huber2013-03-211-43/+158
* | Merge "Add the presentation rotation support" into jb-mr2-devztenghui2013-03-201-14/+34
|\ \ | |/ |/|
| * Add the presentation rotation supportztenghui2013-03-151-14/+34
* | Merge "Change ANetworkSession implementation to optionally attach timestamps"...Andreas Huber2013-03-196-49/+135
|\ \
| * | Change ANetworkSession implementation to optionally attach timestampsAndreas Huber2013-03-186-49/+135
* | | Merge "Allow for streaming of media files (without recompression)" into jb-mr...Andreas Huber2013-03-197-35/+318
|\ \ \ | |/ / | | / | |/ |/|
| * Allow for streaming of media files (without recompression)Andreas Huber2013-03-187-35/+318
* | am 59ac7b30: am 66abe3ae: Merge "Fix for crash if no content in DESCRIBE resp...Andreas Huber2013-03-151-0/+3
|\ \ | |/ |/|
| * Fix for crash if no content in DESCRIBE responseXuefei Chen2013-03-121-0/+3
* | Merge "Make limitations of MPEG4Writer explicit" into jb-mr2-devTenghui Zhu2013-03-142-6/+49
|\ \
| * | Make limitations of MPEG4Writer explicitJames Dong2013-03-142-6/+49
* | | Merge "Parse SBR extension sample rate" into jb-mr2-devMarco Nelissen2013-03-141-9/+22
|\ \ \
| * | | Parse SBR extension sample rateMarco Nelissen2013-03-141-9/+22
* | | | Merge "remove uses of Surface in favor or IGraphicBufferProducer" into jb-mr2...Mathias Agopian2013-03-132-5/+5
|\ \ \ \
| * | | | remove uses of Surface in favor or IGraphicBufferProducerMathias Agopian2013-03-122-5/+5
| | |/ / | |/| |
* | | | Attempt to recover from network stalls by dropping frames on the source side.Andreas Huber2013-03-1310-4/+100
* | | | Merge "Squashed commit of the following:" into jb-mr2-devAndreas Huber2013-03-1210-10/+85
|\ \ \ \
| * | | | Squashed commit of the following:Andreas Huber2013-03-1210-10/+85
| |/ / /
* | | | GraphicBufferSource fixesAndy McFadden2013-03-123-56/+81
|/ / /
* | | Merge "Clean up the native code to match Java update" into jb-mr2-devztenghui2013-03-081-9/+14
|\ \ \
| * | | Clean up the native code to match Java updateztenghui2013-03-081-9/+14
* | | | Merge "Disable our fancy logic to respect both sink and source's native forma...Andreas Huber2013-03-073-13/+10
|\ \ \ \
| * | | | Disable our fancy logic to respect both sink and source's native formatsAndreas Huber2013-03-073-13/+10
* | | | | The transport stream HDCP descriptor belongs in the program_info sectionAndreas Huber2013-03-074-30/+70
|/ / / /
* | | | Merge "Correct MediaCodec + Surface behavior" into jb-mr2-devAndy McFadden2013-03-065-41/+69
|\ \ \ \ | |_|/ / |/| | |
| * | | Correct MediaCodec + Surface behaviorAndy McFadden2013-03-055-41/+69
* | | | Merge "Squashed commit of the following:" into jb-mr2-devAndreas Huber2013-03-0522-2859/+1579
|\ \ \ \ | |/ / / |/| | |
| * | | Squashed commit of the following:Andreas Huber2013-03-0522-2859/+1579
| |/ /
* | | Implement Surface input to MediaCodec.Andy McFadden2013-03-0410-0/+990
|/ /
* | 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
* | | | Merge "camera_client: refactor Camera/ProCamera commonalities into BasicCamer...Igor Murashkin2013-02-271-1/+1
|\ \ \ \
| * \ \ \ am ceb388d6: CameraService and Stagefright: Support AppOpsEino-Ville Talvala2013-02-262-9/+26
| |\ \ \ \
| * | | | | Handles duplicated NAL start code to fix crash on HLS streams.Insun Kang2013-02-251-1/+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-252-9/+26
| |_|/ |/| |
* | | Merge "Refactoring: Rename SurfaceTextureClient to Surface"Mathias Agopian2013-02-156-17/+17
|\ \ \
| * | | Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-156-17/+17