summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* After seeking display the first new video frame right away without concern fo...Andreas Huber2010-11-011-0/+6
* Merge "Added some debugging log messages at stop()"James Dong2010-10-291-1/+5
|\
| * Added some debugging log messages at stop()James Dong2010-10-291-1/+5
* | Merge "- register DRM sniffer only when drmserver is up - notify DRM agents t...Gloria Wang2010-10-292-8/+15
|\ \ | |/ |/|
| * - register DRM sniffer only when drmserver is upGloria Wang2010-10-292-8/+15
* | Squashed commit of the following:Andreas Huber2010-10-298-131/+0
|/
* Merge "Added profile and level translation in SW video encoders"James Dong2010-10-292-5/+188
|\
| * Added profile and level translation in SW video encodersJames Dong2010-10-272-5/+188
* | Merge "Upgrade to the latest version of libwebm to fix YouTube webm playback."Andreas Huber2010-10-293-3533/+5067
|\ \
| * | Upgrade to the latest version of libwebm to fix YouTube webm playback.Andreas Huber2010-10-283-3533/+5067
| |/
* | Merge "Bug fix: Use getDuration vs. getTimelineDuration in Effect and Overlay...Gil Dobjanschi2010-10-285-23/+36
|\ \ | |/ |/|
| * Bug fix: Use getDuration vs. getTimelineDuration in Effect and Overlay limits...Gil Dobjanschi2010-10-285-23/+36
* | Better support for MP4A-LATM RTP disassembly. This used to fail if mNumSubFra...Andreas Huber2010-10-274-20/+382
|/
* Merge "Waveform member variables must be private"Gil Dobjanschi2010-10-271-3/+3
|\
| * Waveform member variables must be privateGil Dobjanschi2010-10-271-3/+3
* | am 751cc424: am 8b023a2e: Merge "Add the mediaplayer release in the test vali...Yu Shan Emily Lau2010-10-271-0/+1
|\ \
| * \ am 8b023a2e: Merge "Add the mediaplayer release in the test validation. This ...Yu Shan Emily Lau2010-10-271-0/+1
| |\ \
| | * \ Merge "Add the mediaplayer release in the test validation. This is to ensure ...Yu Shan Emily Lau2010-10-271-0/+1
| | |\ \
| | | * | Add the mediaplayer release in the test validation. This is to ensure the med...Yu Shan Emily Lau2010-10-261-0/+1
* | | | | am cd08ada7: am 67c7a4ae: Merge "Fix off-by-two and other bugs in the visuali...Marco Nelissen2010-10-271-9/+12
|\ \ \ \ \ | |/ / / /
| * | | | am 67c7a4ae: Merge "Fix off-by-two and other bugs in the visualization code. ...Marco Nelissen2010-10-271-9/+12
| |\ \ \ \ | | |/ / /
| | * | | Fix off-by-two and other bugs in the visualization code.Marco Nelissen2010-10-271-9/+12
* | | | | Merge "Remove annoying warning during mpeg4 extraction."Andreas Huber2010-10-271-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Remove annoying warning during mpeg4 extraction.Andreas Huber2010-10-271-1/+1
* | | | | Merge "Added waveform data support"Gil Dobjanschi2010-10-273-2/+111
|\ \ \ \ \
| * | | | | Added waveform data supportGil Dobjanschi2010-10-273-2/+111
| |/ / / /
* | | | | Merge "FileSource may fail to open a file in which case subsequent code deref...Andreas Huber2010-10-271-1/+1
|\ \ \ \ \
| * | | | | FileSource may fail to open a file in which case subsequent code dereferences...Andreas Huber2010-10-271-1/+1
| |/ / / /
* | | | | Fix for simulator build breakKristian Monsen2010-10-271-1/+1
|/ / / /
* | | | Merge "Removed the start and end transition types."Gil Dobjanschi2010-10-266-247/+15
|\ \ \ \
| * | | | Removed the start and end transition types.Gil Dobjanschi2010-10-266-247/+15
* | | | | Merge "add method in MediaFile to determine if a file is a mediatype of not"Vasu Nori2010-10-261-0/+6
|\ \ \ \ \
| * | | | | add method in MediaFile to determine if a file is a mediatype of notVasu Nori2010-10-261-0/+6
* | | | | | am e1e82745: am 2088e371: Merge "Assume that all of the decoded vorbis audio ...Andreas Huber2010-10-261-6/+14
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | am 2088e371: Merge "Assume that all of the decoded vorbis audio data is valid...Andreas Huber2010-10-261-6/+14
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Assume that all of the decoded vorbis audio data is valid unless the source i...Andreas Huber2010-10-261-6/+14
* | | | | | Merge "Remove unused and hidden setVideoEncoderLevel() from MediaRecorder.java"James Dong2010-10-261-10/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Remove unused and hidden setVideoEncoderLevel() from MediaRecorder.javaJames Dong2010-10-261-10/+0
* | | | | | Merge "Effects and overlays are not modified when a video clip is trimmed."Gil Dobjanschi2010-10-263-30/+53
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Effects and overlays are not modified when a video clip is trimmed.Gil Dobjanschi2010-10-263-30/+53
* | | | | | Merge "Add two creation flags to OMXCodec::Create()"James Dong2010-10-261-1/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add two creation flags to OMXCodec::Create()James Dong2010-10-251-1/+10
* | | | | | A temporary fix for "Waiting for service drm.drmManager".Gloria Wang2010-10-261-1/+1
* | | | | | Check before and after media item referenceGil Dobjanschi2010-10-251-2/+6
* | | | | | Merge "Transition bug fix"Gil Dobjanschi2010-10-251-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Transition bug fixGil Dobjanschi2010-10-251-0/+2
| | |_|/ / | |/| | |
* | | | | Merge "Remove OMX.PV.* components from OMXCodec.cpp"James Dong2010-10-251-30/+6
|\ \ \ \ \
| * | | | | Remove OMX.PV.* components from OMXCodec.cppJames Dong2010-10-251-30/+6
| |/ / / /
* | | | | Merge "Don't change the video recording frame rate if it is not requested."James Dong2010-10-252-3/+35
|\ \ \ \ \
| * | | | | Don't change the video recording frame rate if it is not requested.James Dong2010-10-252-3/+35
| |/ / / /