]> git.sesse.net Git - vlc/history - modules/demux/playlist
threads: Make sure we don't re-create a thread if the object has already one.
[vlc] / modules / demux / playlist /
2008-07-10 Rémi DuraffortDon't use strdup on a string created by asprintf (useless).
2008-07-07 Przemyslaw FialaFix reading ASX playlist when its size is unknown
2008-06-22 Rémi DuraffortRemove unneeded msg_Err.
2008-06-15 Rémi Denis-CourmontFix warnings
2008-06-15 bl4M3U playlist detection
2008-06-15 Jean-Baptiste KempfKill a Warning
2008-06-14 Pierre d'Herbemontdemux/playlist: Remove ununsed functions.
2008-06-14 Pierre d'Herbemontdemux/playlist: Don't use playlist_t.
2008-06-14 Pierre d'Herbemontsgimb: Kill a warning.
2008-06-14 Pierre d'Herbemontdemux/playlist: Don't use playlist_t code.
2008-06-14 Pierre d'Herbemontsgimb: Don't use playlist code.
2008-06-14 Pierre d'Herbemontshoutcast: Don't use playlist code.
2008-06-14 Pierre d'Herbemontxspf: Remove references to the playlist.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-09 Rafaël CarréFix double free
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-05-01 Rémi Denis-CourmontDon't re-invent uint8_t - remove byte_t
2008-04-26 Antoine LejeuneAbility to save and load input item options in xspf...
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-13 Rafaël CarréUse the correct access
2008-04-06 Ilkka Ollakkafix xspf extension parsing for leaking
2008-03-25 Geoffroy CouprieFixed a segfault in podcast
2008-03-24 Rafaël CarréForgotten in 208d017e7c250518e1601a9610cec0866012ca37...
2008-03-20 Sam HocevarMerge branch 'master' of git@git.videolan.org:vlc
2008-03-20 Rémi Denis-CourmontDon't use strcpy() on overlapping memory buffers -...
2008-03-18 Rémi Denis-CourmontProper vlc: URL
2008-03-17 Rémi Denis-CourmontSet the proper flags for item options
2008-03-17 Rafaël CarréRe-enable m3u parsing
2008-03-13 Rémi DuraffortForgiven in the previous commit (useless test)
2008-03-13 Rémi DuraffortOne more removing session. (useless test before a free())
2008-03-11 Rémi DuraffortRemove useless test before a free (again).
2008-03-02 Pierre d'HerbemontMore Id and permission fixes.
2008-01-28 Rafaël Carrédemux/playlist/ : removes useless unused parameter...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-17 Ilkka Ollakkapartly revert [23991]. vlc:skip ain't supported, and...
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2008-01-01 Pierre d'HerbemontRevert [23949].
2007-12-30 Rafaël Carréfix #1421
2007-12-30 Rafaël Carréfix #1244
2007-12-30 Rafaël Carréfix #1410.
2007-12-29 Rafaël Carrécosmetics
2007-12-23 Antoine CellerierAllow specifying options specific to each url in the...
2007-12-23 Pierre d'Herbemontmodules/demux/playlist/xspf.c: Show where the input_ite...
2007-12-23 Pierre d'Herbemontmodules/demux/playlist/*.c: Fix input_item memleaks.
2007-12-23 Rafaël Carréfix #1409
2007-12-19 Rafaël Carréplaylist demuxers: return -1 in case of error, 0 in...
2007-12-19 Rafaël Carréxspf: use correct return value. VLC_FALSE == VLC_SUCCESS
2007-12-17 Rémi Denis-CourmontFix XSPF crash when XML is not available
2007-12-17 Benjamin Pracht* add support for ATSC modulation types
2007-12-15 Rémi Denis-CourmontAllow totally reckless users to save m3u-extvlcopt...
2007-12-09 Dennis van Amerongen* modules/demux/playlist/m3u.c: typo you -> your
2007-11-24 Antoine CellerierRe-enable EXTVLCOPT: parsing in m3u playlists. You...
2007-11-22 Pierre d'Herbemontmodules/demux/playlist/xspf.c: Uses "vlc:skip" for...
2007-11-20 Yoann Peronneau* demux/playlist/itml.c: iTunes Media Library importer...
2007-11-20 Rémi Denis-CourmontRemove VLCOPT support from M3U parser.
2007-11-18 Rafaël Carréxspf: don't use %encoding for node title, but only...
2007-11-13 Rafaël Carréxspf: fix nodes encoding. big up to yoannp for fully...
2007-11-13 Yoann Peronneau* XSPF nested playlist
2007-11-13 Rafaël Carréxspf demuxer: fix extension reading
2007-10-30 Rafaël Carréxspf demuxer: removes some warning
2007-10-21 Rafaël Carréxspf demuxer: correctly checks "application" attribute...
2007-10-12 Rafaël Carréxspf: try to produce valid XSPF files (there's still...
2007-10-02 Yoann Peronneau* xspf.c: fixes parsing with xtag - closes #1293
2007-09-30 Rémi Denis-CourmontRemove FREE() macro, since free() does the same internally
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-09-22 Rémi Denis-CourmontRemove stupid broken error message in XSPF parser ...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-05 Rémi Denis-CourmontFix #includes and remove useless variable
2007-08-26 Ilkka Ollakkaxspf.c: add album-art as <image> and use Title in title...
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-22 Pierre d'Herbemontmodules/demux/playlist: Remove luaplaylist now that...
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-16 Pierre d'Herbemontmodules/demux/playlist/luaplaylist.c: Remove unwanted...
2007-08-16 Pierre d'Herbemontmodules/demux/playlist/*.c: Use the new playlist indepe...
2007-08-16 Rémi Denis-CourmontRemove redumdant parameter to vlc_global
2007-08-16 Damien Fouilleullua: fixed search paths list for scripts, needs more...
2007-08-15 Damien Fouilleullua modules: enforce DIR_SEP instead of /
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-06-19 Antoine CellerierRemove leading line feeds (or while spaces). Fixes...
2007-06-19 Antoine CellerierUntested workarround for buggy asx files with an end...
2007-06-17 Antoine CellerierHandle custom meta data in lua playlist scripts.
2007-06-13 Damien Fouilleulasx.c: fixed a small bug in skip ad feature
2007-05-31 Laurent Aimarall: added support for demuxer attachment (Patch by...
2007-05-25 Laurent AimarFixed possible overflow in duration parsing.
2007-05-21 Antoine Cellerier* playlist.c, asx.c: add new --playlist-skip-ads option...
2007-05-20 Yoann Peronneau* xspf.c: initializes identifier to 0 and free pp_tracklist
2007-05-20 Yoann Peronneau* xspf.c: add XSPF annotation element as description
2007-05-20 Antoine Cellerier* Some more fixes (+ don't redefine a function that...
2007-05-20 Antoine Cellerier* Fix non linux compilation round 2.
2007-05-19 Antoine Cellerier* luaplaylist.c: make sure that the Lua stack is big...
2007-05-19 Antoine Cellerier* luaplaylist.c, README.txt: add .duration option for...
2007-05-19 Antoine Cellerier* luaplaylist.c, README.txt: add support for VLC options.
next