summaryrefslogtreecommitdiff
path: root/src/libsputext/xine_decoder.c
AgeCommit message (Collapse)Author
2004-04-26help strings added for all remaining config entries (so I hope)Michael Roitzsch
please everybody watch out for spelling (and other) errors CVS patchset: 6442 CVS date: 2004/04/26 17:50:06
2004-04-07Michael's patch for improving playback with subtitles, fix the long seeking.František Dvořák
CVS patchset: 6342 CVS date: 2004/04/07 18:10:20
2004-03-13since the real fix would require changes to critical parts of the engineMichael Roitzsch
(although no severe changes), I decided to commit an interim fix to prevent any breakage before the release CVS patchset: 6246 CVS date: 2004/03/13 13:59:19
2004-02-15ignoring empty spus created by some ogm-muxingtoolsAndreas Heinchen
CVS patchset: 6160 CVS date: 2004/02/15 18:52:42
2004-02-03Fix a bug introduced by my last commit.Thibaut Mattern
Always update font size/offset when the output size change. CVS patchset: 6111 CVS date: 2004/02/03 11:12:18
2004-01-22Try to fix buffer overflow problems.Thibaut Mattern
Little optimization in the "erase" code. CVS patchset: 6056 CVS date: 2004/01/22 00:36:50
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
CVS patchset: 6030 CVS date: 2004/01/12 17:35:14
2004-01-02fix possible deadlock with ogm subtitlesMiguel Freitas
CVS patchset: 5973 CVS date: 2004/01/02 19:03:46
2003-12-30easier debugging with --verboseMiguel Freitas
CVS patchset: 5962 CVS date: 2003/12/30 02:16:43
2003-12-14API version bounceSiggi Langauf
CVS patchset: 5912 CVS date: 2003/12/14 22:13:22
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ↵Daniel Caujolle-Bert
relevant too. Small other little fix (can't remember). Change few internal function prototype because it xine_t pointer need to be used if some xine's internal sections. NOTE: libdvd{nav,read} is still too noisy, i will take a look to made it quit, without invasive changes. To be continued... CVS patchset: 5844 CVS date: 2003/12/05 15:54:56
2003-12-04sputext now handles ogm subtitlesMiguel Freitas
less redundant code, more maintainable CVS patchset: 5833 CVS date: 2003/12/04 03:23:28
2003-12-04rework sputext. avoid using seek_count internal engine variable,Miguel Freitas
honor vo discard frames to also discard the subtitles. it should be more reliable now, and also faster on seeking. CVS patchset: 5832 CVS date: 2003/12/04 02:23:49
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
CVS patchset: 5796 CVS date: 2003/11/26 19:43:26
2003-11-26* new unscaled overlay feature (using XShape extension)Miguel Freitas
text subtitles may now be rendered at full screen resolution * load xine fonts on demand - faster startup note: support added to xv, xshm and vidix CVS patchset: 5780 CVS date: 2003/11/26 01:03:31
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
CVS patchset: 5721 CVS date: 2003/11/11 18:44:50
2003-10-23I should have seen this coming...Michael Roitzsch
The changes to the video API of course require the video/spu decoder and post plugin APIs to be increased as well. CVS patchset: 5579 CVS date: 2003/10/23 20:12:33
2003-09-18Adjust size of subtitle font ONLY according to get_text_size(),František Dvořák
which right handles multibyte strings. (current xine CVS adjusted size also before computing text size) Possibility to select the smallest font too. CVS patchset: 5403 CVS date: 2003/09/18 18:17:12
2003-09-18Generating codepages with more than 256 characters (max. 16-bit).František Dvořák
Right computing text size of multibyte texts in OSD. Different alias character for missing character in the conversion and in the font: #, _ CVS patchset: 5402 CVS date: 2003/09/18 18:14:50
2003-07-12btw, reduce prebuffer so settings take effect fasterMiguel Freitas
CVS patchset: 5152 CVS date: 2003/07/12 17:04:36
2003-07-12fix confusion (and segfaults) between class and plugin contextsMiguel Freitas
CVS patchset: 5151 CVS date: 2003/07/12 17:01:42
2003-06-27offer sputext config options before playback startsMichael Roitzsch
(patch provided by Frantisek Dvorak) CVS patchset: 5107 CVS date: 2003/06/27 13:47:35
2003-05-03as announced on xine-devel:Michael Roitzsch
* I change the SPU decoder API to make it look less DVD specific * adapt all related files * increase SPU decoder API version * include DVDNAV_CFLAGS locally where needed CVS patchset: 4755 CVS date: 2003/05/03 14:24:06
2003-03-31make sputext decoder handle stream IDMichael Roitzsch
CVS patchset: 4523 CVS date: 2003/03/31 16:12: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-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-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-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
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