summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/AVIExtractor.h
Commit message (Collapse)AuthorAgeFilesLines
* Support even more .avi files with .mp3 content not aligned to chunk boundariesAndreas Huber2011-09-231-0/+5
| | | | | Change-Id: I3ace4118e2e519648c23c51d0b699ba0d7511a5d related-to-bug: 5349382
* Support some .avi files containing H.264 video, log warnings if audio/video ↵Andreas Huber2011-09-211-0/+1
| | | | | | | 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-1/+10
| | | | | | | | 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
* Support for divx files, i.e. mpeg 4 video + mpeg audio layer III in .avi filesAndreas Huber2011-03-301-0/+111
Change-Id: I6e1e989c43300ddb0d341e3e9183cdccd69eeae6 related-to-bug: 4192562