]> git.sesse.net Git - vlc/history - modules/demux/playlist/b4s.c
XML: simplify demuxers
[vlc] / modules / demux / playlist / b4s.c
2010-07-27 Rémi Denis-CourmontXML: simplify demuxers
2010-07-27 Rémi Denis-Courmontxml_ReaderDelete: remove useless parameter
2010-07-08 Rémi Denis-CourmontRemove unused property
2010-03-11 Fabio RitrovatoTypos
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
2009-08-28 Rémi Duraffortb4s: remove unused function.
2009-08-28 Rémi Duraffortb4s: cleaning
2009-08-28 Rémi Duraffortb4s: fix a potential memleak.
2009-08-21 Pierre d'Herbemontdemux playlist: Move the usage of vlc_object_find behin...
2009-08-17 Rémi Duraffortplaylist demux: no need to strdup the string here.
2009-07-23 Jean-Baptiste KempfIncludes corrections
2009-01-17 Laurent AimarUse input_item_New when applicable.
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2008-10-06 Rémi DuraffortFix memleak (CID 67) and don't use 0 instead of NULL
2008-08-15 Rémi DuraffortFix potential memleak.
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-06-14 Pierre d'Herbemontdemux/playlist: Don't use playlist_t.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-11 Rémi DuraffortRemove useless test before a free (again).
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-01 Pierre d'HerbemontRevert [23949].
2007-12-30 Rafaël Carréfix #1410.
2007-12-23 Pierre d'Herbemontmodules/demux/playlist/*.c: Fix input_item memleaks.
2007-12-19 Rafaël Carréplaylist demuxers: return -1 in case of error, 0 in...
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-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-16 Pierre d'Herbemontmodules/demux/playlist/*.c: Use the new playlist indepe...
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2006-12-30 Sigmund Augdal Helbergb4s.c: Create meta before using them
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-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-09-12 Rémi Denis-CourmontMost of demux/
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-07-18 Clément StenacAdd a bunch of helper functions/macros and start using...
2006-05-25 Clément StenacFix DVB demuxer. Barely tested
2006-05-20 Jean-Paul SamanRemove unused variables
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-03-18 Christophe MutricyAll: string review (refs: #438)
2006-02-16 Antoine Cellerier[patch] unifying meta-information access, the 2nd by...
2006-01-12 Antoine CellerierFSF address change.
2005-12-14 Clément StenacPlaylist can be ANYWHERE
2005-10-15 Sigmund Augdal Helbergall: updated my name and e-mail address
2005-09-15 Sigmund Augdal HelbergCoding style fixes and added comments
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-07-01 Antoine CellerierGenre standardisation patch by Jonas A. Larsen
2005-06-27 Gildas Bazin* modules/demux/playlist/b4s.c: WinCE compilation fix.
2005-06-25 Antoine Cellerierforward port of 11539
2005-06-17 Christophe Massiot * modules/demux/playlist: Exported symbols inside...
2005-05-27 Clément StenacDon't only play the playlist in playlist demuxers ...
2005-04-26 Laurent Aimar * asf, b4s: warning fixes.
2005-04-12 Gildas Bazin* ALL: fixed a handful of bugs and memory leaks.
2005-04-10 Rémi Denis-CourmontFix invalid free() on exit
2005-04-10 Sigmund Augdal Helbergdemux/playlist/*: Added a special "shoutcast" mode...
2005-04-03 Sigmund Augdal Helbergb4s.c: fixed forcing of this plugin. Use "b4s-open"
2005-04-02 Gildas Bazin* modules/demux/playlist/b4s.c: misc fixes.
2005-04-02 Sigmund Augdal Helbergnew b4s demuxer for winamp b4s playlists. Uses xml...