summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Various fixes and improvements in audio effects implementationEric Laurent2010-06-2513-84/+196
* Merge "Fixed some meta data issues in the recorded mp4 file" into gingerbreadJames Dong2010-06-231-31/+68
|\
| * Fixed some meta data issues in the recorded mp4 fileJames Dong2010-06-231-31/+68
* | Merge "Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cpp" into g...Andreas Huber2010-06-232-0/+8
|\ \
| * | Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cppAndreas Huber2010-06-232-0/+8
| |/
* | Fix a number of timestamp mismatches in the mp3 extractor and decoder that wo...Andreas Huber2010-06-233-30/+39
|/
* Merge "Added support for audio sessions in MediaPlayer and AudioTrack." into ...Eric Laurent2010-06-228-32/+215
|\
| * Added support for audio sessions in MediaPlayer and AudioTrack.Eric Laurent2010-06-228-32/+215
* | Merge "media: add AudioRecord::getMinFrameCount()." into gingerbreadChia-chi Yeh2010-06-221-25/+38
|\ \ | |/ |/|
| * media: add AudioRecord::getMinFrameCount().Chia-chi Yeh2010-06-231-25/+38
* | Merge "Fix issue 2301630: Mismatch of state occurs when media server is kill...Eric Laurent2010-06-221-0/+9
|\ \
| * | Fix issue 2301630: Mismatch of state occurs when media server is killed whil...Eric Laurent2010-06-221-0/+9
* | | Single track optimizationJames Dong2010-06-221-1/+19
* | | Merge "Make the prefetcher read packets from the network after a keep-alive t...Andreas Huber2010-06-222-6/+23
|\ \ \
| * | | Make the prefetcher read packets from the network after a keep-alive timeout ...Andreas Huber2010-06-222-6/+23
| |/ /
* | | Merge "Audio/video sync during recording (second part)" into gingerbreadJames Dong2010-06-227-40/+105
|\ \ \ | |/ / |/| |
| * | Audio/video sync during recording (second part)James Dong2010-06-217-40/+105
* | | Merge "AmrInputStream refresh: eliminate the dependency upon OpenCore's code"...James Dong2010-06-212-76/+51
|\ \ \ | |_|/ |/| |
| * | AmrInputStream refresh: eliminate the dependency upon OpenCore's codeJames Dong2010-06-182-76/+51
| |/
* | am bd240c27: media: add AudioTrack::getMinFrameCount().Chia-chi Yeh2010-06-211-0/+29
|\ \ | |/ |/|
| * media: add AudioTrack::getMinFrameCount().Chia-chi Yeh2010-06-211-0/+29
* | am 3242cc27: Merge "TimedEventQueue is apparently important for glitch-free m...Dave Sparks2010-06-171-0/+3
|\ \
| * | TimedEventQueue is apparently important for glitch-free media playback, and soMarco Nelissen2010-06-161-0/+3
* | | Check and clip some video encoding parameters against media profiles before p...James Dong2010-06-172-0/+82
* | | Merge "Remove hard-coded number of audio channels in AudioSource" into ginger...James Dong2010-06-172-5/+15
|\ \ \
| * | | Remove hard-coded number of audio channels in AudioSourceJames Dong2010-06-142-5/+15
* | | | This patch enables each omx instance to have a separate message dispatcher, andJames Dong2010-06-142-16/+22
|/ / /
* | | Fixed a typo - maybe we should do comparison ignoring the case?James Dong2010-06-141-1/+1
* | | am 01f7ac64: Merge "Issue 2667802: [Audio Effect Framework] AudioEffect base ...Eric Laurent2010-06-146-2/+2297
|\ \ \ | | |/ | |/|
| * | Merge "Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI...Eric Laurent2010-06-146-2/+2297
| |\ \
| | * | Issue 2667802: [Audio Effect Framework] AudioEffect base class and JNI.Eric Laurent2010-06-116-2/+2297
* | | | Merge "Must hold lock here..." into gingerbreadAndreas Huber2010-06-111-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Must hold lock here...Andreas Huber2010-06-111-0/+1
* | | | Merge "Initial checkin for pause and resume control" into krakenJames Dong2010-06-116-23/+146
|\ \ \ \ | |/ / / |/| | |
| * | | Initial checkin for pause and resume controlJames Dong2010-06-116-23/+146
* | | | Merge "Restore feature parity with the old HTTPDataSource as far as support f...Andreas Huber2010-06-114-11/+98
|\ \ \ \ | |/ / / |/| | |
| * | | Restore feature parity with the old HTTPDataSource as far as support for extr...Andreas Huber2010-06-114-11/+98
* | | | Fix a typo in NuCachedSource2 that would trigger an assert near the end of a ...Andreas Huber2010-06-111-1/+1
|/ / /
* | | Switch stagefright's approach to prefetching to the new model. The java Media...Andreas Huber2010-06-109-1260/+97
* | | Merge "Switch LiveSource to use the new http data source instead of the old o...Andreas Huber2010-06-102-9/+6
|\ \ \
| * | | Switch LiveSource to use the new http data source instead of the old one.Andreas Huber2010-06-102-9/+6
* | | | Merge "Initial check-in of new caching/prefetching data source implementation...Andreas Huber2010-06-102-0/+551
|\ \ \ \
| * | | | Initial check-in of new caching/prefetching data source implementation.Andreas Huber2010-06-102-0/+551
| |/ / /
* | | | Merge "Support "pausing" of MediaSources with the effect that they no longer ...Andreas Huber2010-06-101-1/+19
|\ \ \ \
| * | | | Support "pausing" of MediaSources with the effect that they no longer pull on...Andreas Huber2010-06-101-1/+19
| |/ / /
* | | | Merge "Initial check in of a new http data source implementation." into krakenAndreas Huber2010-06-102-0/+324
|\ \ \ \
| * | | | Initial check in of a new http data source implementation.Andreas Huber2010-06-102-0/+324
| |/ / /
* | | | Merge "Remove the lock/unlock workaround from CameraService" into krakenJames Dong2010-06-102-11/+34
|\ \ \ \ | |/ / / |/| | |
| * | | Remove the lock/unlock workaround from CameraServiceJames Dong2010-06-092-11/+34
* | | | Merge "Apparently the TI video decoder only supports H.264 up to baseline pro...Andreas Huber2010-06-101-3/+4
|\ \ \ \ | |/ / / |/| | |