summaryrefslogtreecommitdiff
path: root/src/libsputext/demux_sputext.c
AgeCommit message (Expand)Author
2007-12-22Move all the SubPicture decoders together in the spu_dec directory. Remove su...Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-13Eliminate a few conversions to upper case; use strcasestr.Darren Salt
2007-12-11Rename METHOD_BY_EXTENSION to METHOD_BY_MRL, as it's used to identify protoco...Diego 'Flameeyes' Pettenò
2007-12-11Transform get_extensions and get_mimetypes into strings.Diego 'Flameeyes' Pettenò
2007-12-11Bump the interface version for demuxer plugins.Diego 'Flameeyes' Pettenò
2007-12-11Use default_*_class_dispose macro whenever the class dispose function only ca...Diego 'Flameeyes' Pettenò
2007-12-11Use N_() rather than _(), passing the string just once to gettext().Diego 'Flameeyes' Pettenò
2007-12-11Update libsputext demuxer, which I forgot on the previous run.Diego 'Flameeyes' Pettenò
2007-12-11Update all misc plugins to the new identifier/description interface. Add _() ...Diego 'Flameeyes' Pettenò
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
2003-04-09wrong constantMichael Roitzsch