summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/timedtext/TimedTextPlayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* libstagefright: fix 64-bit warningsColin Cross2014-04-141-1/+2
* Bug fix: MediaPlayer's deselectTrack() for subtitle.Insun Kang2012-09-201-1/+11
* Fix a small build warning.John Grossman2012-08-081-1/+2
* Fix: status checking in TimedTextDriver.Insun Kang2012-08-021-23/+52
* Adds resume() functionInsun Kang2012-08-021-7/+26
* Adjust fire time of a timed text message before firing it.Insun Kang2012-08-021-17/+39
* Fix a bug on sending a message to retry in TimedText.Insun Kang2012-05-111-1/+1
* Bug fix : enqueue one next subtitle for each subtitle.Insun Kang2012-04-261-3/+2
* Fix a bug: WOULD_BLOCK handling in TimedTextPlayer.Insun Kang2012-04-041-1/+24
* Handling end times of subtitles.Insun Kang2012-03-211-5/+25
* Defines MediaPlayer APIs to support multiple audio/video/timedtextInsun Kang2012-03-151-18/+29
* Moves TimedTextDriver.h into include/media/stagefright/timedtext.Insun Kang2012-02-271-1/+1
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-1/+1
* First step of refactoring 'timedtext' code.Insun Kang2012-01-311-351/+116
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Timed text display format support:Gloria Wang2011-06-221-39/+108
* For out of band timed text support (timed text in a separate file).Gloria Wang2011-05-251-0/+347