summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/data
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag 'android-6.0.0_r26' into cm-13.0Ricardo Cerqueira2015-11-052-9/+29
|\ | | | | | | | | | | Android 6.0.0 release 26 Change-Id: I8a57007bf6efcd8b95c3cebf5e0444345bdd4cda
| * Fix BuildIan Pedowitz2015-09-181-1/+1
| | | | | | | | | | | | Decoders/Encoders tags were mismatched when ag/770962 was submitted Change-Id: I58654b5df172d28ac4ccebde1a615c485479a2db
| * stagefright: Move google mpeg2 codec into media_codecs_google_tv.xmlSungmin Choi2015-09-172-9/+29
| | | | | | | | | | | | | | Only TV devices need to support MPEG2 decoder. Bug: 23885483 Change-Id: Ic9dd03f9433c41bda1b5b6be3285499ebfd1d0e6
* | video: Add support for MPEG4 DP video clipsSurajit Podder2015-10-061-1/+8
|/ | | | | | | | | Hardware decoder does not support MPEG4 DP clips Add changes to use software decoder MPEG4 DP streams: * Add mapping for MPEG4DP mime to compression type * Add MPEG4 DP mime to software MPEG4 decoder Change-Id: Ic763b7b5714ce6533c07e8bb65f0ecd09dc24e9e
* stagefright: add SoftAVCEnc using libavcVenkatarama Avadhani2015-04-151-5/+5
| | | | Change-Id: Ic51e92e9d86db21109b8714e822697869e184cd1
* stagefright: add SoftAVCDec using libavcVenkatarama Avadhani2015-04-151-4/+4
| | | | Change-Id: Ie808aa82c624dbbcaeb6b41662c9b7770bc80bd9
* stagefright: add SoftMPEG2 decoder using libmpeg2Venkatarama Avadhani2015-04-151-0/+9
| | | | Change-Id: I74f5f4a1e6d7be8df45bcbc83a965111454b97ea
* ulaw and alaw aren't limited to 8kHzMarco Nelissen2015-03-201-2/+2
| | | | | Bug: https://code.google.com/p/android/issues/detail?id=158490 Change-Id: Ib30e156c99a997db861bb85e17244a5effdd55cf
* stagefright: add media_codecs_google_video_le.xmlLajos Molnar2015-02-061-0/+108
| | | | | | | This can be used by low-end devices Bug: 19027495 Change-Id: I2cf90bf5a9a95b3f38c32eef2a950c9e33c70a7a
* stagefright: advertise 8kHz AAC decoder supportLajos Molnar2014-12-131-1/+2
| | | | Bug: 18738266 Change-Id: I1e5a1dc04b4deabfac069e70e4f730be6023a8ef
* stagefright: misc fixes to software video encoders (and decoders)Lajos Molnar2014-12-101-1/+1
| | | | | | | | | | | | | | | | | | | - move logic to set encoder parameters to common encoder class (similarly to what was done for decoders) - set compressed buffer size based on frame size and compression ratio, and codec-specific minimum size - set raw buffer size based on frame size and metadata mode - do not set stride and slice height on compressed ports - advertise only QCIF support for google H263 encoder - set large-enough input size for video decoders to support adaptive playback - do not change input buffer size on output port reconfiguration, as no input buffer reallocation takes place - do not return empty buffers with EOS after EOS has been signaled Bug: 18513091 Bug: 18639027 Change-Id: Ib13492ef66adf331aa4572c67d2b283ea020cb41
* media_codecs.xml: extend vorbis sample rate to 8-96kHzLajos Molnar2014-12-041-1/+1
| | | | | Bug: 18615604 Change-Id: I0245556b8164959dd52fe677901cbfc517627cb4
* stagefright: Advertise 16x16 alignment requirement for PV codecsLajos Molnar2014-09-241-6/+6
| | | | | Bug: 17648616 Change-Id: Iaf276467ae9361d918feee1f72e13c7a60075819
* Merge "stagefright: add codec capability info for google video codecs" into ↵Lajos Molnar2014-08-291-10/+81
|\ | | | | | | lmp-dev
| * stagefright: add codec capability info for google video codecsLajos Molnar2014-08-141-10/+81
| | | | | | | | | | Bug: 11990470 Change-Id: I3926551506ebc33181d50f532ef379be55b60147
* | stagefright: add codec capability info for google audio codecsLajos Molnar2014-08-142-15/+74
|/ | | | | Bug: 11990470 Change-Id: I6a7d6758727cc205c636dfb19eb7fe99d67fb084
* Merge "stagefright: added support, and SoftOMX decoder, for HEVC" into ↵Lajos Molnar2014-06-061-0/+1
|\ | | | | | | lmp-preview-dev
| * stagefright: added support, and SoftOMX decoder, for HEVCHarish Mahendrakar2014-06-061-0/+1
| | | | | | | | | | | | | | | | also fixed QuerySupportedProfileLevels in SoftVideoDecoderOMXComponent.cpp Bug: 14571712 Change-Id: Ifa3793f7c1b18ac5e8c0a096848c998cabd9e777
* | We still need the raw codecMarco Nelissen2014-06-051-0/+1
|/ | | | | | | It's used for FLAC and PCM Wav, which output PCM data. b/15320804 Change-Id: I67921a45dd4a3a175fce412e055728859e2309ba
* stagefright: initial media_codecs_google*.xml filesLajos Molnar2014-03-193-0/+88
Separated description of Google-provided codecs into their own files based on domain. Google-provided audio/telephony codecs should be included prior to specifying vendor codecs. Google- provided video codecs should be included after vendor codecs. Bug: 13549114 Change-Id: I216f01feaf0379c6cd7d8714e02792fdf2214a90