]> git.sesse.net Git - vlc/history - modules/demux/playlist
macosx: move fullscreen-related method to VideoWindowCommon class
[vlc] / modules / demux / playlist /
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-06-04 Rémi Denis-Courmontsgimb: use after free (fixes #8724)
2013-04-15 Mario SpeißLua demuxers: show the original URL in playlist
2013-01-11 Isamu Arimotoram: fixed typo
2012-11-13 Jean-Baptiste KempfLGPL
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/demux/playlist/
2012-08-26 KO Myung-HunOS/2: Include ctype.h in modules/demux/playlist/playlist.c
2012-08-20 Rémi Denis-Courmontvlc_path2uri(): rename from make_URI() and always conve...
2012-08-19 Rémi Denis-CourmontMissing inclusion of <ctype.h>
2012-06-19 Francois Cartegnieplaylist: m3u: fix CheckContentType check.
2012-05-31 Konstantin Pavlovm3u: Check Content-type if available.
2012-05-31 Konstantin Pavlovm3u: assume m3u with BOM at start as utf-8 encoded.
2012-04-16 Hugo Beauzée-Luyssenram: Removing write only variable.
2012-03-29 Rémi Denis-Courmontplaylist: remove stray typedef
2012-03-29 Rémi Denis-Courmontchannels.conf: rewrite and fix
2012-03-29 Rémi Denis-Courmontplaylist: factor the Control() callback
2012-03-29 Rémi Denis-Courmontplaylist: remove no-op pf_deactivate functions
2012-03-27 Rémi Denis-Courmontchannels.conf: update/fix parameters values
2012-03-27 Rémi Denis-CourmontRevert "dvb: demux: generate uri" - fix #6497
2012-03-25 Rémi Denis-Courmontm3u8: validate UTF-8 input
2012-03-22 Jean-Baptiste KempfDo not treat RMF files named .ram as playlists
2012-01-04 Jean-Baptiste KempfXspf: fix crash
2011-12-15 Pere Orgafix filename self-references
2011-08-29 Rémi Denis-CourmontCast or convert <ctype.h> functions it parameters to...
2011-08-28 Jean-Baptiste KempfXSPF: kill a warning
2011-08-28 Jean-Baptiste KempfZPL: use URL and Publisher
2011-08-07 Rafaël Carréxspf demux: merge header in C file
2011-08-07 Rafaël Carréxspf demux: fix memleak
2011-07-16 Rafaël Carréxspf demux: cosmetics
2011-07-10 Rémi Denis-CourmontRemove useless vlc_object parameter when creating an...
2011-06-29 Rémi Denis-CourmontMove --playlist-autostart to main
2011-06-13 Rémi Denis-CourmontSpelling
2011-06-04 Rémi Denis-CourmontXSPF: fix realloc() integer overflow
2011-06-04 Rémi Denis-CourmontXSPF: fix memory leak
2011-06-04 Rémi Denis-CourmontXSPF: fix leak on colliding track ID
2011-05-21 Rémi Denis-CourmontASX: fix NULL derefence (LP#785979)
2011-05-09 Jean-Baptiste KempfDVDnav: fix .ifo files opening
2011-04-23 Jean-Baptiste KempfRAM: deactivate start-time in rtsp streams
2011-04-10 Francois Cartegniedvb: demux: generate uri
2011-04-03 Pierre YnardFix spelling: an URL -> a URL
2011-04-03 KO Myung-HunOS/2 uses the same path style as Win32.
2011-03-20 Rémi DuraffortFix NULL pointer deref (fix #4599)
2011-02-14 Rémi Duraffortpodcast: fix compilation warning.
2011-02-13 Rémi Denis-CourmontPLS: replace HTTP in Ref1 with MMSH rather than MMS...
2011-01-22 Rémi Denis-CourmontXML: return attribute value as const
2011-01-20 Rémi Denis-CourmontXML: return node (element name or text value) as const
2011-01-20 Rémi Denis-CourmontUse strspn() and constify
2011-01-20 Rémi Denis-CourmontReturn XML attribute as const from NextAttr
2011-01-19 Ilkka Ollakkaxspf demux: fix tree-parsing
2011-01-19 Rémi Denis-CourmontXML: merge read and node_type operations, skip unknown...
2011-01-19 Rémi Denis-CourmontAvoid useless assignment
2010-12-06 Rémi Denis-CourmontIFO: fix DVD-VR as well
2010-12-06 Rémi Denis-CourmontIFO: fix non-ASCII paths
2010-10-31 Laurent AimarFixed a potential double free on error in qtl/shoutcast...
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
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)
next