Age | Commit message (Expand) | Author |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2009-01-01 | check length parameter against buffer length in libsputext read_line_from_input | Matthias Hopf |
2008-07-04 | Simplify code and update code style. | Diego 'Flameeyes' Pettenò |
2008-05-09 | Use size_t to keep the value returned by strlen(). | Diego 'Flameeyes' Pettenò |
2008-05-09 | Avoid transforming a string to uppecase, and avoid one call to strlen(). | Diego 'Flameeyes' Pettenò |
2008-05-07 | Use strn?dup instead of alloc + strn?cpy. | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-04-14 | Title array has only five entries. It can be overrun. | Erik Hovland |
2008-04-14 | strchr can return null. It should be checked. | Erik Hovland |
2008-04-14 | The code checks dest when it should check *dest. | Erik Hovland |
2007-12-27 | [Subtitles] SSA-tags patch | Dubois Nicolas |
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 |