]> git.sesse.net Git - vlc/history - modules/demux/playlist/sgimb.c
input: replace ITEM_TYPE_NET by ITEM_TYPE_STREAM
[vlc] / modules / demux / playlist / sgimb.c
2015-03-25 Thomas Guilleminput: replace ITEM_TYPE_NET by ITEM_TYPE_STREAM
2013-08-09 Rémi Duraffortsgimb: remove dummy test
2013-06-04 Rémi Denis-Courmontsgimb: use after free (fixes #8724)
2012-11-13 Jean-Baptiste KempfLGPL
2012-03-29 Rémi Denis-Courmontplaylist: factor the Control() callback
2011-07-10 Rémi Denis-CourmontRemove useless vlc_object parameter when creating an...
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-21 Pierre d'Herbemontdemux playlist: Move the usage of vlc_object_find behin...
2009-02-20 Rémi Duraffortsimplifications.
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2009-01-17 Laurent AimarRenamed input_item_AddOpt to input_item_AddOption.
2008-10-10 Rémi DuraffortFix potential memleaks.
2008-10-10 Rémi DuraffortFix potential segfault (don't dereference strrchr direc...
2008-09-03 Rémi Duraffortdemux/playlit/*: Check asprintf return malloc.
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-07-10 Rémi DuraffortDon't use strdup on a string created by asprintf (useless).
2008-06-14 Pierre d'Herbemontsgimb: Kill a warning.
2008-06-14 Pierre d'Herbemontsgimb: Don't use playlist code.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-01 Rémi Denis-CourmontDon't re-invent uint8_t - remove byte_t
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-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
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/*.c: Use the new playlist indepe...
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
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-10-01 Antoine CellerierFix a bunch of gcc warnings
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-07-18 Clément StenacAdd a bunch of helper functions/macros and start using...
2006-07-01 Derk-Jan Hartman* Move sgimb demux to the playlist demux, and port...