Age | Commit message (Expand) | Author |
2007-12-22 | Move all the SubPicture decoders together in the spu_dec directory. Remove su... | Diego 'Flameeyes' Pettenò |
2007-12-19 | Update all the code to the new headers layout. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Eliminate a few conversions to upper case; use strcasestr. | Darren Salt |
2007-12-11 | Rename METHOD_BY_EXTENSION to METHOD_BY_MRL, as it's used to identify protoco... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Transform get_extensions and get_mimetypes into strings. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Bump the interface version for demuxer plugins. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use default_*_class_dispose macro whenever the class dispose function only ca... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use N_() rather than _(), passing the string just once to gettext(). | Diego 'Flameeyes' Pettenò |
2007-12-11 | Update libsputext demuxer, which I forgot on the previous run. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Update all misc plugins to the new identifier/description interface. Add _() ... | Diego 'Flameeyes' Pettenò |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-01-19 | Make get_mrl return a const char * too. | Diego 'Flameeyes' Pettenò |
2007-01-19 | Make get_description get_identifier get_extensions get_mimetypes return a con... | Diego 'Flameeyes' Pettenò |
2007-01-18 | Fix comparing char* pointer with a string literal. | Matthias Hopf |
2006-12-08 | Fix wrong length specification for strncat() calls. | Matthias Hopf |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt |
2006-02-14 | Kill a printf() warning. | Darren Salt |
2005-10-29 | fix some nonsense i did :) | Miguel Freitas |
2005-10-29 | some sort of subrip variant | Miguel Freitas |
2005-02-06 | Added node_plugin_t pointer to the demux struct. | Thibaut Mattern |
2004-12-17 | fix crash in sputext demuxer when subtitles have too many lines | Michael Roitzsch |
2004-12-12 | huge patch ahead: reorganizing config entries with automatic conversion | Michael Roitzsch |
2004-11-03 | fix compiler warning | Michael Roitzsch |
2004-10-30 | misplaced } | Miguel Freitas |
2004-10-27 | Sylvain Colinet patch | Miguel Freitas |
2004-07-27 | from 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 undefined | Michael Roitzsch |
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas |
2004-06-11 | Patch with improvements for libsputext from Vincent Pelletier - word wrap and... | František Dvořák |
2004-04-26 | help strings added for all remaining config entries (so I hope) | Michael Roitzsch |
2004-01-12 | it 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 format | Michael Roitzsch |
2003-12-17 | * Default subtitle timeout. | František Dvořák |
2003-11-26 | lprintf cleanup, pass I. | Daniel Caujolle-Bert |
2003-11-16 | New stream/meta info (safe) stuff. | Daniel Caujolle-Bert |
2003-11-15 | start xine_stream_t separation (public/private). | Miguel Freitas |
2003-11-15 | more helper functions cleanup (stream info, meta info) | Miguel Freitas |
2003-11-11 | rename internal API function (_x_<function>). | Daniel Caujolle-Bert |
2003-11-04 | remove errno usage (all input plugins should handle and report errors). Take ... | Daniel Caujolle-Bert |
2003-11-03 | take care of read() return value. use xprintf/lprintf. fix get_extensions() | Daniel Caujolle-Bert |
2003-10-13 | Fix ssa handling. Fix ssa parsing by syncing to MPlayer. | Daniel Caujolle-Bert |
2003-08-24 | fix sami sub title detection | Daniel Caujolle-Bert |
2003-08-04 | fixes suggested by Octavian Procopiuc <op1@duke.edu> | Miguel Freitas |
2003-08-04 | seek to start before detecting content | Miguel Freitas |
2003-07-25 | small housekeeping: demuxer api seeks in miliseconds | Miguel Freitas |
2003-06-22 | remove unused class members and fix compiler warning (-1 is used as a marker, so | Michael Roitzsch |
2003-04-26 | bumping up demux plugin interface version numbers, update copyright notices | Guenter Bartsch |
2003-04-09 | wrong constant | Michael Roitzsch |