summaryrefslogtreecommitdiff
path: root/src/libsputext
AgeCommit message (Expand)Author
2007-04-03Rationalise use of .hgignore, removes a bunch of files that only ignored auto...Diego 'Flameeyes' Pettenò
2007-04-02Migrate all .cvsignore files to .hgignore.Diego 'Flameeyes' Pettenò
2007-02-20const++Diego 'Flameeyes' Pettenò
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2007-01-19Make get_mrl return a const char * too.Diego 'Flameeyes' Pettenò
2007-01-19Make get_description get_identifier get_extensions get_mimetypes return a con...Diego 'Flameeyes' Pettenò
2007-01-18Fix comparing char* pointer with a string literal.Matthias Hopf
2006-12-19Mark string-type configuration items according to whether they're plainDarren Salt
2006-12-08Fix wrong length specification for strncat() calls.Matthias Hopf
2006-09-26Assert presence of this->renderer as the whole function relies on its presence.Diego 'Flameeyes' Pettenò
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-17*** empty log message ***Bastien Nocera
2006-06-02Various static/const fixes from Gentoo.Darren Salt
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2006-02-14Kill a printf() warning.Darren Salt
2005-11-28*BUGFIX*František Dvořák
2005-10-29fix some nonsense i did :)Miguel Freitas
2005-10-29some sort of subrip variantMiguel Freitas
2005-05-29*BUGFIX*František Dvořák
2005-05-23**BUGFIX**Daniel Caujolle-Bert
2005-02-06Added node_plugin_t pointer to the demux struct.Thibaut Mattern
2004-12-22calling update_output_size() right before actually showing the subtitleMichael Roitzsch
2004-12-17fix crash in sputext demuxer when subtitles have too many linesMichael Roitzsch
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-11-03fix compiler warningMichael Roitzsch
2004-10-30misplaced }Miguel Freitas
2004-10-27Sylvain Colinet patchMiguel Freitas
2004-08-27generic mechanism for specifying subtitles encoding at demuxer levelMiguel Freitas
2004-07-27from the docs of sprintf: "when the strings overlap, the behaviour is undefined"Michael Roitzsch
2004-07-22* font name stored in an unprotected buffer, configuring a long font nameMichael Roitzsch
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