summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/SkipCutBuffer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fully reset SkipCutBuffer state in clear()Marco Nelissen2013-09-181-1/+2
| | | | | | b/8543366 Change-Id: I1b90d56ba3d672fd12b4ee91fa9ba24c665126ed
* Turn off executable bit on ordinary filesGlenn Kasten2012-11-021-0/+0
| | | | Change-Id: I0abea25b58fb1d03975bed9cca40f826fcd4c5e4
* Add ABuffer support to SkipCutBufferMarco Nelissen2012-03-291-5/+43
| | | | | | | | Add support for ABuffer to SkipCutBuffer, and make it (re)allocate an appropriately sized buffer when needed, rather then relying on the caller to tell it ahead of time how big the buffers are going to be. Change-Id: I8b5c9ba5dd2fc13ef8870b7d4fe93a1bfdc7a626
* Support gapless playback for mp3 and m4aMarco Nelissen2012-03-221-0/+130
Gapless playback for appropriately tagged mp3 and m4a files. Currently this is implemented in OMXCodec, which most players use, but should be easy to support in other players as well by using the SkipCutBuffer utility class. Change-Id: I748c669adc1cfbe5ee9a7dea2fad945d48882551