| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge svn changes up to r30798 | Uoti Urpala | 2010-03-10 | 1 | -4/+19 |
|\ |
|
| * | Use negative return values for errors in pls_read_entry to make it match | reimar | 2010-02-28 | 1 | -3/+3 |
| * | A playlist entry number of 0 is invalid for pls playlists. | reimar | 2010-02-28 | 1 | -1/+1 |
| * | Improve integer overflow and realloc error handling in playlist parser. | reimar | 2010-02-28 | 1 | -3/+18 |
* | | Merge svn changes up to r30748 | Uoti Urpala | 2010-03-10 | 1 | -5/+5 |
|\| |
|
| * | Do not cast the results of malloc/calloc/realloc. | diego | 2010-02-26 | 1 | -5/+5 |
* | | Merge svn changes up to r30675 | Uoti Urpala | 2010-03-10 | 1 | -3/+1 |
|\| |
|
| * | Add asx_parser_build_tree() to asxparser.h instead of forward declaring it. | diego | 2010-02-20 | 1 | -3/+1 |
* | | Merge svn changes up to r30475 | Uoti Urpala | 2010-03-09 | 1 | -0/+17 |
|\| |
|
| * | Add license header to all top-level files missing them. | diego | 2010-01-30 | 1 | -0/+17 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -22/+22 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -22/+22 |
* | | Merge svn changes up to r28366 | Uoti Urpala | 2009-01-26 | 1 | -0/+2 |
|\| |
|
| * | add "<!DOCTYPE smil" to smil playlist | compn | 2009-01-24 | 1 | -0/+2 |
* | | Merge svn changes up to r28310 | Uoti Urpala | 2009-01-15 | 1 | -3/+7 |
|\| |
|
| * | 1000l, play_tree_parser_stop_keeping broke 0-termination of buffer | reimar | 2009-01-01 | 1 | -0/+1 |
| * | Add zero termination missing in two cases. | reimar | 2009-01-01 | 1 | -1/+2 |
| * | Add asserts to detect when assumptions for play_tree_parser_get_line | reimar | 2009-01-01 | 1 | -2/+4 |
* | | Move global mconfig to mpctx | Uoti Urpala | 2008-04-26 | 1 | -11/+12 |
|/ |
|
* | 100l in play_tree_parser_get_line, check that there actually is | reimar | 2007-11-26 | 1 | -1/+1 |
* | Fix possible null-pointer-dereference in parse_smil(). | cehoyos | 2007-11-08 | 1 | -0/+1 |
* | warning fixes: | diego | 2007-09-13 | 1 | -1/+1 |
* | realrtsp smil files can also use ' as field delimiter instead of " | rtogni | 2007-07-16 | 1 | -1/+5 |
* | Support multiple tags in a single line and tags on the same line as the | rtogni | 2007-03-18 | 1 | -8/+15 |
* | Remove code duplication in smil parser | rtogni | 2007-03-12 | 1 | -24/+2 |
* | Support smil embedded into xml, fixes bugzilla #768 | rtogni | 2007-03-12 | 1 | -0/+2 |
* | 100l, allocated buffer was too small. | rtogni | 2007-03-08 | 1 | -1/+1 |
* | Add support for smil playlist served over realrtsp | rtogni | 2007-02-18 | 1 | -4/+65 |
* | 10l, fix inverted check for "<media" in smil playlist | rtogni | 2007-01-14 | 1 | -1/+1 |
* | Skip empty lines in front of winamp playlist. | rtogni | 2006-11-10 | 1 | -2/+6 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 | 1 | -1/+1 |
* | relative-to-absolute path fixes: Do not prepend drive letter to \\ paths. | reimar | 2006-07-07 | 1 | -1/+3 |
* | several function from playtreeparser.c maked static, | reynaldo | 2006-07-06 | 1 | -7/+7 |
* | rm unnecesary casts from void* - part 3 | reynaldo | 2006-07-02 | 1 | -1/+1 |
* | rm unnecesary void* casts - part 1 | reynaldo | 2006-07-01 | 1 | -1/+1 |
* | Doxygen Attack! - Chapter 3 | albeu | 2006-04-25 | 1 | -0/+3 |
* | preliminary support for wpl playlists, closes #362 | reynaldo | 2005-10-28 | 1 | -2/+2 |
* | Don't prepend basepath to a full unix path. ( 10l to Joey. ) | al | 2004-09-10 | 1 | -2/+3 |
* | windows path seperator fixes | joey | 2004-08-12 | 1 | -8/+11 |
* | Support for comments in plaintext playlist by adland | alex | 2004-06-26 | 1 | -1/+1 |
* | Enhance detection of embedded smil playlist, add embedded ram playlist | rtognimp | 2004-06-06 | 1 | -3/+8 |
* | Fix embedded smil playlist detection if there are parameters on the url | rtognimp | 2004-04-26 | 1 | -6/+16 |
* | Respect -playlist for asx streams | rtognimp | 2004-04-17 | 1 | -2/+3 |
* | Support for smil playlist, both standalone and embedded into other | rtognimp | 2004-04-01 | 1 | -7/+136 |
* | Fix the bug found by Martin Wulffeld | albeu | 2003-08-25 | 1 | -0/+1 |
* | Typos fixed, based on patch sent by Alex. | diego | 2003-07-27 | 1 | -8/+8 |
* | output typo fixes: unknow --> unknown | diego | 2003-07-09 | 1 | -1/+1 |
* | Fix the incredible slowness with very long list. Now a 10^6 entries | albeu | 2003-04-02 | 1 | -8/+12 |
* | Use new config headers | albeu | 2003-03-30 | 1 | -11/+4 |
* | this patch fixes latest bug, discovered by .so ... (relative filenames & | arpi | 2003-02-06 | 1 | -7/+21 |
* | 100l | arpi | 2003-01-25 | 1 | -1/+1 |
* | this patch adds an fallback to playlist (any but the plaintext-list format) | arpi | 2003-01-12 | 1 | -11/+18 |
* | bunkus: Another nice off-by-one :) | mosu | 2003-01-12 | 1 | -2/+4 |
* | This patch adds support for some silly ini-style-playlist-file-format ... | arpi | 2003-01-11 | 1 | -0/+48 |
* | New config system + cleanup of header inter dependency | albeu | 2002-11-12 | 1 | -0/+1 |
* | 10L don't add a base path to the urls | albeu | 2002-07-07 | 1 | -1/+1 |
* | Relative filename in playlist are now relative to the playlist path | albeu | 2002-07-07 | 1 | -0/+39 |
* | Add support for m3u playlists as generated by eg recent versions of winamp. | atmos4 | 2002-07-07 | 1 | -1/+51 |
* | Handle winamp playlist as sublist. | albeu | 2002-04-27 | 1 | -2/+5 |
* | Portability fix with realloc | albeu | 2002-04-23 | 1 | -5/+7 |
* | Fix a bug produced when line are terminated with \r\n and not a single | albeu | 2002-04-22 | 1 | -1/+1 |
* | Small bugfix with getting playlist last line. | albeu | 2002-02-25 | 1 | -5/+5 |
* | Playtree parser switch to a by line mode. | albeu | 2002-02-21 | 1 | -181/+297 |
* | Fixed bug wich interrupt plaintext parsing before real eof | albeu | 2002-02-15 | 1 | -2/+1 |
* | Correct bug in plaintext parser : correctly remove trailling \r | albeu | 2002-02-03 | 1 | -1/+1 |
* | Objectization of the play_tree_parser for more flexiblity | albeu | 2002-01-22 | 1 | -102/+142 |
* | playtree-based config patch by Alban Bedel <albeu@free.fr> | arpi | 2002-01-14 | 1 | -1/+4 |
* | tree-based playlist parser code by Alban Bedel <albeu@free.fr> | arpi | 2002-01-08 | 1 | -0/+298 |