]> git.sesse.net Git - vlc/history - modules/demux/playlist
AVI: fix potential crash on seek (Closes: LP#803006)
[vlc] / modules / demux / playlist /
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)
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...
next