summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge "M3UParser: Skip query strings when looking for the last slash in a URL"Marco Nelissen2014-02-101-12/+22
|\ \ \ \
| * | | | M3UParser: Skip query strings when looking for the last slash in a URLMartin Storsjo2014-02-051-12/+22
* | | | | frameworks/av: fix errors inside ALOGVColin Cross2014-02-063-4/+3
|/ / / /
* | | | correct one logic error in decide whether should render or notJianzheng Zhou2014-02-032-2/+2
* | | | Only increase the counter when we do take a wakelockJimmy Dalqvist2014-01-221-5/+7
* | | | Added support for ID3v2 meta data in 3gp filesOscar Rydhé2014-01-165-9/+89
* | | | Merge "Avoid jumps to faulty position after seeks"Marco Nelissen2014-01-151-1/+4
|\ \ \ \
| * | | | Avoid jumps to faulty position after seeksRoger1 Jonsson2013-12-181-1/+4
* | | | | Merge "HLS: Fixed rounding error with decimal segment duration"Marco Nelissen2014-01-091-1/+1
|\ \ \ \ \
| * | | | | HLS: Fixed rounding error with decimal segment durationOscar Rydhé2013-12-191-1/+1
| |/ / / /
* | | | | stagefright: do not offload LD-AAC decodingEric Laurent2013-12-212-0/+14
* | | | | stagefright: fix offloading HE-AAC sampling rate.Eric Laurent2013-12-191-17/+23
|/ / / /
* | | | libstagefright: Delay release of wakelock in TimedEventQueueHaynes Mathew George2013-12-172-6/+9
* | | | update offloaded audio track sampling rateEric Laurent2013-12-171-2/+13
* | | | Merge commit '2381f06f374ee0cb8bca0edf5388394432b00e6d' into HEADThe Android Open Source Project2013-12-0516-99/+254
|\ \ \ \
| * \ \ \ am 24605338: Merge "Fix metadata access" into klp-devMarco Nelissen2013-11-152-3/+9
| |\ \ \ \
| | * \ \ \ Merge "Fix metadata access" into klp-devMarco Nelissen2013-11-152-3/+9
| | |\ \ \ \
| | | * | | | Fix metadata accessMarco Nelissen2013-11-152-3/+9
| * | | | | | am 7dae71d6: Merge "AwesomePlayer: correct stream type for offload" into klp-devEric Laurent2013-11-152-3/+10
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | AwesomePlayer: correct stream type for offloadEric Laurent2013-11-142-3/+10
| | |/ / / /
| * | | | | am 92092b39: Merge "stagefright: limit default max-input-size for AVC" into k...Lajos Molnar2013-11-131-7/+18
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge "stagefright: limit default max-input-size for AVC" into klp-devLajos Molnar2013-11-131-7/+18
| | |\ \ \ \
| | | * | | | stagefright: limit default max-input-size for AVCLajos Molnar2013-11-131-7/+18
| * | | | | | am 069bcc50: Merge "AwesomePlayer: Improve performance on high-fps clips" int...Lajos Molnar2013-11-131-1/+36
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge "AwesomePlayer: Improve performance on high-fps clips" into klp-devLajos Molnar2013-11-131-1/+36
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | AwesomePlayer: Improve performance on high-fps clipsLajos Molnar2013-11-121-1/+36
| * | | | | | am 5595f6de: Merge "Only initialize sniffers once, don\'t hold mutex while sn...Marco Nelissen2013-11-131-16/+27
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge "Only initialize sniffers once, don't hold mutex while sniffing" into k...Marco Nelissen2013-11-131-16/+27
| | |\ \ \ \ \
| | | * | | | | Only initialize sniffers once, don't hold mutex while sniffingMarco Nelissen2013-11-111-16/+27
| * | | | | | | am 26c8f714: Merge "Ignore transport stream packets with the "transport_error...Andreas Huber2013-11-131-1/+4
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge "Ignore transport stream packets with the "transport_error_indicator" b...Andreas Huber2013-11-131-1/+4
| | |\ \ \ \ \ \
| | | * | | | | | Ignore transport stream packets with the "transport_error_indicator" bit setAndreas Huber2013-11-121-1/+4
| | | |/ / / / /
| * | | | | | | am 56477eb7: am 27ae268a: am 00cb884f: Merge "StageFright: Removes hacks for ...Adam Hampson2013-11-132-9/+2
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | am 27ae268a: am 00cb884f: Merge "StageFright: Removes hacks for Nvidia MPEG2 ...Adam Hampson2013-11-132-9/+2
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | * | | | | am 00cb884f: Merge "StageFright: Removes hacks for Nvidia MPEG2 decoder" into...Adam Hampson2013-11-132-9/+2
| | | |\ \ \ \ \
| | | | * | | | | StageFright: Removes hacks for Nvidia MPEG2 decoderSuresh Choudhary2013-08-092-9/+2
| * | | | | | | | am 22990fe1: Merge "Back to the old way of making sure that no more buffers a...Andreas Huber2013-11-121-2/+4
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Merge "Back to the old way of making sure that no more buffers are submitted"...Andreas Huber2013-11-121-2/+4
| | |\ \ \ \ \ \ \
| | | * | | | | | | Back to the old way of making sure that no more buffers are submittedAndreas Huber2013-11-081-2/+4
| * | | | | | | | | am caee8747: Merge "configure bitrate and bitrate mode at encoder initializat...Andreas Huber2013-11-111-0/+16
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | Merge "configure bitrate and bitrate mode at encoder initialization for VP8/9...Andreas Huber2013-11-121-0/+16
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| | | * | | | | | | configure bitrate and bitrate mode at encoder initialization for VP8/9Andreas Huber2013-11-051-0/+16
| * | | | | | | | | am e100b813: Merge "StageFrightRecorder: do not use meta-data mode for softwa...Lajos Molnar2013-11-111-4/+8
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | Merge "StageFrightRecorder: do not use meta-data mode for software encoders" ...Lajos Molnar2013-11-111-4/+8
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | StageFrightRecorder: do not use meta-data mode for software encodersLajos Molnar2013-10-301-4/+8
| * | | | | | | | | | am a7291156: Merge "TimedEventQueue: improve wakelock management" into klp-devEric Laurent2013-11-102-43/+55
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Merge "TimedEventQueue: improve wakelock management" into klp-devEric Laurent2013-11-112-43/+55
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | |
| | | * | | | | | | | TimedEventQueue: improve wakelock managementEric Laurent2013-11-072-43/+55
| * | | | | | | | | | am 51ac2d64: Merge "Properly handle executing->idle in GraphicBufferSource" i...Andreas Huber2013-11-083-7/+29
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Merge "Properly handle executing->idle in GraphicBufferSource" into klp-devAndreas Huber2013-11-083-7/+29
| | |\ \ \ \ \ \ \ \ \