]> git.sesse.net Git - vlc/history - include
release method added
[vlc] / include /
2008-04-08 Antoine CellerierRemove a few trailing spaces.
2008-04-07 Filippo Caronelibvlc_vlm_release added
2008-04-07 Rémi DuraffortRemove playlist_NodeDump as nobody is using this debugi...
2008-04-06 Cristian Maglielibvlc.h: fixed doxygen for log functions. changed...
2008-04-04 Pierre d'Herbemontinclude: Move libvlc_exception and libvlc_event to...
2008-04-03 Pierre d'Herbemontlibvlc: Put libvlc_exception in libvlc_core for doxygen...
2008-04-03 Pierre d'Herbemontlibvlc: Doxygen fixes. Categorization and cleanup.
2008-03-31 Tanguy Krotofflibvlc: rename all libvlc_MediaInstance in libvlc_Media...
2008-03-31 Tanguy Krotofflibvlc: add libvlc_MediaInstanceStopped
2008-03-30 Pierre d'Herbemontlibvlc: In order not to be confused by a vlm created...
2008-03-30 Pierre d'Herbemontinput: Remove input_ItemClean and input_ItemInit from...
2008-03-30 Tanguy Krotofflibvlc: add functions libvlc_get_version() and others
2008-03-30 Rémi Denis-CourmontRemove HTTPD object type
2008-03-30 Pierre d'Herbemontlibvlc: rename libvlc_media_descriptor to libvlc_media...
2008-03-29 Pierre d'Herbemontobjects: Export vlc_object_dump() to debug.
2008-03-29 Pierre d'Herbemontstats: Move the stat to libvlc instead of the playlist...
2008-03-29 Rémi Denis-CourmontRemove META_ENGINE object type
2008-03-29 Rémi Denis-CourmontRemove stats type - not used anywhere
2008-03-29 Rémi Denis-CourmontRemove XML object type
2008-03-29 Rémi Denis-CourmontRemove SD object type
2008-03-29 Rémi Denis-CourmontRemove SPU type
2008-03-29 Rémi Denis-CourmontRemove VOD object type - not actually needed
2008-03-29 Rémi Denis-CourmontRemove ITEM type - not used anywhere
2008-03-29 Rémi Denis-CourmontFix es_format_Copy prototype
2008-03-28 Jean-Baptiste KempfReplace define by enum
2008-03-28 Jean-Baptiste KempfUse typedef around vlc_key enum
2008-03-28 Jean-Baptiste KempfReplace big define by enum in vlc_keys.h
2008-03-28 Pierre d'Herbemontinclude: Use libvlc_vlm in doxygen instead of VLM.
2008-03-28 Pierre d'Herbemontinclude: Cleanup libvlc headers doxygen.
2008-03-28 Pierre d'Herbemontmodule: Use PATH_SEP instead of ':'.
2008-03-27 Rémi Denis-CourmontRemove hotkeys "accounting" stuff.
2008-03-27 DylanAdd Hotkey to cycle through audio devices
2008-03-26 Pierre d'Herbemontinclude/vlc: vlc also includes this headers, so make...
2008-03-26 Pierre d'Herbemontinclude/vlc: Headers clean up.
2008-03-26 Pierre d'Herbemontvlc_modules_macros.h: Bump ABI version.
2008-03-26 Pierre d'Herbemontlibvlc: Move input_item array from playlist to libvlc.
2008-03-26 Pierre d'Herbemontvlc.h: Don't actually put the __attribute__((deprecated...
2008-03-26 Pierre d'Herbemontvlc.h: VLC_AddTarget is used in core, so don't deprecat...
2008-03-25 Pierre d'Herbemontvlc.h: Fix VLC_PUBLIC_API.
2008-03-25 Pierre d'Herbemontvlc.h: Some functions marked as deprecated were not.
2008-03-25 Pierre d'Herbemontlibvlc.h: Document.
2008-03-25 Pierre d'Herbemontlibvlc.h: Restructuration.
2008-03-25 Pierre d'Herbemontcontrol: Remove dynamic_media_list_*.
2008-03-25 Pierre d'Herbemontcontrol: Remove tag_query_*.
2008-03-25 Pierre d'Herbemontlibvlc: Introduce VLC_DEPRECATED_API. And mark the...
2008-03-25 Rémi Denis-CourmontStore the object type name rather than object type...
2008-03-23 Pierre d'Herbemontinput: Remove input_DestroyThread() as it is now handle...
2008-03-22 Pierre d'Herbemontinteraction: Keep a libvlc's global interaction object...
2008-03-21 Sam HocevarVarious spelling fixes.
2008-03-20 Sam HocevarDocumentation updates.
2008-03-20 Sam HocevarMerge branch 'master' of git@git.videolan.org:vlc
2008-03-20 Sam HocevarPut (void)val; here and there to tell gcc we used the...
2008-03-19 Rémi Denis-Courmontvlc_fixups.h: Protect against multiple inclusions
2008-03-19 Rémi Denis-CourmontFactorize the localtime_r replacement
2008-03-19 Pierre d'HerbemontRevert "Fix compilation, by "fixing" VLC_PUBLIC_API...
2008-03-19 Pierre d'HerbemontFix compilation, by "fixing" VLC_PUBLIC_API.
2008-03-18 Pierre d'HerbemontVLC_PUBLIC_API needs extern "C" on windows/c++ too.
2008-03-18 Pierre d'Herbemontvlc_objects.h: Export and implement vlc_object_set_dest...
2008-03-18 Pierre d'HerbemontMark VLC_PUBLIC_API as extern "C" when using C++.
2008-03-17 Rémi Denis-CourmontDon't leak vlc_bool_t through libvlc-control
2008-03-17 Rémi Denis-CourmontTag ABI break
2008-03-17 Rémi Denis-CourmontRetain certain flags from input_ItemAddOpt
2008-03-17 Rémi Denis-CourmontUse native C/C++ boolean type
2008-03-16 Rafaël CarréInteraction are controlled by a dedicated thread
2008-03-13 Rémi DuraffortRemove useless test (one more time).
2008-03-13 Rafaël CarréRevert [cd2de36f617b57813c44fd94babd7fa952bccf8d]
2008-03-12 Rafaël CarréFix crash when (access_t*)->pf_control is NULL
2008-03-11 Rémi DuraffortRemove useless test before a free.
2008-03-11 Rémi DuraffortRemove uneeded test before freeing.
2008-03-08 Rémi DuraffortMove the track id from the last column to the first...
2008-03-08 Rafaël Carréremove dead code moved from libvlc.h
2008-03-08 Rémi DuraffortRemove PLAYLIST_AUTOPLAY and use PLAYLIST_PLAY instead...
2008-03-08 Jean-Baptiste KempfRemove unused parameter warnings for Win32 compiling.
2008-03-05 Jean-Paul SamanPatch by Koehler, Vitally <vkoehler AT telekom de>...
2008-03-04 Rémi DuraffortLast patch to close #1479 (add a column with the track id)
2008-03-04 Rémi DuraffortUse the correct meta data to sort the playlist.
2008-03-03 André WeberEnable the last parameter of the macros change_integer_...
2008-03-03 Faustino OsunaAdd more ignores.
2008-03-02 Pierre d'HerbemontMore Id and permission fixes.
2008-02-29 Jean-Paul SamanPatch by Johannes Buchner (buchner.johannes at gmx...
2008-02-27 Pierre d'Herbemontcontrol/media_instance.c: Avoid multiple libvlc_MediaIn...
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-25 Rémi Denis-CourmontRemove argv/argc from libvlc_t (not really needed here)
2008-02-25 Rémi Denis-Courmont - Don't put private system_* header in public
2008-02-22 Rafaël CarréSupports vorbis audio in avi container (refs #224)
2008-02-21 Rémi Denis-CourmontAdd flags when adding an input item option
2008-02-21 Rémi Denis-CourmontUnexport var_OptionParse
2008-02-21 Damien Fouilleullibvlc: document that libvlc_new() MUST have a program...
2008-02-17 Dennis van Amerongen* include/vlc_threads_funcs.h: add define for ETIMEDOUT...
2008-02-17 Rafaël Carréfix compile when spinlocks aren't available
2008-02-17 Rémi Denis-CourmontRemove unused object pointer from condition vars, mutex...
2008-02-17 Rémi Denis-CourmontRework threading:
2008-02-15 Pierre d'Herbemontvlc_arrays.h: Fix insertion rebuilding.
2008-02-13 Pierre d'Herbemontvlc_arrays.h: More vlc_dictionary_t fixes.
2008-02-13 Pierre d'Herbemontvlc_arrays.h: Make sure we return the right value assoc...
2008-02-13 Pierre d'Herbemontcontrol: Implement and export media_list_view_children_...
2008-02-10 Pierre d'Herbemontvlc_common.h: VLC_EXPORT should have extern if there...
2008-02-09 Rémi Denis-CourmontDEBUG -> NDEBUG
2008-02-09 Rémi Denis-Courmonttime.h is always needed (because of pthread_cond_timedwait)
2008-02-09 Rémi Denis-Courmontthreads: Consistenly use NDEBUG
next