aboutsummaryrefslogtreecommitdiffhomepage
path: root/asxparser.c
Commit message (Expand)AuthorAge
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* Merge svn change r31134Gravatar Uoti Urpala2010-05-07
|\
| * the great MPlayer tab removal: part IIGravatar diego2010-05-03
* | Merge svn changes up to r30798Gravatar Uoti Urpala2010-03-10
|\|
* | Merge svn changes up to r30748Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30643Gravatar Uoti Urpala2010-03-10
|\ \ \
* \ \ \ Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\ \ \ \
| | | | * Remove unused static functions asx_list_add() and asx_list_remove().Gravatar cehoyos2010-02-27
| | | |/
| | | * Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
| | |/
| | * Mark some more functions that are not used outside of their files as static.Gravatar diego2010-02-18
| |/
| * Add license header to all top-level files missing them.Gravatar diego2010-01-30
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Move global mconfig to mpctxGravatar Uoti Urpala2008-04-26
|/
* Disable http->mmshttp rewriting hack introduced in r25168,Gravatar reimar2008-02-08
* Replace http:// URLs in asx files by mmshttp://.Gravatar reimar2007-11-26
* Remove two unused functions in asxparserGravatar reimar2007-06-24
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31
* marks several read-only string parameters which aren't modified inside the ca...Gravatar reynaldo2006-07-15
* marks several string parameters as const, as they are not modified inside the...Gravatar reynaldo2006-07-13
* rm unnecesary void* casts - part 1Gravatar reynaldo2006-07-01
* Fix possible use of body uninitialized. Remove an unneeded free (bodyGravatar rtognimp2006-03-10
* Respect -playlist for asx streamsGravatar rtognimp2004-04-17
* output typo fixes: unknow --> unknownGravatar diego2003-07-09
* Remove STREAMTYPE_PLAYLIST.Gravatar albeu2003-03-30
* Fix some memleaksGravatar albeu2003-03-14
* this patch adds an fallback to playlist (any but the plaintext-list format)Gravatar arpi2003-01-12
* Allow to use the asx parser for some other purposesGravatar albeu2002-11-12
* New config system + cleanup of header inter dependencyGravatar albeu2002-11-12
* patch for crashes/memory corruptions in ASX playlist parser.Gravatar arpi2002-10-25
* Portability fix with reallocGravatar albeu2002-04-23
* Bug fix in entry parsing.Gravatar albeu2002-02-23
* Implementation of entryrefGravatar albeu2002-01-22
* FreeBSD fixGravatar nexus2002-01-08
* tree-based playlist parser code by Alban Bedel <albeu@free.fr>Gravatar arpi2002-01-08