index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
playtreeparser.c
Commit message (
Expand
)
Author
Age
*
realrtsp smil files can also use ' as field delimiter instead of "
rtogni
2007-07-16
*
Support multiple tags in a single line and tags on the same line as the
rtogni
2007-03-18
*
Remove code duplication in smil parser
rtogni
2007-03-12
*
Support smil embedded into xml, fixes bugzilla #768
rtogni
2007-03-12
*
100l, allocated buffer was too small.
rtogni
2007-03-08
*
Add support for smil playlist served over realrtsp
rtogni
2007-02-18
*
10l, fix inverted check for "<media" in smil playlist
rtogni
2007-01-14
*
Skip empty lines in front of winamp playlist.
rtogni
2006-11-10
*
introduce new 'stream' directory for all stream layer related components and ...
ben
2006-07-31
*
relative-to-absolute path fixes: Do not prepend drive letter to \\ paths.
reimar
2006-07-07
*
several function from playtreeparser.c maked static,
reynaldo
2006-07-06
*
rm unnecesary casts from void* - part 3
reynaldo
2006-07-02
*
rm unnecesary void* casts - part 1
reynaldo
2006-07-01
*
Doxygen Attack! - Chapter 3
albeu
2006-04-25
*
preliminary support for wpl playlists, closes #362
reynaldo
2005-10-28
*
Don't prepend basepath to a full unix path. ( 10l to Joey. )
al
2004-09-10
*
windows path seperator fixes
joey
2004-08-12
*
Support for comments in plaintext playlist by adland
alex
2004-06-26
*
Enhance detection of embedded smil playlist, add embedded ram playlist
rtognimp
2004-06-06
*
Fix embedded smil playlist detection if there are parameters on the url
rtognimp
2004-04-26
*
Respect -playlist for asx streams
rtognimp
2004-04-17
*
Support for smil playlist, both standalone and embedded into other
rtognimp
2004-04-01
*
Fix the bug found by Martin Wulffeld
albeu
2003-08-25
*
Typos fixed, based on patch sent by Alex.
diego
2003-07-27
*
output typo fixes: unknow --> unknown
diego
2003-07-09
*
Fix the incredible slowness with very long list. Now a 10^6 entries
albeu
2003-04-02
*
Use new config headers
albeu
2003-03-30
*
this patch fixes latest bug, discovered by .so ... (relative filenames &
arpi
2003-02-06
*
100l
arpi
2003-01-25
*
this patch adds an fallback to playlist (any but the plaintext-list format)
arpi
2003-01-12
*
bunkus: Another nice off-by-one :)
mosu
2003-01-12
*
This patch adds support for some silly ini-style-playlist-file-format ...
arpi
2003-01-11
*
New config system + cleanup of header inter dependency
albeu
2002-11-12
*
10L don't add a base path to the urls
albeu
2002-07-07
*
Relative filename in playlist are now relative to the playlist path
albeu
2002-07-07
*
Add support for m3u playlists as generated by eg recent versions of winamp.
atmos4
2002-07-07
*
Handle winamp playlist as sublist.
albeu
2002-04-27
*
Portability fix with realloc
albeu
2002-04-23
*
Fix a bug produced when line are terminated with \r\n and not a single
albeu
2002-04-22
*
Small bugfix with getting playlist last line.
albeu
2002-02-25
*
Playtree parser switch to a by line mode.
albeu
2002-02-21
*
Fixed bug wich interrupt plaintext parsing before real eof
albeu
2002-02-15
*
Correct bug in plaintext parser : correctly remove trailling \r
albeu
2002-02-03
*
Objectization of the play_tree_parser for more flexiblity
albeu
2002-01-22
*
playtree-based config patch by Alban Bedel <albeu@free.fr>
arpi
2002-01-14
*
tree-based playlist parser code by Alban Bedel <albeu@free.fr>
arpi
2002-01-08