summaryrefslogtreecommitdiff
path: root/src/libsputext
AgeCommit message (Expand)Author
2004-07-22* do not use strcpy with overlapping strings, the behaviour is undefinedMichael Roitzsch
2004-07-14 - Use Windows encoding for the external subtitles, guessed according to curr...František Dvořák
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-06-11Patch with improvements for libsputext from Vincent Pelletier - word wrap and...František Dvořák
2004-06-04sputext decoder relied on status() with stream==NULL, which is wrong nowMichael Roitzsch
2004-04-26help strings added for all remaining config entries (so I hope)Michael Roitzsch
2004-04-07Michael's patch for improving playback with subtitles, fix the long seeking.František Dvořák
2004-03-13since the real fix would require changes to critical parts of the engineMichael Roitzsch
2004-02-29Various compilation fixes and updates:František Dvořák
2004-02-16this file is not needed any more, the OGM subtitle decoder has been mergedMichael Roitzsch
2004-02-15ignoring empty spus created by some ogm-muxingtoolsAndreas Heinchen
2004-02-03Fix a bug introduced by my last commit.Thibaut Mattern
2004-01-22Try to fix buffer overflow problems.Thibaut Mattern
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
2004-01-02fix possible deadlock with ogm subtitlesMiguel Freitas
2003-12-30easier debugging with --verboseMiguel Freitas
2003-12-24* patch by David Gómez to support linebreaking '|' in subview formatMichael Roitzsch
2003-12-17 * Default subtitle timeout.František Dvořák
2003-12-14API version bounceSiggi Langauf
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-12-04sputext now handles ogm subtitlesMiguel Freitas
2003-12-04rework sputext. avoid using seek_count internal engine variable,Miguel Freitas
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-26* new unscaled overlay feature (using XShape extension)Miguel Freitas
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-15start xine_stream_t separation (public/private).Miguel Freitas
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
2003-11-11this wasn't intended to be commited.Daniel Caujolle-Bert
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-04remove errno usage (all input plugins should handle and report errors). Take ...Daniel Caujolle-Bert
2003-11-03take care of read() return value. use xprintf/lprintf. fix get_extensions()Daniel Caujolle-Bert
2003-10-23I should have seen this coming...Michael Roitzsch
2003-10-13Fix ssa handling. Fix ssa parsing by syncing to MPlayer.Daniel Caujolle-Bert
2003-09-18Adjust size of subtitle font ONLY according to get_text_size(),František Dvořák
2003-09-18Generating codepages with more than 256 characters (max. 16-bit).František Dvořák
2003-08-29Don't skip the last subtitle lineMarco Zuehlke
2003-08-24fix sami sub title detectionDaniel Caujolle-Bert
2003-08-04fixes suggested by Octavian Procopiuc <op1@duke.edu>Miguel Freitas
2003-08-04seek to start before detecting contentMiguel Freitas
2003-07-25small housekeeping: demuxer api seeks in milisecondsMiguel Freitas
2003-07-12btw, reduce prebuffer so settings take effect fasterMiguel Freitas
2003-07-12fix confusion (and segfaults) between class and plugin contextsMiguel Freitas
2003-06-27offer sputext config options before playback startsMichael Roitzsch
2003-06-22remove unused class members and fix compiler warning (-1 is used as a marker, soMichael Roitzsch
2003-05-15some build-system cleanupMichael Roitzsch
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
2003-05-03as announced on xine-devel:Michael Roitzsch
2003-04-26bumping up demux plugin interface version numbers, update copyright noticesGuenter Bartsch
2003-04-26fix multiple lines subtitles' display in OGM containerAndreas Heinchen
2003-04-24fix for spuogmAndreas Heinchen