- 0887d17 While streaming media data, upon a socket-read error, try reconnecting to the server and attempt to re-read for at most 3 times. by Andreas Huber · 16 years ago
- 2a3847e Properly handle errors during the codec configuration phase, attempt to revert to next available (likely software-) codec if configuration fails. by Andreas Huber · 16 years ago
- 93e1fb9 Fix the media metadata retriever (tests). The native constants must match those published at the java layer. by Andreas Huber · 16 years ago
- e94bd14 HTTPStream and HTTPDataSource now support cancellation of the connection process, AwesomePlayer takes advantage of this in cases where ::reset() or ::suspend() is called while in the preparation phase to bail out early. Also fixes in issue where the audio codec was not properly stopped if no audio player object ever took ownership. by Andreas Huber · 16 years ago
- 79b19b3 Reduce buffer sizes related to HTTP media data transfer in order to reduce the probability of a connection timeout/reset due to long periods of time between socket activity. by Andreas Huber · 16 years ago
- 2e39c1c Instead of instantiating StagefrightMetadataRetriever directly, instantiate a MediaMetadataRetriever which will do-the-right-thing(tm) even for .wma/.wmv/.asf files. by Andreas Huber · 16 years ago
- d81f873 Merge "Add camera parameter string constant for "true"." by Wu-cheng Li · 16 years ago
- e7e3b78 The audio track was accidentally not participating in the prefetch since it wasn't started at the time prepare() was called. Also, properly report the cached duration even near the end when the source has no more data to fetch. by Andreas Huber · 16 years ago
- d8d888e Add camera parameter string constant for "true". by Wu-cheng Li · 16 years ago
- c0170bc Add location provider name to gps-processing-method in EXIF header. by Ray Chen · 16 years ago
- 05bca2f Issue 2071329: audio track is shorter than video track for video capture on sholes by Eric Laurent · 16 years ago
- 949c503 Unhide zoom API. by Wu-cheng Li · 16 years ago
- 4f1bff9 Unhide exposure compensation API. by Wu-cheng Li · 16 years ago
- dedec73 Merge "Image encoding settings java API through xml configuration file" by James Dong · 16 years ago
- f5a8385 Image encoding settings java API through xml configuration file by James Dong · 16 years ago
- 5295c0c Propagate errors all the way through the MediaSources and send either MEDIA_PLAYBACK_COMPLETE or MEDIA_ERROR depending on the final reason for running out of buffers to play back. by Andreas Huber · 16 years ago
- 86559de This hardware video decoder lies about its required input buffer sizes allocating 2.7 MB of memory instead of the required 176 KB... Added another quirk. by Andreas Huber · 16 years ago
- 4e92c7e New API on java's MediaPlayer to suspend/resume a session. by Andreas Huber · 16 years ago
- 328901b Merge "Add support for "album artist" tag." by Marco Nelissen · 16 years ago
- 66ac4df Add support for "album artist" tag. by Marco Nelissen · 16 years ago
- 3cf6135 split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 16 years ago
- 7d5b8a7 Implementation of stagefright-enabled MediaPlayerService::decode functionality by Andreas Huber · 16 years ago
- 6c8a9a4 Add support for the TPOS/TPA (disc number) id3 tag. by Marco Nelissen · 16 years ago
- 13896b9 Camcorder profile Java API support by James Dong · 16 years ago
- 1862a33 Fix a deadlock caused by the AudioPlayer notifying the observer that the stream had ended at the same time the observer was shutting down the AudioPlayer. by Andreas Huber · 16 years ago
- 2eeabb1 fix [2133133] Software OpenGL ES Lighting is buggy (GL Gears washed out bug) by Mathias Agopian · 16 years ago
- 7b7a83a Merge "implement [2396050] Add ETC1 texture support to AGL" by Mathias Agopian · 16 years ago
- 1c38c27 implement [2396050] Add ETC1 texture support to AGL by Mathias Agopian · 16 years ago
- de6bec4 Don't use a HEAD request to determine redirects, instead do a regular GET (since that's always supported), also limit the number of redirects to avoid infinite redirects. Finally, properly handle the end of stream. by Andreas Huber · 16 years ago
- 4cf04b1 Properly advertise the content length of the HTTP stream if available. by Andreas Huber · 16 years ago
- a62aad3 Merge "Initial check-in for xml-based encoder capabilities retrieval - Changed the Java API as suggested - Treat /etc/media_profiles.xml as the default xml configurtion file" by James Dong · 16 years ago
- 1d7491b Initial check-in for xml-based encoder capabilities retrieval by James Dong · 16 years ago
- 78d529e The TI MP3 decoder lies about the number of channels it outputs, add a quirk for that. by Andreas Huber · 16 years ago
- 88c030e Properly forward errors returned by AudioTrack up to the player. by Andreas Huber · 16 years ago
- 5561ccf Support the specification of additional HTTP headers in the creation of a DataSource. by Andreas Huber · 16 years ago
- 2db8455 API Extension: Support for optionally specifying a map of extra request headers when specifying the uri of media data to be played. by Andreas Huber · 16 years ago
- 8566a63 Fix http streaming for shoutcast servers that do not support http ranges. by Andreas Huber · 16 years ago
- dd26833 Merge "Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V sync" by Eric Laurent · 16 years ago
- e9f8c54 Merge "Better support for HTTP streaming media content, fixes to the way HTTPDataSource streams the data, prefetcher implementation." by Andreas Huber · 16 years ago
- 342e9cf Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V sync by Eric Laurent · 16 years ago
- 66b0a35 Better support for HTTP streaming media content, fixes to the way HTTPDataSource streams the data, prefetcher implementation. by Andreas Huber · 16 years ago
- 2dce41a Support for audio recording into AMR NB/WB files as well as audio tracks in MPEG4 files. by Andreas Huber · 16 years ago
- e7dc360 Merge "Fix issue 2378022: AudioService should direct volume control to STREAM_VOICE_CALL stream when STREAM_VOICE_CALL stream is active." by Eric Laurent · 16 years ago
- e7c9cb4 Initial checkin of AudioSource and AMRWriter, a pair of classes supporting pure-audio recording in stagefright. by Andreas Huber · 16 years ago
- b72a396 Fix issue 2378022: AudioService should direct volume control to STREAM_VOICE_CALL stream when STREAM_VOICE_CALL stream is active. by Eric Laurent · 16 years ago
- 213addf The qcom OMX video decoders do not allocate output buffer memory at the time OMX_AllocateBuffer is called, wait until we received the first FILL_BUFFER_DONE notification until we rely on the buffer data ptr. by Andreas Huber · 16 years ago
- 570a3cb Fix no-copy-overhead OMXCodec implementation to actually work. by Andreas Huber · 16 years ago
- dcd7303 Merge "Support for 'iTunes-style' metadata in .mp4 and .3gp files." by Andreas Huber · 16 years ago
- 0cdfa68 Merge "Create base class for audio policy manager." by Eric Laurent · 16 years ago
- 72b8c5a Support for 'iTunes-style' metadata in .mp4 and .3gp files. by Andreas Huber · 16 years ago
- 5cb4241 Merge "Avoid unnecessary buffer copying if at all possible, detect if running in the mediaserver process." by Andreas Huber · 16 years ago
- 7eaa9c9 Avoid unnecessary buffer copying if at all possible, detect if running in the mediaserver process. by Andreas Huber · 16 years ago
- dd172fc Media server death nodification by James Dong · 16 years ago
- 7be6407 Support for determining the mime type of media via metadata extraction. by Andreas Huber · 16 years ago
- bd4bc59 More metadata support. by Andreas Huber · 16 years ago
- 492e666 Create base class for audio policy manager. by Eric Laurent · 16 years ago
- fc9ba09 Squashed commit of the following: by Andreas Huber · 16 years ago
- 67e5a4f Reorganize some of the stagefright implementation related to metadata. by Andreas Huber · 16 years ago
- 3e9549e am f31f365a: am eb5ffc23: Merge change Id8e98194 into eclair by Eric Laurent · 16 years ago
- 368f574 am eb5ffc23: Merge change Id8e98194 into eclair by Eric Laurent · 16 years ago
- 7ddd450 Fix issues 2333450 and 2333559: by Eric Laurent · 16 years ago
- 4176013 am 082e5171: Merge change I895fb7d7 into eclair-mr2 by Andreas Huber · 16 years ago
- 134ee6a Squashed commit of the following: by Andreas Huber · 16 years ago
- 91da03b am d980e656: Merge change Ic7e91eee into eclair-mr2 by Andreas Huber · 16 years ago
- 8ae1d0b Add a new API to support determining the roles of an OMX component specified by name. Remove unneeded OMXSoftwareCodecsPlugin. by Andreas Huber · 16 years ago
- 4f26fed am 08945576: Merge change I9ac0777e into eclair-mr2 by Andreas Huber · 16 years ago
- b841f14 Initial checkin of software AMR NB encoder based on PV source code. by Andreas Huber · 16 years ago
- 5740d1a am 6608bd0d: am 86ed86d2: Merge change I0f73439a into eclair by Jean-Michel Trivi · 16 years ago
- 3869dcb am 86ed86d2: Merge change I0f73439a into eclair by Jean-Michel Trivi · 16 years ago
- 3bf324b am 86ed86d2: Merge change I0f73439a into eclair by Jean-Michel Trivi · 16 years ago
- 48643f3 Partially fix bug 2111240 Detect docking / undocking event by reporting by Jean-Michel Trivi · 16 years ago
- 9ce0590 am 5921fb51: Merge change I91eb0354 into eclair-mr2 by Andreas Huber · 16 years ago
- bf697e3 Change OMXCodec::Create to return an sp<MediaSource> instead of an sp<OMXCodec>, this is more general and does not sacrifice any functionality as the remaining OMXCodec APIs are not meant to be public anyway. by Andreas Huber · 16 years ago
- 251949f am 52f410e2: Merge change Ifef6435a into eclair-mr2 by Andreas Huber · 16 years ago
- f0fb96c Enable proper cleanup of OMX nodes managed through stagefright. by Andreas Huber · 16 years ago
- 49096a0 am 2d6d609c: Merge change I74bf38a0 into eclair-mr2 by Andreas Huber · 16 years ago
- 4e1e4bf am bfb9fb14: Refactor MediaScanner. Some steps on the way towards being able to build the tree without OpenCore. by Andreas Huber · 16 years ago
- 572e6a5 Merge change I74bf38a0 into eclair-mr2 by Android (Google) Code Review · 16 years ago
- 413f523 Refactor MediaScanner. Some steps on the way towards being able to build the tree without OpenCore. by Andreas Huber · 16 years ago
- e3ec3ce Squashed commit of the following: by Andreas Huber · 16 years ago
- baeb6dd am 781ac162: Merge change I8768f2cc into eclair-mr2 by Andreas Huber · 16 years ago
- c297fcc A small sample tool to encode pcm audio data to amr, decode it again and play it. Some changes to OMXCodec to properly configure the AMR decoder(s). by Andreas Huber · 16 years ago
- 72b0e78 am bbd6cb46: Merge change Ib1b7bce4 into eclair-mr2 by Andreas Huber · 16 years ago
- bfa6b2d Squashed commit of the following: by Andreas Huber · 16 years ago
- aadb854 am 949c572a: am e7800946: Merge change I49f02be9 into eclair by Eric Laurent · 16 years ago
- 0478cd8 am e7800946: Merge change I49f02be9 into eclair by Eric Laurent · 16 years ago
- bf89c09 am e7800946: Merge change I49f02be9 into eclair by Eric Laurent · 16 years ago
- 4ddf30b Merge change I49f02be9 into eclair by Android (Google) Code Review · 16 years ago
- 6100d2d Issue 2265163: Audio still reported routed through earpiece on sholes by Eric Laurent · 16 years ago
- 9da546f am f854e077: Merge change I8134d6ed into eclair by Andreas Huber · 16 years ago
- 2f5925e DO NOT MERGE: Instead of inserting semi-random delays after submission to surface flinger, delay releasing buffers to the next display time to avoid flickering. by Andreas Huber · 16 years ago
- aae2af5 am 2c766498: Merge change Iea6a38c6 into eclair-mr2 by Andreas Huber · 16 years ago
- f78933f Merge change Iea6a38c6 into eclair-mr2 by Android (Google) Code Review · 16 years ago
- 8b8e0e6 am 744043fc: Update FileSource to also accept a file descriptor and a range. by Andreas Huber · 16 years ago
- 03475f5 Update FileSource to also accept a file descriptor and a range. by Andreas Huber · 16 years ago
- 30ab662 Squashed commit of the following: by Andreas Huber · 16 years ago
- 8574c3c am 609acfd2: am 1aa9f3ca: Merge change I923d7d72 into eclair by Eric Laurent · 16 years ago
- 86b48a8 am 1aa9f3ca: Merge change I923d7d72 into eclair by Eric Laurent · 16 years ago
- baca60a am 1aa9f3ca: Merge change I923d7d72 into eclair by Eric Laurent · 16 years ago
- 1aaa563 Merge change I923d7d72 into eclair by Android (Google) Code Review · 16 years ago