summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/AVIExtractor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Support some .avi files containing H.264 video, log warnings if audio/video ↵Andreas Huber2011-09-211-11/+92
| | | | | | | unsupported Change-Id: Ie7280f25f2bd19f32234c08673e64ceb65833677 related-to-bug: 5349382
* Support .avi tracks that have a sample size of 1, i.e. samples != chunksAndreas Huber2011-09-131-13/+46
| | | | | | | | Assume for now that all chunks are the same size, i.e. have the same number of samples. Change-Id: Ib8a7dfeb16cc3e5be199ff9d98b68dd0b9c23eb8 related-to-bug: 5279872
* Increase the avi extractor's confidence slighly over mp3'sAndreas Huber2011-09-121-1/+5
| | | | | | | | So that we don't accidentally identify a .avi file containing an mp3 track as an mp3 file. Change-Id: I73495b80cbb5bc1007bf810f2db453c9f175171b related-to-bug: 5288189
* Support for divx files, i.e. mpeg 4 video + mpeg audio layer III in .avi filesAndreas Huber2011-03-301-0/+922
Change-Id: I6e1e989c43300ddb0d341e3e9183cdccd69eeae6 related-to-bug: 4192562