summaryrefslogtreecommitdiff
path: root/src/libsputext
AgeCommit message (Collapse)Author
2003-04-26fix multiple lines subtitles' display in OGM containerAndreas Heinchen
CVS patchset: 4682 CVS date: 2003/04/26 13:46:47
2003-04-24fix for spuogmAndreas Heinchen
CVS patchset: 4669 CVS date: 2003/04/24 00:27:27
2003-04-16preperations for support of bold and italic typefaces in ogm subtitlesAndreas Heinchen
CVS patchset: 4629 CVS date: 2003/04/16 23:05:25
2003-04-09wrong constantMichael Roitzsch
CVS patchset: 4579 CVS date: 2003/04/09 13:31:31
2003-04-06sputext subtitles should work againMichael Roitzsch
CVS patchset: 4545 CVS date: 2003/04/06 11:55:47
2003-03-31make sputext decoder handle stream IDMichael Roitzsch
CVS patchset: 4523 CVS date: 2003/03/31 16:12:55
2003-03-26vplayer format fixex by Mariusz Pekala <skoot@qi.pl>Miguel Freitas
CVS patchset: 4492 CVS date: 2003/03/26 18:51:55
2003-03-26- font encoding cleanup patch by Frantisek DvorakMiguel Freitas
- xinefonts use unicode now - fix endianess in xine-fontconv.c - public render text api uses locale CVS patchset: 4486 CVS date: 2003/03/26 11:06:39
2003-03-20permit to change vertical position of subtitleDaniel Caujolle-Bert
CVS patchset: 4453 CVS date: 2003/03/20 20:44:18
2003-02-14wrong cast pointer typeDaniel Caujolle-Bert
CVS patchset: 4156 CVS date: 2003/02/14 16:58:36
2003-02-14disable logMiguel Freitas
CVS patchset: 4148 CVS date: 2003/02/14 00:13:00
2003-01-29log messagesMiguel Freitas
CVS patchset: 4041 CVS date: 2003/01/29 17:21:13
2003-01-23preparations for beta3:Miguel Freitas
- disable debug messages in flac decoder - review demuxer mimetypes - use fourcc internal functions in demux_real CVS patchset: 3995 CVS date: 2003/01/23 16:11:56
2003-01-17fix problem where subtitles were discarded on a fast machineMiguel Freitas
CVS patchset: 3949 CVS date: 2003/01/17 20:53:46
2003-01-13wrong "C-style object" usedMichael Roitzsch
CVS patchset: 3896 CVS date: 2003/01/13 14:26:17
2003-01-13not used anymoreMiguel Freitas
CVS patchset: 3888 CVS date: 2003/01/13 02:33:36
2003-01-13- add option to adjust spu sync (works for both dvd and external subtitles)Miguel Freitas
- implement some master/slave stuff - implement subtitle mrl: xine movie.mpg#subtitle:whatever.sub CVS patchset: 3887 CVS date: 2003/01/13 02:15:07
2003-01-12seeking should work now.Miguel Freitas
CVS patchset: 3878 CVS date: 2003/01/12 15:29:08
2003-01-11fast discarding when stoppedMiguel Freitas
CVS patchset: 3873 CVS date: 2003/01/11 15:31:45
2003-01-11get img_duration from video_outMiguel Freitas
CVS patchset: 3871 CVS date: 2003/01/11 12:51:17
2003-01-11allow 2 seconds prebuffering instead of a "sync" behaviour.Miguel Freitas
this will be important to support subtitling the same stream (that is, demuxer provides both video and spu) CVS patchset: 3870 CVS date: 2003/01/11 12:25:10
2003-01-11small cleanupMichael Roitzsch
impressive work, Miguel! CVS patchset: 3868 CVS date: 2003/01/11 11:34:15
2003-01-11unnecessary commentMichael Roitzsch
CVS patchset: 3865 CVS date: 2003/01/11 11:16:57
2003-01-11brand-new external subtitles support. (yes, it works!)Miguel Freitas
tested with asf, avi and mpeg but any media should work. todo: - clean up the master/slave stuff and public api. - implement seeking on demux_sputext.c (it must seek to closest subtitle) - general cleaning up and bugfixing CVS patchset: 3860 CVS date: 2003/01/11 03:47:01
2003-01-10just get it to compile, still not finished.Miguel Freitas
i hope to have something working this weekend CVS patchset: 3857 CVS date: 2003/01/10 22:23:54
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
for more information see message on xine-devel CVS patchset: 3818 CVS date: 2003/01/08 01:02:27
2003-01-04add 2 demuxer groups (audio and games) with multiple plugins at theMiguel Freitas
same shared library (reduce loading time). demuxer api increased so old ungrouped plugins won't be loaded. Bill Fink patch to enable playback of live rawdv streams. obs: non-regular files are now supposed non-seekable. CVS patchset: 3771 CVS date: 2003/01/04 14:48:11
2002-12-30I really should set a buffer typeMichael Roitzsch
CVS patchset: 3731 CVS date: 2002/12/30 18:07:49
2002-12-30fill the buffers with text, fix dispose memleak, add FIXMEsMichael Roitzsch
CVS patchset: 3729 CVS date: 2002/12/30 11:51:45
2002-12-29first draft of a sputext demuxerMichael Roitzsch
This does not work at all yet. TODO: - make demuxer send subtitle text in buffers and tag them with useful timestamps - adjust decoder to new API: it should read the text from the buffers and render them into overlays using OSD renderer CVS patchset: 3717 CVS date: 2002/12/29 16:39:38
2002-10-28Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",Juergen Keil
to get a minimal dynamic linker symbol table CVS patchset: 3073 CVS date: 2002/10/28 13:30:58
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
adapt some more decoders CVS patchset: 2618 CVS date: 2002/09/05 22:18:50
2002-09-05make all the plugin init functions staticMichael Roitzsch
(geez this was a job) CVS patchset: 2616 CVS date: 2002/09/05 20:44:38
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is ↵Guenter Bartsch
broken now ... matthias/miguel: please fix it :-) CVS patchset: 2606 CVS date: 2002/09/04 23:31:05
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
CVS patchset: 2214 CVS date: 2002/07/05 17:31:59
2002-06-25A bug fix for the fix.Matthias Hopf
Added time offset for badly timed subtitles. CVS patchset: 2161 CVS date: 2002/06/25 11:48:02
2002-06-24Bug fix for avi subtitles w/o end times.Matthias Hopf
CVS patchset: 2159 CVS date: 2002/06/24 22:10:48
2002-06-24Fix spelling mistakesPhilipp Hahn
CVS patchset: 2156 CVS date: 2002/06/24 17:41:59
2002-06-24Simple array, no translation. I sure hope this works now.Dennis Björklund
CVS patchset: 2151 CVS date: 2002/06/24 08:10:35
2002-06-24The segfault is more likely because of the missing NULL value.Dennis Björklund
This puts the translation back plus NULL-terminates the array. CVS patchset: 2150 CVS date: 2002/06/24 07:55:13
2002-06-23don't translate settings (probably the cause of 0.9.12 segfaults)Miguel Freitas
CVS patchset: 2146 CVS date: 2002/06/23 23:33:24
2002-06-23Oops, i've pushed crap into CVS. Fix that.Daniel Caujolle-Bert
CVS patchset: 2143 CVS date: 2002/06/23 22:51:16
2002-06-23Fix segfault on config value changes.Daniel Caujolle-Bert
CVS patchset: 2142 CVS date: 2002/06/23 22:33:00
2002-06-23Let cvs ignore a lot of files that are built.Dennis Björklund
CVS patchset: 2138 CVS date: 2002/06/23 16:18:44
2002-06-22patch from Dennis Bjorklund <db@zigo.dhs.org> fixes problem withMichael Roitzsch
overlapping show/hide events causing subtitles to display too short CVS patchset: 2127 CVS date: 2002/06/22 12:19:45
2002-06-21configurable size of avi subtitlesMiguel Freitas
CVS patchset: 2117 CVS date: 2002/06/21 18:11:04
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
Internationalize all config related stuff. Fix not registered mrl ending in roq/film demuxer. Add bindtextdomain() calls in load_plugins (for audio/video out plugins). CVS patchset: 2066 CVS date: 2002/06/12 12:22:25
2002-05-30Fix iconv on FreeBSD (i hope).Daniel Caujolle-Bert
CVS patchset: 1968 CVS date: 2002/05/30 15:12:45
2002-05-29Fixed FreeBSD libgiconv dependencies (Thanks Heiko).Daniel Caujolle-Bert
CVS patchset: 1964 CVS date: 2002/05/29 15:54:38
2002-05-28use the port /usr/ports/converters/libiconv on FreeBSDHeiko Schaefer
CVS patchset: 1960 CVS date: 2002/05/28 11:06:37