]> git.sesse.net Git - vlc/history - modules/demux/playlist
xspf: factorize and set to NULL only when needed.
[vlc] / modules / demux / playlist /
2009-08-19 Rémi Duraffortxspf: factorize and set to NULL only when needed.
2009-08-19 Rémi Duraffortxspf: simplify and use free instead of FREENULL (not...
2009-08-19 Rémi Duraffortxspf: simplify again.
2009-08-19 Rémi Duraffortxspf: simplify.
2009-08-17 Rémi Duraffortdemux_qtl: fix potential object leak and remove dummy...
2009-08-17 Rémi Duraffortdemux_xspf: fix double free (introduced by myself).
2009-08-17 Rémi Duraffortdemux_qtl: factorize.
2009-08-17 Rémi Duraffortdemux_shoutcast: cleaning.
2009-08-17 Rémi Duraffortplaylist demux: no need to strdup the string here.
2009-08-17 Rémi Duraffortdemux_podcast: fix potential segfault (introduced by...
2009-08-17 Rémi Duraffortdemux_shoutcast: remove dummy private structure.
2009-08-17 Rémi Duraffortdemux_shoutcast: small cleanup.
2009-08-17 Rémi Duraffortdelux_shoutcast: no need to strdup the string.
2009-08-17 Rémi Duraffortdemux_shoutcast: fix object leak in case of error.
2009-07-31 Rémi Duraffortpodcast: implement image support (it might be a good...
2009-07-31 Rémi Duraffortpodcast: remove the sys struct because we don't really...
2009-07-31 Rémi Duraffortpodcast: fix object leak (and memleak) in case of error.
2009-07-31 Rémi Duraffortpodcast: no need to strdup the string here.
2009-07-31 Rémi Duraffortpodcast: fix typo and remove unused p_sys member.
2009-07-30 Rémi Duraffortpodcast: set the duration of an input item when available.
2009-07-30 Rémi Duraffortpodcast: no need to strdup (as we free the original...
2009-07-30 Rémi Duraffortpodcast: factorize.
2009-07-30 Rémi Duraffortplaylist_demux: remove unneeded peek.
2009-07-29 Rémi DuraffortFix mode.
2009-07-24 JP DingerMerge branch 'master' of git@git.videolan.org:vlc
2009-07-24 JP DingerFix another realloc() that can easily be fixed. The...
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-07-23 Jean-Baptiste KempfIncludes corrections
2009-07-16 Rémi Duraffortitml: the core knows how to handle file://localhost/
2009-07-15 Rémi Duraffortitml: fix memleak.
2009-07-15 Rémi Duraffortitml: indentation.
2009-07-15 Rémi Duraffortitml: fix dead initilisations and set the pointers...
2009-07-15 Rémi Duraffortitml: cleaning and factorize.
2009-07-15 Rémi Duraffortitml: cosmetics.
2009-07-15 Rémi Duraffortitml: factorize and add missing #undef.
2009-07-15 Rémi Duraffortitml: no need to set to NULL after the free here.
2009-07-15 Rémi Duraffortitml: factorize.
2009-07-15 Rémi DuraffortMacro safety.
2009-06-29 Rémi Denis-CourmontRAM: use decode_URI(), not FromLocale(). Untested.
2009-06-29 Rémi Denis-CourmontRemove dummy string copy
2009-06-25 Derk-Jan Hartmanxspf: Don't nop item->psz_nam
2009-06-25 Derk-Jan Hartmanxspf: Fix a crash on track elements without a location
2009-06-23 Rémi Denis-CourmontXSPF: remove harmful base decoding
2009-06-23 Rafaël CarréAssume input_item_t->psz_uri contains an URI
2009-06-22 Rafaël CarréCloses #2875 : relative paths in xspf playlists
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-29 Rafaël CarréFix xspf reading/writing
2009-05-28 Rémi DuraffortBe consistent with module naming.
2009-05-28 Rémi DuraffortProprifications, fix some issues and factorize.
2009-05-28 Rafaël CarréFix xspf reading/writing
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-27 JP DingerWIN32: compile fix in playlist.
2009-05-26 Rémi DuraffortSimplification (and use only the needed memory).
2009-05-26 Rémi Duraffortwpl/zpl: really compile the modules and fixe some issues.
2009-05-26 suheavenAdd support for wpl zpl playlist
2009-05-08 Rémi Duraffortplaylist_ram: fix memleaks and use "const char*" instea...
2009-04-26 Rémi Denis-CourmontExplicitly add formerly implicit submodule shortcuts
2009-04-21 Rémi Denis-Courmont(p?)gettext -> vlc_\1gettext
2009-04-18 Rémi Denis-CourmontTranslate meta data category properly
2009-04-18 Rémi Denis-CourmontDon't call gettext for stuff that's not translated
2009-04-04 Rémi Duraffortram demux: fix potential crash and use EMPTY_STR.
2009-03-29 Jean-Baptiste KempfMerge branch 'master' of git@git.videolan.org:vlc
2009-03-29 Jean-Baptiste Kempf.Ram: forgotten include found by Christophe Courtaut
2009-03-29 Jean-Baptiste KempfSome broken .Ram playlist have .rm extensions. The...
2009-03-29 Jean-Baptiste KempfRemove .Ram handling from m3u demuxer. This was broken...
2009-03-29 Srikanth RajuSplit RAM playlist support from m3u to its own demuxer...
2009-02-20 Rémi Duraffortsimplifications.
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-17 Laurent AimarUse input_item_New when applicable.
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2009-01-17 Laurent AimarRenamed input_item_AddOpt to input_item_AddOption.
2009-01-17 Ilkka Ollakkachannels.conf demux: parse symbol-rate from playlist
2009-01-05 Rémi Duraffortasx parsing: don't FREENULL everything.
2008-12-20 Ilkka OllakkaDon't require location under track element in xspf...
2008-12-17 Ilkka OllakkaDon't wait location-node for creating input, and allow...
2008-11-30 Rémi Denis-CourmontBy definition of sizeof, sizeof(char) = 1
2008-11-22 Laurent AimarUse input_item_GetName instead of direct access to...
2008-11-22 Laurent AimarRemoved unneeded macros.
2008-11-03 Rémi Duraffortxspf: both "xmlns" and "xmlns:vlc" are acceptable....
2008-11-02 Rémi DuraffortRemove MALLOC_(VOID|ERR). (and use calloc instead of...
2008-10-31 Rémi DuraffortCleanup and fix a potential memleak.
2008-10-31 Rémi DuraffortUse asprintf instead of malloc+sprintf.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-10 Rémi DuraffortFix potential memleaks.
2008-10-10 Rémi DuraffortFix potential segfault (don't dereference strrchr direc...
2008-10-06 Rémi DuraffortUse NULL instead of 0 for pointers.
2008-10-06 Rémi DuraffortFix memleak (CID 67) and don't use 0 instead of NULL
2008-10-06 Rémi DuraffortFix a lot of memleaks (and CID 68 in the same time).
2008-09-18 Antoine CellerierFix opening of some podcasts.
2008-09-16 Yoann PeronneauUpdate XSPF playlist structure to use <vlc:id> instead...
2008-09-15 Rémi Denis-CourmontZero tab entries when you allocate them
2008-09-15 Rémi Denis-CourmontUseless FREENULL -> free
2008-09-13 Antoine CellerierRemove trailing spaces.
2008-09-05 Rémi Denis-CourmontMove a bunch of plugins out of configure.ac
2008-09-03 Rémi Duraffortdemux/playlit/*: Check asprintf return malloc.
2008-08-26 Pierre d'Herbemontxspf: Fix a may-be freed input_item pointer usage.
2008-08-26 Pierre d'Herbemontasx: Fix an input_item leak.
2008-08-15 Rémi DuraffortFix previous commit.
2008-08-15 Rémi DuraffortFix potential memleak.
2008-08-15 Rémi DuraffortUse asprintf instead of malloc+sprintf, check the retur...
next