summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/timedtext
Commit message (Expand)AuthorAgeFilesLines
* media: -Werror re-enabledMark Salyzyn2014-04-151-1/+1
* libstagefright: fix 64-bit warningsColin Cross2014-04-141-1/+2
* Fix aosp_arm64 mirror-aosp-master build 1119326Mark Salyzyn2014-04-111-1/+1
* build fix for aosp-idea133 @ 1119318Mark Salyzyn2014-04-111-1/+0
* warnings be gone.Andreas Huber2014-04-113-2/+4
* Bug fix: set 'und' as default metadata language info for srt.Insun Kang2013-01-171-4/+3
* Bug fix: MediaPlayer's deselectTrack() for subtitle.Insun Kang2012-09-202-3/+18
* Fix a small build warning.John Grossman2012-08-081-1/+2
* Unifying TimedTextDriver's resume() and start().Insun Kang2012-08-021-22/+19
* Fix: status checking in TimedTextDriver.Insun Kang2012-08-023-32/+84
* Adds resume() functionInsun Kang2012-08-023-13/+51
* Adjust fire time of a timed text message before firing it.Insun Kang2012-08-022-18/+40
* Bugfix: Seek on SRT external trackInsun Kang2012-07-204-26/+298
* Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/James Dong2012-06-132-0/+190
* Fix a bug on sending a message to retry in TimedText.Insun Kang2012-05-111-1/+1
* Merge "Fix a bug on subtitle (SRT)." into jb-devJames Dong2012-04-302-7/+17
|\
| * Fix a bug on subtitle (SRT).Insun Kang2012-05-012-7/+17
* | Bug fix : enqueue one next subtitle for each subtitle.Insun Kang2012-04-261-3/+2
|/
* Make timed text source type explicit in TimedTextDriverJames Dong2012-04-181-4/+4
* Fix for multiple audio/timed track feature implementation - part oneJames Dong2012-04-161-23/+36
* To return default track info even if there's no metadata for aInsun Kang2012-04-131-9/+8
* Add external timed text source using a passed file descriptorJames Dong2012-04-131-10/+21
* Fix a bug: WOULD_BLOCK handling in TimedTextPlayer.Insun Kang2012-04-042-1/+25
* AV Android make files changesJames Dong2012-03-281-2/+2
* Remove JNI in LOCAL_C_INCLUDE from non-JNI related Android.mk files.James Dong2012-03-241-1/+0
* Handling end times of subtitles.Insun Kang2012-03-217-20/+46
* Fix a bug in MediaPlayer's addExternalSource().Insun Kang2012-03-161-1/+1
* Defines MediaPlayer APIs to support multiple audio/video/timedtextInsun Kang2012-03-159-88/+123
* Fixing coding style : IndentationInsun Kang2012-03-132-51/+51
* Moves TimedTextDriver.h into include/media/stagefright/timedtext.Insun Kang2012-02-274-84/+3
* Changed TimedTextInBandSource to TimedText3GPPSource.Insun Kang2012-02-234-48/+51
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-102-2/+2
* First step of refactoring 'timedtext' code.Insun Kang2012-01-3112-607/+941
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Fix a subtitle bug: multiple blank lines in SubRip(srt) file.Insun Kang2011-11-221-6/+11
* Timed text display format support:Gloria Wang2011-06-225-41/+582
* For out of band timed text support (timed text in a separate file).Gloria Wang2011-05-255-0/+809