]> git.sesse.net Git - vlc/history - modules/demux/playlist
- narrow r10012 to remove dts only stuff that goes to libmpeg2 (mpgv) and
[vlc] / modules / demux / playlist /
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.
2007-05-19 Antoine Cellerier* m3u.c: remove unneeded comment. ppsz_options is freed...
2007-05-18 Antoine Cellerier* luaplaylist.c: Look for Lua scripts in the user's...
2007-05-17 Antoine Cellerier* luaplaylist.c: initialize p_sys->psz_filename to...
2007-05-17 Antoine Cellerier* luaplaylist.c: add vlc.msg_{info,err,warn,dbg}()...
2007-05-17 Antoine Cellerier* luaplaylist.c: Change demux2 capability from 0 to 9
2007-05-17 Antoine Cellerier* luaplaylist.c: replace printfs by msg_{Warn,Dbg}
2007-05-17 Antoine Cellerier* luaplaylist.c: add support for meta data info. Playli...
2007-05-17 Antoine Cellerier* asx.c: remove tab
2007-05-17 Antoine Cellerier* luaplaylist.c: should now look in the appropriate...
2007-05-15 Antoine Cellerier* luaplaylist.c: Looks like stream_ReadLine results...
2007-05-14 Antoine Cellerier* luaplaylist.c: First usable version of the luaplaylis...
2007-05-13 Antoine Cellerier* New Lua based playlist demuxer. Code is far from...
2007-05-12 Antoine Cellerier* videoportals.c: add title for metacafe vids.
2007-05-12 Antoine Cellerier* videoportals.c: Add title support for dailymotion...
2007-05-12 Antoine Cellerier* videoportals.c: Allow using fullscreen youtube URLs...
2007-05-11 Antoine Celleriervideoportals.c: remove debug printf.
2007-05-11 Antoine Celleriervideoportals.c: Add metacafe URL support.
2007-05-11 Antoine Celleriervideoportals.c: Add support for google video (this...
2007-05-11 Antoine Celleriergvp.c: Fix Google Video Playlist detection code.
2007-05-11 Antoine Celleriervideoportals.c: Add support for Daily Motion URLs ...
2007-05-11 Antoine Cellerierdemux/playlist/: New "video portals" playlist demux...
2007-04-28 Damien Fouilleul- asx.c: added support for STARTTIME and DURATION tags...
2007-03-24 Laurent AimarFixed small memory leaks.
2007-03-23 Christophe MutricyFix the strings.
2007-02-23 Antoine CellerierAdd dummy .IFO playlist demux to enable opening a DVD...
2007-02-22 Laurent AimarDo not use p_demux->p_parent to get the p_input
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2007-01-11 Rémi Denis-CourmontFix denial of service (NULL dereference) in ASX parser
2007-01-11 Rémi Denis-CourmontCosmetic fix
2006-12-30 Sigmund Augdal Helbergb4s.c: Create meta before using them
2006-12-15 Clément Stenac2nd argument of playlist_Viewplay is not a boolean
2006-12-03 Rémi Denis-CourmontM3U: fallback to local code page if UTF-8 fails (close...
2006-11-28 Derk-Jan Hartman* playlist/* When telling the playlist to play the...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-12 Clément StenacPreparse playlist items that don't have enough meta
2006-11-12 Clément StenacFix playlist unable to terminate (Closes:#829)
2006-11-12 Rémi Denis-CourmontUse Latin-1 rather than local charset for ASX files
2006-11-12 Rémi Denis-CourmontSuppress unused variable
2006-11-12 Rémi Denis-CourmontFix a few warnings
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-01 Derk-Jan Hartman* Handle <ref></ref> ASX items
2006-10-25 Christophe MutricyCompile fix + handle case with no xml:base
next