summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Fix a crash due to unnecessary check on the codec config data for H263 video ...James Dong2010-08-111-2/+2
| | |/ / / /
* | | | | | am 0386d04b: am 581581fe: Merge "Fix all fd leaks in authoring engine" into g...James Dong2010-08-122-5/+7
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge "Fix all fd leaks in authoring engine" into gingerbreadJames Dong2010-08-122-5/+7
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Fix all fd leaks in authoring engineJames Dong2010-08-112-5/+7
| | |/ / /
* | | | | Merge "Call startPreview after stopping for mUseStillCameraForTimeLapse=true ...Nipun Kwatra2010-08-111-0/+1
|\ \ \ \ \
| * | | | | Call startPreview after stopping for mUseStillCameraForTimeLapse=true case.Nipun Kwatra2010-08-101-0/+1
| | |_|_|/ | |/| | |
* | | | | am 136d8336: am 90d1d104: Merge "This code in CameraSource really should hold...Andreas Huber2010-08-111-0/+2
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge "This code in CameraSource really should hold the lock." into gingerbreadAndreas Huber2010-08-111-0/+2
| |\ \ \ | | |/ / | |/| |
| | * | This code in CameraSource really should hold the lock.Andreas Huber2010-08-111-0/+2
* | | | am d35498f6: am 1a140bf6: Merge "Remove some obsolete code." into gingerbreadAndreas Huber2010-08-101-12/+0
|\ \ \ \ | |/ / /
| * | | Remove some obsolete code.Andreas Huber2010-08-101-12/+0
| |/ /
* | | am b9ddd779: am 10ed3f74: Merge "Add input buffer size check for software vid...James Dong2010-08-102-0/+20
|\ \ \ | |/ /
| * | Merge "Add input buffer size check for software video encoders" into gingerbreadJames Dong2010-08-102-0/+20
| |\ \
| | * | Add input buffer size check for software video encodersJames Dong2010-08-102-0/+20
* | | | am 4dc41bb4: am 18f0174f: Merge "We\'re now going to ignore timestamps comple...Andreas Huber2010-08-107-39/+61
|\ \ \ \ | |/ / /
| * | | Merge "We're now going to ignore timestamps completely in gtalk video confere...Andreas Huber2010-08-107-39/+61
| |\ \ \
| | * | | We're now going to ignore timestamps completely in gtalk video conferencing, ...Andreas Huber2010-08-107-39/+61
* | | | | Merge "use usleep instead of sleep."Nipun Kwatra2010-08-101-2/+2
|\ \ \ \ \
| * | | | | use usleep instead of sleep.Nipun Kwatra2010-08-101-2/+2
* | | | | | Merge "MTP: Fix wrong delete operator from previous change."Mike Lockwood2010-08-101-1/+1
|\ \ \ \ \ \
| * | | | | | MTP: Fix wrong delete operator from previous change.Mike Lockwood2010-08-101-1/+1
| |/ / / / /
* | | | | | am 193985ff: am 235be391: Merge "Many, many developers misread or don\'t read...Andreas Huber2010-08-101-2/+2
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge "Many, many developers misread or don't read the http specs and termina...Andreas Huber2010-08-101-2/+2
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Many, many developers misread or don't read the http specs and terminate line...Andreas Huber2010-08-101-2/+2
| | | |/ / | | |/| |
* | | | | am a0488341: am 532d2ac5: Merge "Only check the codec specific data when the ...James Dong2010-08-102-92/+28
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Only check the codec specific data when the output buffer contains kKeyIsCode...James Dong2010-08-102-92/+28
| |/ /
* | | MTP: Push queries for supported formats and properties up to Java.Mike Lockwood2010-08-105-46/+30
* | | MTP: turn off verbose loggingMike Lockwood2010-08-101-1/+1
* | | am fa4f57fe: am 959909ef: Merge "Support multiple PPS and SPS in avcC box" in...James Dong2010-08-091-27/+236
|\ \ \ | |/ /
| * | Merge "Support multiple PPS and SPS in avcC box" into gingerbreadJames Dong2010-08-091-27/+236
| |\ \
| | * | Support multiple PPS and SPS in avcC boxJames Dong2010-08-091-27/+236
* | | | am e14923b0: am 4edf85ab: Merge "Support for extracting G.711 a-law and mu-la...Andreas Huber2010-08-099-40/+371
|\ \ \ \ | |/ / /
| * | | Merge "Support for extracting G.711 a-law and mu-law audio from WAV files and...Andreas Huber2010-08-099-40/+371
| |\ \ \
| | * | | Support for extracting G.711 a-law and mu-law audio from WAV files and a corr...Andreas Huber2010-08-099-40/+371
* | | | | am 1ece7d68: am 2a6b80bc: Fixed several audio effects problems.Eric Laurent2010-08-091-3/+22
|\ \ \ \ \ | |/ / / /
| * | | | Fixed several audio effects problems.Eric Laurent2010-08-091-3/+22
| |/ / /
* | | | MTP: Fix reading and writing property descriptorsMike Lockwood2010-08-092-0/+6
* | | | MTP: Add debug code for printing names of MTP format and property codes.Mike Lockwood2010-08-092-7/+321
* | | | MTP: Fix some typosMike Lockwood2010-08-092-3/+3
* | | | am c143ae7e: am ad98d383: Support for communicating if a buffer read from the...Andreas Huber2010-08-068-33/+65
|\ \ \ \ | |/ / /
| * | | Support for communicating if a buffer read from the _extractor_ is a sync sam...Andreas Huber2010-08-068-33/+65
* | | | am 4f25d033: am 261aaa16: Merge "Properly skip the \'skip\' chunk in mpeg4 fi...Andreas Huber2010-08-061-1/+0
|\ \ \ \ | |/ / /
| * | | Properly skip the 'skip' chunk in mpeg4 files.Andreas Huber2010-08-061-1/+0
* | | | When using still camera for time lapse capture, don't set preview.Nipun Kwatra2010-08-051-6/+7
* | | | am 9c09a605: am 1441bdfc: Merge "Use the target color format from the camera ...James Dong2010-08-051-4/+61
|\ \ \ \ | |/ / /
| * | | Merge "Use the target color format from the camera source if possible" into g...James Dong2010-08-051-4/+61
| |\ \ \ | | |/ / | |/| |
| | * | Use the target color format from the camera source if possibleJames Dong2010-08-051-4/+61
* | | | am 41b29cb0: am 3aad8c38: Merge "Fix an issue where the track duration does n...James Dong2010-08-051-11/+12
|\ \ \ \ | |/ / /
| * | | Fix an issue where the track duration does not include the last sample durationJames Dong2010-08-051-11/+12
| |/ /
* | | am 870678a9: am 2c37f3d3: Merge "Better support for fake timestamps in RTP, H...Andreas Huber2010-08-054-7/+17
|\ \ \ | |/ /