summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* Merge "Don't call virtual functions in the destructor for audio and camera so...James Dong2012-02-043-15/+10
|\
| * Don't call virtual functions in the destructor for audio and camera source cl...James Dong2012-02-023-15/+10
* | Merge "Don't call virtual functions in destructors for the writer classes"James Dong2012-02-034-8/+8
|\ \
| * | Don't call virtual functions in destructors for the writer classesJames Dong2012-02-024-8/+8
| |/
* | Keep AACEncoder around for a bit longer to have more time fix issues related ...James Dong2012-02-032-0/+5
* | Merge "Removed a loop for buffer lookup"James Dong2012-02-021-17/+18
|\ \
| * | Removed a loop for buffer lookupJames Dong2012-02-021-17/+18
* | | Merge "Remove the restriction that the width must be a multiple of 4 or 2 for...James Dong2012-02-011-22/+35
|\ \ \
| * | | Remove the restriction that the width must be a multiple of 4 or 2 for thumbn...James Dong2012-02-011-22/+35
| | |/ | |/|
* | | The AMR WB software encoder is now an OMX component.Andreas Huber2012-02-016-7/+559
* | | The software AMR NB encoder is now an OMX component.Andreas Huber2012-02-015-4/+505
|/ /
* | Merge "add tests module tag to omx_tests"James Dong2012-01-311-2/+4
|\ \
| * | add tests module tag to omx_testsJames Dong2012-01-311-2/+4
| |/
* | Merge "First step of refactoring 'timedtext' code."James Dong2012-01-3115-629/+960
|\ \
| * | First step of refactoring 'timedtext' code.Insun Kang2012-01-3115-629/+960
* | | Slighly improve the API to discover if the OMX stack is running in the localAndreas Huber2012-01-314-7/+7
| |/ |/|
* | Make sure our aac decoder handles this parameter.Andreas Huber2012-01-301-0/+12
|/
* Instantiate software codecs locally whenever possible.Andreas Huber2012-01-302-1/+295
* Merge "Use audio_source_t consistently"Glenn Kasten2012-01-271-1/+1
|\
| * Use audio_source_t consistentlyGlenn Kasten2012-01-261-1/+1
* | Merge "The software AAC encoder is now an OMX component."Andreas Huber2012-01-266-8/+674
|\ \
| * | The software AAC encoder is now an OMX component.Andreas Huber2012-01-266-8/+674
* | | Preserve NEON callee-save registers d8-d15.Ben Cheng2012-01-263-3/+30
|/ /
* | am 95306d85: am 64085d03: am 12045502: Merge "stagefright aacenc: Fix type de...Jean-Baptiste Queru2012-01-251-3/+3
|\ \
| * \ am 12045502: Merge "stagefright aacenc: Fix type definitions for 64 bit platf...Jean-Baptiste Queru2012-01-251-3/+3
| |\ \
| | * \ Merge "stagefright aacenc: Fix type definitions for 64 bit platforms"Jean-Baptiste Queru2012-01-251-3/+3
| | |\ \
| | | * | stagefright aacenc: Fix type definitions for 64 bit platformsMartin Storsjo2012-01-131-3/+3
* | | | | am e2594b85: am 4cd2b343: am 98539a4e: Merge "stagefright amrwbenc: Make the ...Jean-Baptiste Queru2012-01-251-2/+7
|\ \ \ \ \ | |/ / / /
| * | | | am 98539a4e: Merge "stagefright amrwbenc: Make the mem_malloc function 64-bit...Jean-Baptiste Queru2012-01-241-2/+7
| |\ \ \ \ | | |/ / /
| | * | | Merge "stagefright amrwbenc: Make the mem_malloc function 64-bit safe"Jean-Baptiste Queru2012-01-241-2/+7
| | |\ \ \
| | | * | | stagefright amrwbenc: Make the mem_malloc function 64-bit safeMartin Storsjo2012-01-131-2/+7
| | | |/ /
* | | | | am a3946104: am fc2ea24b: am d80cbb8c: Merge "stagefright aacenc: Add missing...Jean-Baptiste Queru2012-01-2513-13/+13
|\ \ \ \ \ | |/ / / /
| * | | | am d80cbb8c: Merge "stagefright aacenc: Add missing newlines at the end of fi...Jean-Baptiste Queru2012-01-2413-13/+13
| |\ \ \ \ | | |/ / /
| | * | | Merge "stagefright aacenc: Add missing newlines at the end of files"Jean-Baptiste Queru2012-01-2413-13/+13
| | |\ \ \
| | | * | | stagefright aacenc: Add missing newlines at the end of filesMartin Storsjo2012-01-1313-13/+13
| | | |/ /
* | | | | am 10c4641c: am 2ae5805c: am 164a9842: Merge "stagefright aacenc: Properly te...Jean-Baptiste Queru2012-01-241-1/+1
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | am 164a9842: Merge "stagefright aacenc: Properly terminate a comment"Jean-Baptiste Queru2012-01-241-1/+1
| |\ \ \ | | |/ /
| | * | Merge "stagefright aacenc: Properly terminate a comment"Jean-Baptiste Queru2012-01-241-1/+1
| | |\ \
| | | * | stagefright aacenc: Properly terminate a commentMartin Storsjo2012-01-131-1/+1
| | | |/
| * | | am 6df477be: Merge "Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF)"Jean-Baptiste Queru2012-01-1957-258/+258
| |\ \ \ | | |/ /
| | * | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF)Steve Block2012-01-1957-258/+258
| * | | am a826f9e2: Merge "Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)"Jean-Baptiste Queru2012-01-1929-75/+75
| |\ \ \ | | |/ /
| | * | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)Steve Block2012-01-1929-75/+75
| * | | am 4f367f33: Merge "Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)"Jean-Baptiste Queru2012-01-1933-118/+118
| |\ \ \ | | |/ /
| | * | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)Steve Block2012-01-1933-118/+118
| * | | am ba7f0d2a: Merge "Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)"Jean-Baptiste Queru2012-01-194-12/+12
| |\ \ \ | | |/ /
| | * | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)Steve Block2012-01-194-12/+12
| * | | Merge ee4618bcJean-Baptiste Queru2012-01-1962-509/+509
| |\ \ \ | | |/ /
| | * | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF)Steve Block2012-01-1962-509/+509
| | |/
* | | Starhub RTSP apparently does not establish time on all tracksAndreas Huber2012-01-201-1/+29