summaryrefslogtreecommitdiff
path: root/src/libsputext/xine_decoder.c
AgeCommit message (Collapse)Author
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
2002-06-23Fix segfault on config value changes.Daniel Caujolle-Bert
CVS patchset: 2142 CVS date: 2002/06/23 22:33:00
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-28use the port /usr/ports/converters/libiconv on FreeBSDHeiko Schaefer
CVS patchset: 1960 CVS date: 2002/05/28 11:06:37
2002-05-25patch from Michael Roitzsch:Siggi Langauf
increased interface version numbers, to reflect the xine_t change CVS patchset: 1939 CVS date: 2002/05/25 19:19:16
2002-05-16Fix src patch from Michal Ambroz <rebus@seznam.cz>Daniel Caujolle-Bert
CVS patchset: 1898 CVS date: 2002/05/16 12:39:56
2002-05-01big cleanup on plugin dispose handling, small improvements on version ↵Guenter Bartsch
handling for decoder plugins CVS patchset: 1824 CVS date: 2002/05/01 19:42:56
2002-04-23Increment audio/video/spu decoder and input plugin API version numberEwald Snel
- update dxr3 and xvid plugins to new interface (add dispose() functions) CVS patchset: 1766 CVS date: 2002/04/23 15:45:19
2002-04-23Fix memory leaks by disposing input, demux and decoder plugins at exitEwald Snel
- add dispose() function to all decoder plugin structures CVS patchset: 1763 CVS date: 2002/04/23 13:30:42
2002-04-09patch to fix libsputext on seeks by Zoltán BöszörményiMiguel Freitas
CVS patchset: 1703 CVS date: 2002/04/09 13:53:52
2002-03-25Add ability to turn off sputexts.Daniel Caujolle-Bert
CVS patchset: 1633 CVS date: 2002/03/25 22:55:42
2002-03-14- make libsputext work againMiguel Freitas
- update osd & video_overlay to use 64-bits pts CVS patchset: 1569 CVS date: 2002/03/14 13:57:15
2002-03-11metronom and demuxers should work again (although not all demuxers are fully ↵Guenter Bartsch
updated at this point). demux_qt can handle compressed audio, but is still unfinished. Yes, this _is_ the big metronom update, metronom now depends on disc_off information in discontinuities. CVS patchset: 1554 CVS date: 2002/03/11 12:31:24
2002-02-27Fix cpp syntax errorJuergen Keil
CVS patchset: 1530 CVS date: 2002/02/27 19:10:37
2002-02-27FreeBSD compile fixHeiko Schaefer
CVS patchset: 1528 CVS date: 2002/02/27 12:08:11
2002-02-26more charset encoding support, provided by Jirka Novak <j.novak@netsystem.cz>Guenter Bartsch
CVS patchset: 1525 CVS date: 2002/02/26 23:17:01
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
- pts are 64 bit now - scr and video_out-loop run all the time - video_out cleanups - metronom cleanups - buffer type BUF_CONTROL_DISCONTINUITY is used internally now, input plugins should no longer send this one - support for individual frame durations - using nano-/usleep instead of itimer (simpler code, maybe this will help freebsd) CVS patchset: 1487 CVS date: 2002/02/09 07:13:22