summaryrefslogtreecommitdiff
path: root/media/libstagefright/timedtext
AgeCommit message (Expand)Author
2012-09-20Bug fix: MediaPlayer's deselectTrack() for subtitle.Insun Kang
2012-08-08Fix a small build warning.John Grossman
2012-08-02Unifying TimedTextDriver's resume() and start().Insun Kang
2012-08-02Fix: status checking in TimedTextDriver.Insun Kang
2012-08-02Adds resume() functionInsun Kang
2012-08-02Adjust fire time of a timed text message before firing it.Insun Kang
2012-07-20Bugfix: Seek on SRT external trackInsun Kang
2012-06-13Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/James Dong
2012-05-11Fix a bug on sending a message to retry in TimedText.Insun Kang
2012-04-30Merge "Fix a bug on subtitle (SRT)." into jb-devJames Dong
2012-05-01Fix a bug on subtitle (SRT).Insun Kang
2012-04-26Bug fix : enqueue one next subtitle for each subtitle.Insun Kang
2012-04-18Make timed text source type explicit in TimedTextDriverJames Dong
2012-04-16Fix for multiple audio/timed track feature implementation - part oneJames Dong
2012-04-13To return default track info even if there's no metadata for aInsun Kang
2012-04-13Add external timed text source using a passed file descriptorJames Dong
2012-04-04Fix a bug: WOULD_BLOCK handling in TimedTextPlayer.Insun Kang
2012-03-28AV Android make files changesJames Dong
2012-03-24Remove JNI in LOCAL_C_INCLUDE from non-JNI related Android.mk files.James Dong
2012-03-21Handling end times of subtitles.Insun Kang
2012-03-16Fix a bug in MediaPlayer's addExternalSource().Insun Kang
2012-03-15Defines MediaPlayer APIs to support multiple audio/video/timedtextInsun Kang
2012-03-13Fixing coding style : IndentationInsun Kang
2012-02-27Moves TimedTextDriver.h into include/media/stagefright/timedtext.Insun Kang
2012-02-23Changed TimedTextInBandSource to TimedText3GPPSource.Insun Kang
2012-02-10Move away from MediaDebug and use ADebug insteadJames Dong
2012-01-31First step of refactoring 'timedtext' code.Insun Kang
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2011-11-22Fix a subtitle bug: multiple blank lines in SubRip(srt) file.Insun Kang
2011-06-22Timed text display format support:Gloria Wang
2011-05-25For out of band timed text support (timed text in a separate file).Gloria Wang