summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Audio Effects: fix problems in volume control.Eric Laurent2010-08-311-8/+22
* Merge "Support for RFC3640 - mpeg4-generic RTP packet type, AAC-lbr and AAC-h...Andreas Huber2010-08-314-6/+345
|\
| * Support for RFC3640 - mpeg4-generic RTP packet type, AAC-lbr and AAC-hbr.Andreas Huber2010-08-314-6/+345
* | Better detection of connection problems - timeout if no rtcp packets arrive w...Andreas Huber2010-08-312-43/+67
|/
* fixedfft: Only includes cpu-features.h when __arm__ is defined.Chia-chi Yeh2010-08-311-1/+1
* Merge "Recent changes to the rtsp code require every buffer fed to the packet...Andreas Huber2010-08-301-0/+1
|\
| * Recent changes to the rtsp code require every buffer fed to the packet source...Andreas Huber2010-08-301-0/+1
* | Instead of closing the connection altogether if no UDP packets arrive after a...Andreas Huber2010-08-302-32/+83
|/
* Merge "Reverse the default setting of media.stagefright.enable-{rtsp,record} ...Andreas Huber2010-08-302-4/+4
|\
| * Reverse the default setting of media.stagefright.enable-{rtsp,record} in prep...Andreas Huber2010-08-302-4/+4
* | Merge "LVM release 1.07 delivery." into gingerbreadEric Laurent2010-08-30188-1599/+231
|\ \ | |/ |/|
| * LVM release 1.07 delivery.Eric Laurent2010-08-27188-1599/+231
* | Finetune some rtsp timeout constants.Andreas Huber2010-08-301-3/+11
* | Merge "ALoopers can now be named (useful to distinguish threads)." into ginge...Andreas Huber2010-08-305-4/+13
|\ \
| * | ALoopers can now be named (useful to distinguish threads).Andreas Huber2010-08-275-4/+13
* | | Workaround for a QCOM issue where the output buffer size advertised by the AV...James Dong2010-08-271-0/+13
* | | Merge "Suppress the video recording start signal - bug 2950297" into gingerbreadJames Dong2010-08-271-0/+46
|\ \ \ | |/ / |/| |
| * | Suppress the video recording start signalJames Dong2010-08-261-0/+46
| |/
* | Better support for rtsp (normal play-)time display. Better seek support, time...Andreas Huber2010-08-2714-65/+302
* | We accidentally always aborted after 10 secs, even if the connection was fine.Andreas Huber2010-08-271-2/+1
|/
* Merge "Support for RTP packets arriving interleaved with RTSP responses." int...Andreas Huber2010-08-266-21/+216
|\
| * Support for RTP packets arriving interleaved with RTSP responses.Andreas Huber2010-08-266-21/+216
* | Merge "Make sure that timestamp does not go backward in MP4 file writer" into...James Dong2010-08-261-2/+2
|\ \ | |/ |/|
| * Make sure that timestamp does not go backward in MP4 file writerJames Dong2010-08-241-2/+2
* | Merge "Fix support for per-frame unsynchronization in ID3V2.4 tags." into gin...Andreas Huber2010-08-252-4/+85
|\ \
| * | Fix support for per-frame unsynchronization in ID3V2.4 tags.Andreas Huber2010-08-252-4/+85
* | | Merge "Added preset reverb." into gingerbreadEric Laurent2010-08-252-54/+199
|\ \ \
| * | | Added preset reverb.Eric Laurent2010-08-242-54/+199
* | | | Merge "Ensure that buffering updates eventually hit 100% after we download ev...Andreas Huber2010-08-251-12/+19
|\ \ \ \ | |_|/ / |/| | |
| * | | Ensure that buffering updates eventually hit 100% after we download everything.Andreas Huber2010-08-251-12/+19
* | | | Merge "Allow sniffers to return a packet of opaque data that the correspondin...Andreas Huber2010-08-2516-30/+80
|\ \ \ \
| * | | | Allow sniffers to return a packet of opaque data that the corresponding extra...Andreas Huber2010-08-2516-30/+80
| |/ / /
* | | | Fix the simulator build.Eric Laurent2010-08-251-0/+2
|/ / /
* | | Merge "A first shot at proper support for seeking of rtsp streams." into ging...Andreas Huber2010-08-247-59/+144
|\ \ \ | |/ / |/| |
| * | A first shot at proper support for seeking of rtsp streams.Andreas Huber2010-08-247-59/+144
| |/
* | Merge "LVM release 1.05 delivery" into gingerbreadEric Laurent2010-08-2426-154/+5051
|\ \ | |/ |/|
| * LVM release 1.05 deliveryEric Laurent2010-08-2026-154/+5051
* | Merge "Better handling of rtsp connection and disconnection." into gingerbreadAndreas Huber2010-08-233-14/+99
|\ \
| * | Better handling of rtsp connection and disconnection.Andreas Huber2010-08-233-14/+99
* | | Runtime dump support for MediaWriterJames Dong2010-08-232-2/+42
|/ /
* | Merge "Visualizer: replace the FFT implementation with a faster one." into gi...Chia-chi Yeh2010-08-223-31/+177
|\ \
| * | Visualizer: replace the FFT implementation with a faster one.Chia-chi Yeh2010-08-193-31/+177
* | | setParamMaxFileDurationUs should allow zero time input as per API of setMaxDu...Nipun Kwatra2010-08-201-1/+5
| |/ |/|
* | Only add 4 bytes offset for the output media buffer when SPS is not received ...James Dong2010-08-191-5/+10
* | Don't drop a late frame which may lead to missing I frames in the MP4 fileJames Dong2010-08-191-1/+15
* | Return error from MPEG4Writer stop() if the check on codec specific data failedJames Dong2010-08-191-0/+26
* | Merge "Make MediaWriter stop and pause return errors if necessary" into ginge...James Dong2010-08-195-36/+82
|\ \
| * | Make MediaWriter stop and pause return errors if necessaryJames Dong2010-08-195-36/+82
* | | Support for MP4V-ES packetization format according to RFC3016.Andreas Huber2010-08-196-0/+417
* | | Merge "In the absence of width/height information in the sdp, extract the dim...Andreas Huber2010-08-198-96/+133
|\ \ \