summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Distinguish QCELP audio from mpeg4 audio, ignore QCELP audio tracks since we ...Andreas Huber2010-04-121-0/+1
* Add SCENE_MODE_BARCODE and FOCUS_MODE_EDOF.Wu-cheng Li2010-04-101-0/+7
* Refactor connection/redirection code, support redirects on reconnection.Andreas Huber2010-04-081-3/+2
* Increase the size of the pages used in CachingDataSource (total amount of mem...Andreas Huber2010-04-081-1/+1
* Coalesce multiple encoded AAC frames into a single input buffer on this parti...Andreas Huber2010-04-021-10/+13
* Public API changes for CameraProfile and CamcorderProfile classesJames Dong2010-04-011-2/+2
* While streaming media data, upon a socket-read error, try reconnecting to the...Andreas Huber2010-03-171-1/+7
* Properly handle errors during the codec configuration phase, attempt to rever...Andreas Huber2010-03-161-1/+3
* Fix the media metadata retriever (tests). The native constants must match tho...Andreas Huber2010-03-122-2/+8
* HTTPStream and HTTPDataSource now support cancellation of the connection proc...Andreas Huber2010-03-121-5/+18
* Reduce buffer sizes related to HTTP media data transfer in order to reduce th...Andreas Huber2010-03-101-1/+1
* Instead of instantiating StagefrightMetadataRetriever directly, instantiate a...Andreas Huber2010-03-101-2/+2
* Merge "Add camera parameter string constant for "true"."Wu-cheng Li2010-03-081-0/+3
|\
| * Add camera parameter string constant for "true".Wu-cheng Li2010-03-081-0/+3
* | The audio track was accidentally not participating in the prefetch since it w...Andreas Huber2010-03-081-1/+1
|/
* Add location provider name to gps-processing-method in EXIF header.Ray Chen2010-03-051-0/+3
* Issue 2071329: audio track is shorter than video track for video capture on s...Eric Laurent2010-03-023-0/+12
* Unhide zoom API.Wu-cheng Li2010-03-011-1/+23
* Unhide exposure compensation API.Wu-cheng Li2010-02-261-7/+14
* Merge "Image encoding settings java API through xml configuration file"James Dong2010-02-251-0/+17
|\
| * Image encoding settings java API through xml configuration fileJames Dong2010-02-241-0/+17
* | Propagate errors all the way through the MediaSources and send either MEDIA_P...Andreas Huber2010-02-232-1/+3
* | This hardware video decoder lies about its required input buffer sizes alloca...Andreas Huber2010-02-221-0/+1
|/
* New API on java's MediaPlayer to suspend/resume a session.Andreas Huber2010-02-123-0/+7
* Merge "Add support for "album artist" tag."Marco Nelissen2010-02-112-0/+2
|\
| * Add support for "album artist" tag.Marco Nelissen2010-02-112-0/+2
* | split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-1111-10/+946
|/
* Implementation of stagefright-enabled MediaPlayerService::decode functionalityAndreas Huber2010-02-102-5/+5
* Add support for the TPOS/TPA (disc number) id3 tag.Marco Nelissen2010-02-082-0/+2
* Camcorder profile Java API supportJames Dong2010-02-041-2/+2
* Fix a deadlock caused by the AudioPlayer notifying the observer that the stre...Andreas Huber2010-02-031-6/+4
* fix [2133133] Software OpenGL ES Lighting is buggy (GL Gears washed out bug)Mathias Agopian2010-02-031-2/+2
* Merge "implement [2396050] Add ETC1 texture support to AGL"Mathias Agopian2010-02-021-1/+6
|\
| * implement [2396050] Add ETC1 texture support to AGLMathias Agopian2010-02-021-1/+6
* | Don't use a HEAD request to determine redirects, instead do a regular GET (si...Andreas Huber2010-02-021-1/+0
|/
* Properly advertise the content length of the HTTP stream if available.Andreas Huber2010-02-022-0/+11
* Merge "Initial check-in for xml-based encoder capabilities retrieval - Change...James Dong2010-02-011-0/+303
|\
| * Initial check-in for xml-based encoder capabilities retrievalJames Dong2010-02-011-0/+303
* | The TI MP3 decoder lies about the number of channels it outputs, add a quirk ...Andreas Huber2010-02-011-0/+1
|/
* Properly forward errors returned by AudioTrack up to the player.Andreas Huber2010-01-291-1/+1
* Support the specification of additional HTTP headers in the creation of a Dat...Andreas Huber2010-01-283-6/+15
* API Extension: Support for optionally specifying a map of extra request heade...Andreas Huber2010-01-284-5/+23
* Fix http streaming for shoutcast servers that do not support http ranges.Andreas Huber2010-01-271-0/+1
* Merge "Fix issue 2285561: New AudioFlinger and audio driver API needed for A/...Eric Laurent2010-01-273-0/+13
|\
| * Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V syncEric Laurent2010-01-263-0/+13
* | Merge "Better support for HTTP streaming media content, fixes to the way HTTP...Andreas Huber2010-01-273-0/+16
|\ \ | |/ |/|
| * Better support for HTTP streaming media content, fixes to the way HTTPDataSou...Andreas Huber2010-01-263-0/+16
* | Support for audio recording into AMR NB/WB files as well as audio tracks in M...Andreas Huber2010-01-263-12/+58
|/
* Merge "Fix issue 2378022: AudioService should direct volume control to STREAM...Eric Laurent2010-01-252-4/+4
|\
| * Fix issue 2378022: AudioService should direct volume control to STREAM_VOICE_...Eric Laurent2010-01-252-4/+4