summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* Playback rate on MediaPlayerJean-Michel Trivi2012-02-132-0/+18
* Merge "Change the signature of method addTextSource() in AwesomePlayer"James Dong2012-02-102-2/+2
|\
| * Change the signature of method addTextSource() in AwesomePlayerJames Dong2012-02-092-2/+2
* | Move away from MediaDebug and use ADebug insteadJames Dong2012-02-1042-95/+96
|/
* Finish up B frame support in MPEG4WriterJames Dong2012-02-091-36/+50
* Experiment with seeking to closest frame instead of closest syncframeAndreas Huber2012-02-092-12/+61
* Merge "Enable B frame support in MPEG4Writer"James Dong2012-02-082-76/+82
|\
| * Enable B frame support in MPEG4WriterJames Dong2012-02-072-76/+82
* | Merge "MatroskaExtractor: to support MPEG4 and MP3 codec."Andreas Huber2012-02-071-12/+32
|\ \ | |/ |/|
| * MatroskaExtractor: to support MPEG4 and MP3 codec.Dongwon Kang2012-01-151-12/+32
* | Don't call virtual function in destructor of SurfaceMediaSourceJames Dong2012-02-061-3/+3
* | 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
| | | |/ /