]> git.sesse.net Git - vlc/history - modules/demux/playlist
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / demux / playlist /
2010-08-01 Rémi Denis-Courmontpodcast: fix gettext parsing (cannot rely on CPP)
2010-07-27 Rémi Denis-CourmontXML: simplify demuxers
2010-07-27 Rémi Denis-Courmontxml_ReaderDelete: remove useless parameter
2010-07-21 Rémi Duraffortm3u: fix a memory leak (the string is not allocated...
2010-07-21 Rémi Duraffortm3u: factorize.
2010-07-21 Rémi Duraffortm3u: use the album art provided by jamendo along with...
2010-07-08 Rémi Denis-Courmontplaylist: simplify with demux psz_location
2010-07-08 Rémi Denis-CourmontRemove unused property
2010-07-07 Rémi Denis-Courmontdemux: provide both URL and file path as with access
2010-07-07 Rémi Denis-Courmontmake_URI: add scheme parameter
2010-06-27 Rémi Duraffortxspf: silently skip unknown extension nodes (fix #3696)
2010-06-17 Rémi Duraffortplaylist_pls: fix use after free (can be triggered...
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-03-30 Rémi Denis-Courmontparent-item is not used: mark it obsolete
2010-03-11 Fabio RitrovatoTypos
2010-03-08 Rémi Denis-CourmontDo not apply playlist path to full URIs
2010-03-07 Rémi Denis-CourmontPartially fix encoding of relative paths in playlist...
2010-03-02 Rémi Denis-CourmontXSPF: fix NULL dereference on empty <location>
2010-02-24 Rémi Denis-CourmontUninitialized value
2010-02-21 Rémi Denis-CourmontASX: fix obvious crash (fixes #3321)
2010-02-20 Rémi Denis-CourmontRAM: force meta data to UTF-8
2010-02-20 Rémi Denis-CourmontITML playlist: do not decode URI when creating item (!)
2010-02-19 Christophe Mutricyskip-ads option is a bool
2010-02-17 Rémi Denis-CourmontPLS: remove warning that fires even on empty lines
2010-02-17 Rémi Denis-CourmontPLS: simplify
2010-02-17 Rémi Denis-CourmontPLS: use atoll() to parse length
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-03 Jakob Lebeninput_item: compress two functions into one and rename...
2010-02-03 Pierre d'Herbemontinput_item: Remove input_item_AddSubItem2 and send...
2010-02-02 Jakob Lebenvarious modules: adjust to new playlist design
2010-02-02 Jakob Lebenitml: new playlist design
2010-02-02 Jakob Lebenxspf: new playlist design
2010-01-30 Jean-Baptiste KempfSupport for DVD-VD .ifo files
2010-01-29 Pierre d'Herbemontm3u: Fix 3 leaks.
2010-01-18 Pierre SouchayASX ads behaviour
2010-01-11 Rémi Denis-CourmontRemove useless <ctype.h> inclusions
2010-01-05 Rémi Denis-CourmontRAM: we need to allocate the decoded string
2010-01-03 Rémi Denis-Courmontasprintf -> strdup
2009-12-30 Rémi Denis-CourmontASX parser: kill config_Get
2009-12-10 Pierre d'Herbemontshoutcast: Fix some leaks.
2009-12-10 Pierre d'Herbemontshoutcast: Don't leak psz_load.
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-12-05 Rémi Denis-CourmontM3U: some people do use UTF-8 in m3u, revert to autodetect
2009-10-31 Rémi Denis-CourmontM3U: add support for .m3u8 files (Apple invention)
2009-10-31 Rémi Denis-CourmontM3U: add shortcut
2009-10-30 Jakob Lebenpodcast: fix crash in demuxer
2009-10-25 Ilkka Ollakkaasx.c: check for </MoreInfo> tag also
2009-10-13 Ilkka Ollakkaasx.c: don't use const on prz_mrl
2009-10-13 Ilkka Ollakkaasx.c: change reallocating to doupling instead of addin...
2009-10-13 Ilkka Ollakkaasx.c: user ProcessMRL for playlist href to be able...
2009-10-13 Ilkka Ollakkaplaylist.c: change FindPrefix to include access on...
2009-10-11 Ilkka Ollakkam3u.c: use input_item_SetTitle
2009-10-06 Ilkka Ollakkaasx-playlist: add ability to have multiple href in...
2009-10-05 Rémi Denis-CourmontIFO: memory leak
2009-10-04 Rémi Denis-CourmontM3U: fix mem leak on non-UTF-8 systems
2009-10-01 Rémi Denis-CourmontM3U are in locale character set
2009-10-01 Rémi Denis-CourmontZPL: remove blind cut&paste code frmo M3U
2009-10-01 Rémi Denis-CourmontWPL: simplify
2009-10-01 Rémi Denis-CourmontConstify
2009-10-01 Rémi Denis-CourmontWPL: remove silly cut&paste from M3U
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-29 Rémi Duraffortxspf: factorize and remove dead assignement.
2009-08-29 Rémi Duraffortxspf: cosmetics.
2009-08-29 Rémi Duraffortxspf: cosmetics and fix potential memleak.
2009-08-28 Rémi Duraffortb4s: remove unused function.
2009-08-28 Rémi Duraffortdvb: some cleanup.
2009-08-28 Rémi Duraffortb4s: cleaning
2009-08-28 Rémi Duraffortb4s: fix a potential memleak.
2009-08-21 Pierre d'Herbemontmodules: Use access_GetParentInput and demux_GetParentI...
2009-08-21 Pierre d'Herbemontdemux playlist: Move the usage of vlc_object_find behin...
2009-08-20 Pierre d'Herbemontpodcast: Kill a warning.
2009-08-19 Rémi Duraffortdemux_xspf: remove dummy test (the test is done at...
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.
next