| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "LVM release 1.08 delivery." into gingerbread | Eric Laurent | 2010-09-03 | 5 | -41/+69 |
|\ |
|
| * | LVM release 1.08 delivery. | Eric Laurent | 2010-09-03 | 5 | -41/+69 |
* | | Merge "Not all audio source has the drift time information" into gingerbread | James Dong | 2010-09-03 | 3 | -12/+15 |
|\ \
| |/
|/| |
|
| * | Not all audio source has the drift time information | James Dong | 2010-09-03 | 3 | -12/+15 |
* | | Ogg files can be tagged to be automatically looping, this setting always over... | Andreas Huber | 2010-09-03 | 3 | -4/+16 |
* | | Merge "Properly buffer a certain amount of data on streaming sources before f... | Andreas Huber | 2010-09-03 | 2 | -88/+119 |
|\ \
| |/
|/| |
|
| * | Properly buffer a certain amount of data on streaming sources before finishin... | Andreas Huber | 2010-09-03 | 2 | -88/+119 |
* | | Remove unused/debugging code from MP4 file writer | James Dong | 2010-09-03 | 1 | -204/+47 |
* | | Better file size estimate | James Dong | 2010-09-02 | 1 | -34/+103 |
|/ |
|
* | Calculate audio media drift time from AudioSource | James Dong | 2010-09-01 | 5 | -31/+60 |
* | Merge "Better support for buffered streaming of rtsp content, if buffer drops... | Andreas Huber | 2010-09-01 | 5 | -2/+77 |
|\ |
|
| * | Better support for buffered streaming of rtsp content, if buffer drops below ... | Andreas Huber | 2010-09-01 | 5 | -2/+77 |
* | | Merge "Make sure that if initialization fails, AudioSource still behaves well... | James Dong | 2010-09-01 | 1 | -4/+17 |
|\ \
| |/
|/| |
|
| * | Make sure that if initialization fails, AudioSource still behaves well. | James Dong | 2010-09-01 | 1 | -4/+17 |
* | | Merge "Now that AmrInputStream no longer relies on opencore, make sure it's r... | Andreas Huber | 2010-09-01 | 2 | -17/+0 |
|\ \ |
|
| * | | Now that AmrInputStream no longer relies on opencore, make sure it's register... | Andreas Huber | 2010-09-01 | 2 | -17/+0 |
* | | | Merge "Keep gtalk video chat specific code consistent with rtsp changes." int... | Andreas Huber | 2010-09-01 | 1 | -0/+8 |
|\ \ \
| |/ /
|/| | |
|
| * | | Keep gtalk video chat specific code consistent with rtsp changes. | Andreas Huber | 2010-09-01 | 1 | -0/+8 |
* | | | Properly extract all raw_data_blocks from an ADSP mpeg4 audio buffer. | Andreas Huber | 2010-09-01 | 2 | -5/+74 |
* | | | Audio Effects: fix problems in volume control. | Eric Laurent | 2010-08-31 | 1 | -8/+22 |
|/ / |
|
* | | Merge "Support for RFC3640 - mpeg4-generic RTP packet type, AAC-lbr and AAC-h... | Andreas Huber | 2010-08-31 | 4 | -6/+345 |
|\ \ |
|
| * | | Support for RFC3640 - mpeg4-generic RTP packet type, AAC-lbr and AAC-hbr. | Andreas Huber | 2010-08-31 | 4 | -6/+345 |
| |/ |
|
* | | Better detection of connection problems - timeout if no rtcp packets arrive w... | Andreas Huber | 2010-08-31 | 2 | -43/+67 |
|/ |
|
* | fixedfft: Only includes cpu-features.h when __arm__ is defined. | Chia-chi Yeh | 2010-08-31 | 1 | -1/+1 |
* | Merge "Recent changes to the rtsp code require every buffer fed to the packet... | Andreas Huber | 2010-08-30 | 1 | -0/+1 |
|\ |
|
| * | Recent changes to the rtsp code require every buffer fed to the packet source... | Andreas Huber | 2010-08-30 | 1 | -0/+1 |
* | | Instead of closing the connection altogether if no UDP packets arrive after a... | Andreas Huber | 2010-08-30 | 2 | -32/+83 |
|/ |
|
* | Merge "Reverse the default setting of media.stagefright.enable-{rtsp,record} ... | Andreas Huber | 2010-08-30 | 2 | -4/+4 |
|\ |
|
| * | Reverse the default setting of media.stagefright.enable-{rtsp,record} in prep... | Andreas Huber | 2010-08-30 | 2 | -4/+4 |
* | | Merge "LVM release 1.07 delivery." into gingerbread | Eric Laurent | 2010-08-30 | 188 | -1599/+231 |
|\ \
| |/
|/| |
|
| * | LVM release 1.07 delivery. | Eric Laurent | 2010-08-27 | 188 | -1599/+231 |
* | | Finetune some rtsp timeout constants. | Andreas Huber | 2010-08-30 | 1 | -3/+11 |
* | | Merge "ALoopers can now be named (useful to distinguish threads)." into ginge... | Andreas Huber | 2010-08-30 | 5 | -4/+13 |
|\ \ |
|
| * | | ALoopers can now be named (useful to distinguish threads). | Andreas Huber | 2010-08-27 | 5 | -4/+13 |
* | | | Workaround for a QCOM issue where the output buffer size advertised by the AV... | James Dong | 2010-08-27 | 1 | -0/+13 |
* | | | Merge "Suppress the video recording start signal - bug 2950297" into gingerbread | James Dong | 2010-08-27 | 1 | -0/+46 |
|\ \ \
| |/ /
|/| | |
|
| * | | Suppress the video recording start signal | James Dong | 2010-08-26 | 1 | -0/+46 |
| |/ |
|
* | | Better support for rtsp (normal play-)time display. Better seek support, time... | Andreas Huber | 2010-08-27 | 14 | -65/+302 |
* | | We accidentally always aborted after 10 secs, even if the connection was fine. | Andreas Huber | 2010-08-27 | 1 | -2/+1 |
|/ |
|
* | Merge "Support for RTP packets arriving interleaved with RTSP responses." int... | Andreas Huber | 2010-08-26 | 6 | -21/+216 |
|\ |
|
| * | Support for RTP packets arriving interleaved with RTSP responses. | Andreas Huber | 2010-08-26 | 6 | -21/+216 |
* | | Changed type of reverb presets from int to short | Eric Laurent | 2010-08-26 | 1 | -7/+7 |
* | | Merge "Added automated tests for reverb audio effect." into gingerbread | Eric Laurent | 2010-08-26 | 7 | -141/+970 |
|\ \ |
|
| * | | Added automated tests for reverb audio effect. | Eric Laurent | 2010-08-26 | 7 | -141/+970 |
| |/ |
|
* | | Merge "Make sure that timestamp does not go backward in MP4 file writer" into... | James Dong | 2010-08-26 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Make sure that timestamp does not go backward in MP4 file writer | James Dong | 2010-08-24 | 1 | -2/+2 |
* | | Merge "Fix support for per-frame unsynchronization in ID3V2.4 tags." into gin... | Andreas Huber | 2010-08-25 | 2 | -4/+85 |
|\ \ |
|
| * | | Fix support for per-frame unsynchronization in ID3V2.4 tags. | Andreas Huber | 2010-08-25 | 2 | -4/+85 |
* | | | Merge "Added preset reverb." into gingerbread | Eric Laurent | 2010-08-25 | 2 | -54/+199 |
|\ \ \ |
|
| * | | | Added preset reverb. | Eric Laurent | 2010-08-24 | 2 | -54/+199 |