summaryrefslogtreecommitdiff
path: root/src/libsputext/demux_sputext.c
AgeCommit message (Expand)Author
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-01-01check length parameter against buffer length in libsputext read_line_from_inputMatthias Hopf
2008-07-04Simplify code and update code style.Diego 'Flameeyes' Pettenò
2008-05-09Use size_t to keep the value returned by strlen().Diego 'Flameeyes' Pettenò
2008-05-09Avoid transforming a string to uppecase, and avoid one call to strlen().Diego 'Flameeyes' Pettenò
2008-05-07Use strn?dup instead of alloc + strn?cpy.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-04-14Title array has only five entries. It can be overrun.Erik Hovland
2008-04-14strchr can return null. It should be checked.Erik Hovland
2008-04-14The code checks dest when it should check *dest.Erik Hovland
2007-12-27[Subtitles] SSA-tags patchDubois Nicolas
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.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-08Fix wrong length specification for strncat() calls.Matthias Hopf
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2006-02-14Kill a printf() warning.Darren Salt
2005-10-29fix some nonsense i did :)Miguel Freitas
2005-10-29some sort of subrip variantMiguel Freitas
2005-02-06Added node_plugin_t pointer to the demux struct.Thibaut Mattern
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-07-27from the docs of sprintf: "when the strings overlap, the behaviour is undefined"Michael Roitzsch
2004-07-22* do not use strcpy with overlapping strings, the behaviour is undefinedMichael Roitzsch
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-04-26help strings added for all remaining config entries (so I hope)Michael Roitzsch
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel 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-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
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-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-13Fix ssa handling. Fix ssa parsing by syncing to MPlayer.Daniel Caujolle-Bert
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-06-22remove unused class members and fix compiler warning (-1 is used as a marker, soMichael Roitzsch
2003-04-26bumping up demux plugin interface version numbers, update copyright noticesGuenter Bartsch