]> git.sesse.net Git - vlc/history - src/playlist/loadsave.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / playlist / loadsave.c
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-07-09 Rafaël Carrésrc/playlist/loadsave.c : Fix [1644d683e9df]
2010-07-07 Rémi Denis-Courmontmake_URI: add scheme parameter
2010-02-23 Jakob Lebenplaylist: only make The Playlist flat, not Media Library
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-02 Jakob Lebenvlc core: single storage playlist
2010-01-18 Rafaël Carréplaylist: fix command line options
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-09-14 Laurent AimarRemoved b_block parameter from input_Read.
2009-08-24 Rémi Denis-CourmontRemove config_GetUserDataDir()...
2009-08-23 Rémi Denis-CourmontMake playlist_export_t a VLC object
2009-06-23 Rémi Denis-CourmontDo not inherit xspf-open demux from media library
2009-06-23 Rémi Denis-Courmontplaylist_MLLoad: format library URI correctly
2009-06-23 Rémi Denis-Courmontplaylist_Import: use make_URI
2009-04-01 Rafaël CarréFix a memory leak when media library is disabled
2009-03-04 Rémi Denis-Courmontplaylist_Export simplifications
2009-01-29 Rémi DuraffortRevert "fix buffer overflows."
2009-01-29 Rémi Duraffortfix buffer overflows.
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2009-01-05 Laurent AimarClean up a bit unused playlist functions and added...
2008-10-05 Rémi DuraffortFix resource leak when loadsave fail (CID 94)
2008-09-28 Pierre d'Herbemontplaylist: b_doing_ml doing ml is private.
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-08-24 Antoine CellerierThis doesn't need to be an info message.
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-21 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-06 Rémi Denis-CourmontUse config_GetUserDataDir() internally
2008-05-05 Rémi Denis-CourmontHide psz_(cache|config|data)dir
2008-05-05 Rémi Denis-CourmontDo not re-invent strcpy
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-04-01 Pierre d'Herbemontplaylist: if(X)free(X) -> free(X)
2008-04-01 Pierre d'Herbemontplaylist: Don't lock/unlock where not needed.
2008-04-01 Pierre d'Herbemontplaylist: Correctly decref where we use the object.
2008-04-01 Rafaël CarréFix media library's input items reference counting
2008-03-31 Pierre d'Herbemontplaylist: To avoid race on p_input destruction, keep...
2008-03-31 Pierre d'Herbemontplaylist: Proper locking when editing playlist variable...
2008-03-31 Rafaël CarréAvoid leaking input items
2008-03-11 Rafaël CarréDo not use playlist_*AddInput() when the playlist has...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-14 Rafaël Carrédon't copy 'meta-file' option to inputs
2008-01-01 Pierre d'HerbemontRevert [23949].
2007-12-30 Rafaël Carréfix #1410.
2007-12-29 Rafaël Carréfix input item mem leak
2007-12-23 Pierre d'Herbemontplaylist: Fix an input_item leak in item.c, and notice...
2007-12-09 Rémi Denis-CourmontSplit the big config file
2007-11-13 Yoann Peronneau* XSPF nested playlist
2007-10-12 Rafaël Carréplaylist: use a valid extension for Media Library ...
2007-10-07 Rafaël Carrémedia library loading: remove "meta-file" input option...
2007-10-03 Rafaël Carréplaylist: fix media library loading, fix #1320.
2007-09-28 Rafaël CarréAdds an input option "meta-file" to be used by input...
2007-09-23 Rémi Denis-CourmontRe-do [18770] - fixes #1287.
2007-09-18 Rémi Denis-CourmontRemove remaining strerror() calls from core - refs...
2007-09-09 Rafaël Carrémedia library loading: Adds a fixme reminder for pdherb...
2007-09-09 Antoine CellerierOn OSes other than Windows, Mac OS X and BeOS (so it...
2007-08-30 Rafaël CarréChecks if ml.xsp is present before loading it
2007-08-30 Rafaël CarréReenables media library loading
2007-08-06 Rémi Denis-CourmontSimplify and remove a warning
2007-04-15 Rémi Denis-CourmontPrint error message when loading the playlist fails
2007-04-14 Rémi Denis-CourmontMove libvlc module stuff to their own subdirectory
2007-04-05 Rémi Denis-CourmontRevert previous commit.
2007-04-05 Rafaël CarréStreaming output works again. Closes #1047
2007-03-02 Christophe MutricyDo not pass too much argument to sprintf
2007-02-28 Yoann Peronneau* src/playlist/loadsave.c: create directory before...
2007-02-10 Rémi Denis-CourmontDisable xpsf playlist until it stops breaking streaming...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-19 Clément Stenac* Documentation belongs to the .h, step 1
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-09-24 Antoine CellerierDefine DIR_SEP only once
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-05 Clément StenacInclude errno.h
2006-09-05 Clément StenacSplit playlist include file in public/private
2006-09-03 Clément StenacAuto load and save media library (Closes:#433)
2006-07-08 Clément StenacSome infrastructure work for playlist autoload/autosave
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-01 Felix Paul Kühne* 2nd review of /src/* \ libvlc.h (refs #438)
2006-03-11 Antoine Celleriersrc/playlist/loadsave.c, modules/demux/playlist/*,...
2006-02-13 Rémi Denis-CourmontAll Unicode fixes for fopen() (refs #528)
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-11 Clément StenacReduce the global verbosity
2004-11-06 Clément StenacImprovements to the playlist core
2004-10-04 Gildas Bazin* src/*: got rid of the #ifdef HAVE_ERRNO_H.
2004-06-22 Laurent Aimar * all: rework of the input.
2004-03-14 Clément StenacFix deadlocks in playlist
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2004-01-29 Clément StenacOptions as infos were bad in several ways: it broke...
2004-01-25 Clément Stenac* String review, round one
2004-01-23 Rocky BernsteinCompilation bug: can't have preprocessor directives...
2004-01-23 Clément Stenac* Doxygen doc fixes
2004-01-22 Gildas Bazin* src/playlist/loadsave.c: errno.h related fixes.
2004-01-12 Derk-Jan Hartman* src/playlist/loadsave.c: doxygenization
2004-01-11 Clément Stenac* configure.ac : Added new folders
next