- 7070b36 Added support for auxiliary audio effects to AudioTrack and MediaPlayer. by Eric Laurent · 14 years ago
- d7514ec Merge "Progress status notification" into gingerbread by James Dong · 14 years ago
- 22a2d71 Merge "Audio policy manager changes for audio effects" into gingerbread by Eric Laurent · 14 years ago
- 8ed6ed0 Audio policy manager changes for audio effects by Eric Laurent · 14 years ago
- cc14a83 Support a single format change at the beginning of audio playback. This way the AAC+ decoder may change its output format from what is originally encoded in the audio stream and we'll still play it back correctly. by Andreas Huber · 14 years ago
- faf1d46 Merge "Fix MPEG4Extractor to extract sampling frequency correctly when SBR is enabled." into gingerbread by Andreas Huber · 14 years ago
- 85edea7 Progress status notification by James Dong · 14 years ago
- 0c5f2ec Fix MPEG4Extractor to extract sampling frequency correctly when SBR is enabled. by James Dong · 14 years ago
- 0d7e048 Fixed problems in audio effect volume control. by Eric Laurent · 14 years ago
- faf775e Fix simulator build (1st attempt) by James Dong · 14 years ago
- 2c87e9c First submission of audio effect library from NXP software. by Eric Laurent · 14 years ago
- 42ef0c7 Initial check-in for software m4v_h263 encoder by James Dong · 14 years ago
- d6a85a2 Merge "Support user-supplied timescales for authoring" into gingerbread by James Dong · 14 years ago
- 08e83bb move native services under services/ by Mathias Agopian · 14 years ago
- 52d13f0 Support user-supplied timescales for authoring by James Dong · 14 years ago
- 97eb728 Use the OpenSL ES definition of SL_IID_EQUALIZER for the EQ by Jean-Michel Trivi · 14 years ago
- 70c6c9a Fix simulator build - missing header file <string.h> - need to define -D__arm__ by James Dong · 14 years ago
- 8e886be Merge "Modifications in audio effect engine state management." into gingerbread by Eric Laurent · 14 years ago
- 7d850f2 Modifications in audio effect engine state management. by Eric Laurent · 14 years ago
- 1cc31e6 Initial checkin for software AVC encoder by James Dong · 14 years ago
- e7b790f Merge "Fix swap of sessionId and output in audio effect API." into gingerbread by Jean-Michel Trivi · 14 years ago
- 4cb15cf Fix swap of sessionId and output in audio effect API. by Jean-Michel Trivi · 14 years ago
- a7c1407 Enable the support for decoding audio with AAC+ and eAAC+ features by James Dong · 14 years ago
- 929642e Add runtime dumpsys support for media recorder client by James Dong · 14 years ago
- fd84f97 Added JAVA classes to control bass boost, equalizer, reverberation and virtualizer Effects. by Eric Laurent · 14 years ago
- dacabf9 Merge "Added Visualizer effect." into gingerbread by Eric Laurent · 14 years ago
- c424334 Merge "Allow application to set two more encoding paramters: video profile and level" into gingerbread by James Dong · 14 years ago
- 58c3557 Merge "Fix some bugs in the MediaProfileReader Because the video and audio encoders were stored in the same map, when we retrieve the name from the map, we can get a incorrect name." into gingerbread by James Dong · 14 years ago
- 620a4240 Fix some bugs in the MediaProfileReader by James Dong · 14 years ago
- 971305d Only send the playback complete notification if a) an error occurred on any track or b) all tracks have finished playing. The previous behaviour was to send the notification as soon as the first track finished playing. by Andreas Huber · 14 years ago
- 81c929a Allow application to set two more encoding paramters: video profile and level by James Dong · 14 years ago
- df9b81c Added Visualizer effect. by Eric Laurent · 14 years ago
- 2e6aff8 Merge "ALooperRoster no longer holds strong references to handlers and loopers." into gingerbread by Andreas Huber · 14 years ago
- 57576c1 ALooperRoster no longer holds strong references to handlers and loopers. by Andreas Huber · 14 years ago
- 6615def Make sure the OMX callback thread is properly shutdown after the node goes away. by Andreas Huber · 14 years ago
- 9406f62 Merge "An AHandler can now find its associated ALooper." into gingerbread by Andreas Huber · 14 years ago
- 058319e An AHandler can now find its associated ALooper. by Andreas Huber · 14 years ago
- 2cfd819 Merge "Add an option to ALooper::start that allows it to call back into java or not." into gingerbread by Andreas Huber · 14 years ago
- 4f104d9 Add an option to ALooper::start that allows it to call back into java or not. by Andreas Huber · 14 years ago
- 5460d12 Merge "Added AMessage::debugString() for debugging purposes." into gingerbread by Andreas Huber · 14 years ago
- 03431d2 Added AMessage::debugString() for debugging purposes. by Andreas Huber · 14 years ago
- c03befe Fix issue 2811538: System server crash when disconnecting BT headset after using SCO off call. by Eric Laurent · 14 years ago
- 65c83b9 Merge "Refactor Stagefright::StartMPEG4Recording()" into gingerbread by James Dong · 14 years ago
- a0c2b53 Merge "Fix issue 2811538: System server crash when disconnecting BT headset after using SCO off call." into gingerbread by Eric Laurent · 14 years ago
- 7b06de6 Refactor Stagefright::StartMPEG4Recording() by James Dong · 14 years ago
- 45bac57 Support for writing the extracted data to an .mp4 file in the stagefright commandline tool. by Andreas Huber · 14 years ago
- 09b9005 Add multiple camera support for in MediaProfiles. by Chih-Chung Chang · 14 years ago
- e2dd8c4 Fix issue 2811538: System server crash when disconnecting BT headset after using SCO off call. by Eric Laurent · 14 years ago
- c543a21 Support for vanilla YUV420sp => RGB565 color conversion. by Andreas Huber · 14 years ago
- c0ab2a6 Added encoding parameters set up for H263 video encoder by James Dong · 14 years ago
- 8ef64c9 Add qcom's new OMX components to the list. by Andreas Huber · 14 years ago
- d4760c2 Collect statistical data from authoring engine (second part) by James Dong · 14 years ago
- fe1bafe Separate MediaRecorderClient with MediaPlayerClient by James Dong · 14 years ago
- 09936ed Provide progress status report during authoring by James Dong · 14 years ago
- 8e103da Merge "Various fixes and improvements in audio effects implementation" into gingerbread by Eric Laurent · 14 years ago
- 53334cd Various fixes and improvements in audio effects implementation by Eric Laurent · 14 years ago
- 357f820 Merge "Finetune some of the prefetcher parameters to a) buffer as much as froyo did b) ensure that keepalives actually trigger a network read instead of just draining internal buffers" into gingerbread by Andreas Huber · 14 years ago
- 909a8cf Finetune some of the prefetcher parameters to a) buffer as much as froyo did b) ensure that keepalives actually trigger a network read instead of just draining internal buffers by Andreas Huber · 14 years ago
- 6feaa46 Enable passing parameters to the MediaWriter at runtime (at start() call). by James Dong · 14 years ago
- 5a905ce Merge "Track maximum amplitude and fix getMaxAmplitude()" into gingerbread by James Dong · 14 years ago
- 57e7f83 Track maximum amplitude and fix getMaxAmplitude() by James Dong · 14 years ago
- 7b5b27a Merge "Properly identify malformed (too short) chunks in mpeg4 files." into gingerbread by Andreas Huber · 14 years ago
- 736c22d Properly identify malformed (too short) chunks in mpeg4 files. by Andreas Huber · 14 years ago
- 7fd22aa Merge "Fixed the software AAC encoder" into gingerbread by James Dong · 14 years ago
- a2549bb Merge "Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright." into gingerbread by Andreas Huber · 14 years ago
- 438e4f6 Fixed the software AAC encoder by James Dong · 14 years ago
- 8d65dd2 Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. by Andreas Huber · 14 years ago
- 9afc1b3 Merge "Fixed some meta data issues in the recorded mp4 file" into gingerbread by James Dong · 14 years ago
- 39a0b21 Fixed some meta data issues in the recorded mp4 file by James Dong · 14 years ago
- 58e9402 Merge "Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cpp" into gingerbread by Andreas Huber · 14 years ago
- fb41d59 Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cpp by Andreas Huber · 14 years ago
- b64af9a Fix a number of timestamp mismatches in the mp3 extractor and decoder that would lead to invalid reporting of the current playback time for mono and/or non-44100 kHz mp3s. by Andreas Huber · 14 years ago
- 2c2ce8e Merge "Added support for audio sessions in MediaPlayer and AudioTrack." into gingerbread by Eric Laurent · 14 years ago
- 3238302 Merge "media: add AudioRecord::getMinFrameCount()." into gingerbread by Chia-chi Yeh · 14 years ago
- 619346f Added support for audio sessions in MediaPlayer and AudioTrack. by Eric Laurent · 14 years ago
- d1559d6 Merge "Fix issue 2301630: Mismatch of state occurs when media server is killed while in-call." into gingerbread by Eric Laurent · 14 years ago
- 97d61f7 media: add AudioRecord::getMinFrameCount(). by Chia-chi Yeh · 14 years ago
- 3c652ca Fix issue 2301630: Mismatch of state occurs when media server is killed while in-call. by Eric Laurent · 14 years ago
- b54a9178 Single track optimization by James Dong · 14 years ago
- ef1c48d Merge "Make the prefetcher read packets from the network after a keep-alive timeout expires regardless of whether its currently actively fetching data or not." into gingerbread by Andreas Huber · 14 years ago
- e5671bf Merge "Audio/video sync during recording (second part)" into gingerbread by James Dong · 14 years ago
- a4867540 Make the prefetcher read packets from the network after a keep-alive timeout expires regardless of whether its currently actively fetching data or not. by Andreas Huber · 14 years ago
- 875500b Merge "AmrInputStream refresh: eliminate the dependency upon OpenCore's code" into gingerbread by James Dong · 14 years ago
- 36e573b Audio/video sync during recording (second part) by James Dong · 14 years ago
- 2ce999f am bd240c27: media: add AudioTrack::getMinFrameCount(). by Chia-chi Yeh · 14 years ago
- bd240c2 media: add AudioTrack::getMinFrameCount(). by Chia-chi Yeh · 14 years ago
- 49b6fba AmrInputStream refresh: eliminate the dependency upon OpenCore's code by James Dong · 14 years ago
- f3c6c98 am 3242cc27: Merge "TimedEventQueue is apparently important for glitch-free media playback, and so having it inherit its priority from the thread that created it is a bad idea. Instead, set the priority explicitly, and bump it to slightly higher than normal." into fro by Dave Sparks · 14 years ago
- 42a18c0 Check and clip some video encoding parameters against media profiles before passing them to video encoder by James Dong · 14 years ago
- cd677a3 Merge "Remove hard-coded number of audio channels in AudioSource" into gingerbread by James Dong · 14 years ago
- 39e876a Merge "When filling the cache, we always time out waiting for a condition that won't occur. We are actually improving the power consumption for streaming applications like Pandora." into froyo by James Dong · 14 years ago
- 1c8bc7bb When filling the cache, we always time out waiting for a condition that won't occur. by James Dong · 14 years ago
- cad5726 TimedEventQueue is apparently important for glitch-free media playback, and so by Marco Nelissen · 14 years ago
- d77d2a9 Remove hard-coded number of audio channels in AudioSource by James Dong · 14 years ago
- c52ced0 This patch enables each omx instance to have a separate message dispatcher, and by James Dong · 14 years ago
- dca66e1 Fixed a typo - maybe we should do comparison ignoring the case? by James Dong · 14 years ago
- e021953 am 01f7ac64: Merge "Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI." into kraken by Eric Laurent · 14 years ago
- 01f7ac6 Merge "Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI." into kraken by Eric Laurent · 14 years ago
- 126ca6f Merge "Must hold lock here..." into gingerbread by Andreas Huber · 14 years ago
- f62c57d Merge "Initial checkin for pause and resume control" into kraken by James Dong · 14 years ago