summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Audio/video sync during recording (second part)James Dong2010-06-217-40/+105
|/
* 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
* | Merge "Remove hard-coded number of audio channels in AudioSource" into ginger...James Dong2010-06-171-4/+14
|\ \
| * | Remove hard-coded number of audio channels in AudioSourceJames Dong2010-06-141-4/+14
* | | 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
* | 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-114-23/+137
|\ \ \ | |/ / |/| |
| * | Initial checkin for pause and resume controlJames Dong2010-06-114-23/+137
* | | 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-108-1260/+88
* | 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-101-3/+17
|\ \ \ | |/ / |/| |
| * | Remove the lock/unlock workaround from CameraServiceJames Dong2010-06-091-3/+17
* | | Apparently the TI video decoder only supports H.264 up to baseline profile/le...Andreas Huber2010-06-101-3/+4
|/ /
* | Remove some hard-coded encoding parametersJames Dong2010-06-082-25/+66
* | Initial check-in for collecting stats from authoring engine at runtimeJames Dong2010-06-083-6/+138
* | Merge "Second part of speeding up video recording frame rate" into krakenJames Dong2010-06-082-32/+49
|\ \
| * | Second part of speeding up video recording frame rateJames Dong2010-06-082-32/+49
* | | Initial checkin of preliminary rtsp support for stagefright.Andreas Huber2010-06-0725-1/+4802
* | | Initial checkin of preliminary support for "http live" streaming in stagefright.Andreas Huber2010-06-078-4/+622
|/ /
* | Initial checkin of mpeg2 transport stream parser for stagefright.Andreas Huber2010-06-0714-2/+1609
* | Merge "Initial checkin of "foundation" library for future stagefright develop...Andreas Huber2010-06-0710-0/+1334
|\ \
| * | Initial checkin of "foundation" library for future stagefright development.Andreas Huber2010-06-0710-0/+1334
* | | Merge "Remove hard-coded pixel format for recording frames in CameraSource. R...James Dong2010-06-071-10/+33
|\ \ \ | |/ / |/| |
| * | Remove hard-coded pixel format for recording frames in CameraSource.James Dong2010-06-031-10/+33
* | | am e896d416: am 2e3761ba: Merge "Changes to the prefetcher to allow for burst...Andreas Huber2010-06-031-12/+50
|\ \ \ | |/ / |/| / | |/
| * Changes to the prefetcher to allow for bursts of data to be transferred, hope...Andreas Huber2010-06-031-12/+50
* | A debugging DataSource artifically limiting the available bandwidth.Andreas Huber2010-06-013-0/+137
* | Merge "Avoid copying for input recording frames in CameraSource" into krakenJames Dong2010-05-281-25/+36
|\ \
| * | Avoid copying for input recording frames in CameraSourceJames Dong2010-05-281-25/+36
* | | Better sniffing of MPEG4 content by checking for a compatible sub-brand.Andreas Huber2010-05-271-1/+79
|/ /
* | Merge "After failing to create an AudioTrack, only stop the source if we were...Andreas Huber2010-05-271-2/+6
|\ \
| * | After failing to create an AudioTrack, only stop the source if we were the on...Andreas Huber2010-05-261-2/+6
* | | Remove the logic in CameraSource using CameraParameters class to find out the...James Dong2010-05-271-24/+5
* | | Merge "Avoid repeatedly allocating and freeing memory in CameraSource" into k...James Dong2010-05-261-1/+27
|\ \ \