]> git.sesse.net Git - vlc/history - modules/demux/playlist
ps: fix division by zero when seeking (fixes #2633)
[vlc] / modules / demux / playlist /
2009-04-04 Rémi Duraffortram demux: fix potential crash and use EMPTY_STR.
2009-03-29 Jean-Baptiste KempfMerge branch 'master' of git@git.videolan.org:vlc
2009-03-29 Jean-Baptiste Kempf.Ram: forgotten include found by Christophe Courtaut
2009-03-29 Jean-Baptiste KempfSome broken .Ram playlist have .rm extensions. The...
2009-03-29 Jean-Baptiste KempfRemove .Ram handling from m3u demuxer. This was broken...
2009-03-29 Srikanth RajuSplit RAM playlist support from m3u to its own demuxer...
2009-02-20 Rémi Duraffortsimplifications.
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-17 Laurent AimarUse input_item_New when applicable.
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.
2009-01-17 Ilkka Ollakkachannels.conf demux: parse symbol-rate from playlist
2009-01-05 Rémi Duraffortasx parsing: don't FREENULL everything.
2008-12-20 Ilkka OllakkaDon't require location under track element in xspf...
2008-12-17 Ilkka OllakkaDon't wait location-node for creating input, and allow...
2008-11-30 Rémi Denis-CourmontBy definition of sizeof, sizeof(char) = 1
2008-11-22 Laurent AimarUse input_item_GetName instead of direct access to...
2008-11-22 Laurent AimarRemoved unneeded macros.
2008-11-03 Rémi Duraffortxspf: both "xmlns" and "xmlns:vlc" are acceptable....
2008-11-02 Rémi DuraffortRemove MALLOC_(VOID|ERR). (and use calloc instead of...
2008-10-31 Rémi DuraffortCleanup and fix a potential memleak.
2008-10-31 Rémi DuraffortUse asprintf instead of malloc+sprintf.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-10 Rémi DuraffortFix potential memleaks.
2008-10-10 Rémi DuraffortFix potential segfault (don't dereference strrchr direc...
2008-10-06 Rémi DuraffortUse NULL instead of 0 for pointers.
2008-10-06 Rémi DuraffortFix memleak (CID 67) and don't use 0 instead of NULL
2008-10-06 Rémi DuraffortFix a lot of memleaks (and CID 68 in the same time).
2008-09-18 Antoine CellerierFix opening of some podcasts.
2008-09-16 Yoann PeronneauUpdate XSPF playlist structure to use <vlc:id> instead...
2008-09-15 Rémi Denis-CourmontZero tab entries when you allocate them
2008-09-15 Rémi Denis-CourmontUseless FREENULL -> free
2008-09-13 Antoine CellerierRemove trailing spaces.
2008-09-05 Rémi Denis-CourmontMove a bunch of plugins out of configure.ac
2008-09-03 Rémi Duraffortdemux/playlit/*: Check asprintf return malloc.
2008-08-26 Pierre d'Herbemontxspf: Fix a may-be freed input_item pointer usage.
2008-08-26 Pierre d'Herbemontasx: Fix an input_item leak.
2008-08-15 Rémi DuraffortFix previous commit.
2008-08-15 Rémi DuraffortFix potential memleak.
2008-08-15 Rémi DuraffortUse asprintf instead of malloc+sprintf, check the retur...
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-08-14 Pierre d'Herbemontxspf: Don't leak input items.
2008-08-03 Justus PiaterDeclared many static variables const
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
next