summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/timedtext
Commit message (Expand)AuthorAgeFilesLines
* am f5f24006: am cd4eb72e: Merge "media: -Werror re-enabled"Mark Salyzyn2014-04-151-1/+1
|\
| * media: -Werror re-enabledMark Salyzyn2014-04-151-1/+1
| * libstagefright: fix 64-bit warningsColin Cross2014-04-141-1/+2
* | am b1b1e303: am e5238893: Merge "Fix aosp_arm64 mirror-aosp-master build 1119...Mark Salyzyn2014-04-111-1/+1
|\ \ | |/
| * Fix aosp_arm64 mirror-aosp-master build 1119326Mark Salyzyn2014-04-111-1/+1
* | Revert "build fix for aosp-idea133 @ 1119318"Colin Cross2014-04-111-0/+1
* | am a7281ee1: am a133bc87: Merge "build fix for aosp-idea133 @ 1119318"Mark Salyzyn2014-04-111-1/+0
|\ \ | |/
| * 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
* | libstagefright: fix 64-bit warningsColin Cross2014-03-191-1/+2
* | warnings be gone.Andreas Huber2014-02-113-2/+4
* | FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to...Andreas Huber2014-02-041-2/+4
* | Fix test build for libstagefright_timedtext moudleSungsoo Lim2013-08-291-3/+5
* | 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