- 09936ed Provide progress status report during authoring by James Dong · 15 years ago
- 8e103da Merge "Various fixes and improvements in audio effects implementation" into gingerbread by Eric Laurent · 15 years ago
- 53334cd Various fixes and improvements in audio effects implementation by Eric Laurent · 15 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 · 15 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 · 15 years ago
- 6feaa46 Enable passing parameters to the MediaWriter at runtime (at start() call). by James Dong · 15 years ago
- 5a905ce Merge "Track maximum amplitude and fix getMaxAmplitude()" into gingerbread by James Dong · 15 years ago
- 57e7f83 Track maximum amplitude and fix getMaxAmplitude() by James Dong · 15 years ago
- 7b5b27a Merge "Properly identify malformed (too short) chunks in mpeg4 files." into gingerbread by Andreas Huber · 15 years ago
- 736c22d Properly identify malformed (too short) chunks in mpeg4 files. by Andreas Huber · 15 years ago
- 7fd22aa Merge "Fixed the software AAC encoder" into gingerbread by James Dong · 15 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 · 15 years ago
- 438e4f6 Fixed the software AAC encoder by James Dong · 15 years ago
- 8d65dd2 Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. by Andreas Huber · 15 years ago
- 9afc1b3 Merge "Fixed some meta data issues in the recorded mp4 file" into gingerbread by James Dong · 15 years ago
- 39a0b21 Fixed some meta data issues in the recorded mp4 file by James Dong · 15 years ago
- 58e9402 Merge "Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cpp" into gingerbread by Andreas Huber · 15 years ago
- fb41d59 Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cpp by Andreas Huber · 15 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 · 15 years ago
- 2c2ce8e Merge "Added support for audio sessions in MediaPlayer and AudioTrack." into gingerbread by Eric Laurent · 15 years ago
- 3238302 Merge "media: add AudioRecord::getMinFrameCount()." into gingerbread by Chia-chi Yeh · 15 years ago
- 619346f Added support for audio sessions in MediaPlayer and AudioTrack. by Eric Laurent · 15 years ago
- d1559d6 Merge "Fix issue 2301630: Mismatch of state occurs when media server is killed while in-call." into gingerbread by Eric Laurent · 15 years ago
- 97d61f7 media: add AudioRecord::getMinFrameCount(). by Chia-chi Yeh · 15 years ago
- 3c652ca Fix issue 2301630: Mismatch of state occurs when media server is killed while in-call. by Eric Laurent · 15 years ago
- b54a9178 Single track optimization by James Dong · 15 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 · 15 years ago
- e5671bf Merge "Audio/video sync during recording (second part)" into gingerbread by James Dong · 15 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 · 15 years ago
- 875500b Merge "AmrInputStream refresh: eliminate the dependency upon OpenCore's code" into gingerbread by James Dong · 15 years ago
- 36e573b Audio/video sync during recording (second part) by James Dong · 15 years ago
- 2ce999f am bd240c27: media: add AudioTrack::getMinFrameCount(). by Chia-chi Yeh · 15 years ago
- bd240c2 media: add AudioTrack::getMinFrameCount(). by Chia-chi Yeh · 15 years ago
- 49b6fba AmrInputStream refresh: eliminate the dependency upon OpenCore's code by James Dong · 15 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 · 15 years ago
- 42a18c0 Check and clip some video encoding parameters against media profiles before passing them to video encoder by James Dong · 15 years ago
- cd677a3 Merge "Remove hard-coded number of audio channels in AudioSource" into gingerbread by James Dong · 15 years ago
- cad5726 TimedEventQueue is apparently important for glitch-free media playback, and so by Marco Nelissen · 15 years ago
- d77d2a9 Remove hard-coded number of audio channels in AudioSource by James Dong · 15 years ago
- c52ced0 This patch enables each omx instance to have a separate message dispatcher, and by James Dong · 15 years ago
- dca66e1 Fixed a typo - maybe we should do comparison ignoring the case? by James Dong · 15 years ago
- e021953 am 01f7ac64: Merge "Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI." into kraken by Eric Laurent · 15 years ago
- 01f7ac6 Merge "Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI." into kraken by Eric Laurent · 15 years ago
- 126ca6f Merge "Must hold lock here..." into gingerbread by Andreas Huber · 15 years ago
- f62c57d Merge "Initial checkin for pause and resume control" into kraken by James Dong · 15 years ago
- 9e93726 Must hold lock here... by Andreas Huber · 15 years ago
- 08c7473 Initial checkin for pause and resume control by James Dong · 15 years ago
- f5eafe4 Merge "Restore feature parity with the old HTTPDataSource as far as support for extra headers (cookies?) and socket-timeout are concerned." into kraken by Andreas Huber · 15 years ago
- 3a53dc5 Restore feature parity with the old HTTPDataSource as far as support for extra headers (cookies?) and socket-timeout are concerned. by Andreas Huber · 15 years ago
- e577e87 Fix a typo in NuCachedSource2 that would trigger an assert near the end of a stream. by Andreas Huber · 15 years ago
- 948235c Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI. by Eric Laurent · 15 years ago
- 4d61f60 Switch stagefright's approach to prefetching to the new model. The java MediaPlayer is now notified about rebuffering start/end via info messages. by Andreas Huber · 15 years ago
- fbdb5f1 Merge "Switch LiveSource to use the new http data source instead of the old one." into kraken by Andreas Huber · 15 years ago
- c81d2c1 Merge "Initial check-in of new caching/prefetching data source implementation." into kraken by Andreas Huber · 15 years ago
- 8d30028 Merge "Support "pausing" of MediaSources with the effect that they no longer pull on their upstream source until a subsequent read-with-seek." into kraken by Andreas Huber · 15 years ago
- 75c1c8e Merge "Initial check in of a new http data source implementation." into kraken by Andreas Huber · 15 years ago
- 82f8fd6 Switch LiveSource to use the new http data source instead of the old one. by Andreas Huber · 15 years ago
- 1f24b30 Support "pausing" of MediaSources with the effect that they no longer pull on their upstream source until a subsequent read-with-seek. by Andreas Huber · 15 years ago
- b206319 Initial check-in of new caching/prefetching data source implementation. by Andreas Huber · 15 years ago
- 163c493 Initial check in of a new http data source implementation. by Andreas Huber · 15 years ago
- 3a0b37a Merge "Remove the lock/unlock workaround from CameraService" into kraken by James Dong · 15 years ago
- 66b89a6 Merge "Apparently the TI video decoder only supports H.264 up to baseline profile/level 3, not level 3.x as previously assumed." into kraken by Andreas Huber · 15 years ago
- e2f8507 Apparently the TI video decoder only supports H.264 up to baseline profile/level 3, not level 3.x as previously assumed. by Andreas Huber · 15 years ago
- 71d714c Remove the lock/unlock workaround from CameraService by James Dong · 15 years ago
- 457d5ae Fix a potential(observed sometimes) media server crash by James Dong · 15 years ago
- 5e14010 allow re-targetting of surfaces by Mathias Agopian · 15 years ago
- 1244eab Remove some hard-coded encoding parameters by James Dong · 15 years ago
- dae9fd3 Initial check-in for collecting stats from authoring engine at runtime by James Dong · 15 years ago
- 31b1975 Merge "Second part of speeding up video recording frame rate" into kraken by James Dong · 15 years ago
- 4f501f0 Second part of speeding up video recording frame rate by James Dong · 15 years ago
- 7a747b8 Initial checkin of preliminary rtsp support for stagefright. by Andreas Huber · 15 years ago
- 2cbff0e Merge "Initial checkin of preliminary support for "http live" streaming in stagefright." into kraken by Andreas Huber · 15 years ago
- 202348e Initial checkin of preliminary support for "http live" streaming in stagefright. by Andreas Huber · 15 years ago
- a8c2514 Merge "Pass BluetoothDevice to the Bluetooth Headset calls." into kraken by Jaikumar Ganesh · 15 years ago
- a557b24 Initial checkin of mpeg2 transport stream parser for stagefright. by Andreas Huber · 15 years ago
- 455d410 Merge "Initial checkin of "foundation" library for future stagefright development." into kraken by Andreas Huber · 15 years ago
- 7d2f703 Initial checkin of "foundation" library for future stagefright development. by Andreas Huber · 15 years ago
- 7a68d36 Merge "Remove hard-coded pixel format for recording frames in CameraSource. Retrieve the pixel format from Camera HAL at runtime." into kraken by James Dong · 15 years ago
- 2ea200c Merge "Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications." into kraken by Eric Laurent · 15 years ago
- b8c7548 am e896d416: am 2e3761ba: Merge "Changes to the prefetcher to allow for bursts of data to be transferred, hopefully allowing the radio to go to low-power mode while idle." into froyo by Andreas Huber · 15 years ago
- e896d416 am 2e3761ba: Merge "Changes to the prefetcher to allow for bursts of data to be transferred, hopefully allowing the radio to go to low-power mode while idle." into froyo by Andreas Huber · 15 years ago
- 2e3761b Merge "Changes to the prefetcher to allow for bursts of data to be transferred, hopefully allowing the radio to go to low-power mode while idle." into froyo by Andreas Huber · 15 years ago
- 3c460f3 Changes to the prefetcher to allow for bursts of data to be transferred, hopefully allowing the radio to go to low-power mode while idle. by Andreas Huber · 15 years ago
- c2f328d Remove hard-coded pixel format for recording frames in CameraSource. by James Dong · 15 years ago
- 57ad070 am c40209ac: am 28a92b2e: Merge "Fix a Javadoc to clarify when setAudioStreamType() should be called." into froyo by James Dong · 15 years ago
- c40209a am 28a92b2e: Merge "Fix a Javadoc to clarify when setAudioStreamType() should be called." into froyo by James Dong · 15 years ago
- 9d96354 Fix a Javadoc to clarify when setAudioStreamType() should be called. by James Dong · 15 years ago
- 65b6545 Issue 2667801: [Audio Effect Framework] AudioFlinger, AudioMixer AudioTrack modifications. by Eric Laurent · 15 years ago
- 740e39b Pass BluetoothDevice to the Bluetooth Headset calls. by Jaikumar Ganesh · 15 years ago
- eaeae4a A debugging DataSource artifically limiting the available bandwidth. by Andreas Huber · 15 years ago
- 4644119 Merge "Avoid copying for input recording frames in CameraSource" into kraken by James Dong · 15 years ago
- dfb1dd6 Avoid copying for input recording frames in CameraSource by James Dong · 15 years ago
- 261eb0c Better sniffing of MPEG4 content by checking for a compatible sub-brand. by Andreas Huber · 15 years ago
- 2cb138d Merge "After failing to create an AudioTrack, only stop the source if we were the ones starting it." into kraken by Andreas Huber · 15 years ago
- 407f98b Remove the logic in CameraSource using CameraParameters class to find out the buffer size. by James Dong · 15 years ago
- c109190 Add support for gps altitude EXIF tags. by Wu-cheng Li · 15 years ago
- 1090a29 Merge "Avoid repeatedly allocating and freeing memory in CameraSource" into kraken by James Dong · 15 years ago
- aed15e7 Avoid repeatedly allocating and freeing memory in CameraSource by James Dong · 15 years ago
- 5fb03b8 After failing to create an AudioTrack, only stop the source if we were the ones starting it. by Andreas Huber · 15 years ago
- eae953b Convert a number of assertions into runtime errors (OggExtractor) by Andreas Huber · 15 years ago