]> git.sesse.net Git - vlc/history - src/libvlc.h
Build (linux|not)_specific.c as appropriate
[vlc] / src / libvlc.h
2008-05-10 Rémi Denis-CourmontBuild (linux|not)_specific.c as appropriate
2008-05-09 Rémi Denis-Courmontsystem_VLCPath does not exist
2008-05-07 Rémi Denis-CourmontUse a per-object spin around the reference count.
2008-05-07 Rémi Denis-CourmontRemove p_playlist from p_libvlc
2008-05-07 Rémi Denis-Courmontlibvlc_stats: use VLC_OBJECT to remove a bunch of warnings
2008-05-06 Rémi Denis-CourmontUse config_GetUserDataDir() internally
2008-05-06 Rémi Denis-CourmontUse config_GetUserConfDir internally too
2008-05-06 Rémi Denis-CourmontUse config_GetCacheDir internally
2008-05-05 Rémi Denis-CourmontHide psz_(cache|config|data)dir
2008-05-05 Rémi Denis-CourmontThe input_items array is private data.
2008-05-04 Rémi Denis-CourmontPrivatize the stats computer
2008-05-04 Rémi Denis-CourmontPrivatize psz_configfile
2008-05-04 Rémi Denis-CourmontPrivatize p_interaction
2008-05-04 Rémi Denis-CourmontPrivatize msg_bank
2008-05-04 Rémi Denis-Courmontp_vlm is private data
2008-05-04 Rémi Denis-Courmontp_memcpy_module is private libvlc data
2008-05-04 Rémi Denis-CourmontAdd long overdue private libvlc object pointer...
2008-05-04 Rémi Denis-Courmontlibvlc_global_data_t: fix description
2008-05-04 Rémi Denis-Courmontp_root->p_probe: unused, remove
2008-05-04 Rémi Denis-CourmontRemove p_root->b_ready. Duplicated state.
2008-05-04 Rémi Denis-CourmontBeOS app thread: only used in one file
2008-05-04 Rémi Denis-Courmonticonv_macosx: never used, removed
2008-05-03 Rémi Denis-Courmontb_daemon does not need to be exported through vlc_global
2008-05-03 Rémi Denis-Courmontvlc_internals(): use pointer arithmetic
2008-05-03 Rémi Denis-CourmontHide global object within the thread and object subsystem
2008-05-03 Rémi Denis-CourmontCosmetic fix
2008-05-01 Rémi Denis-CourmontPut msg_context_global_key to the internal header.
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-29 Rémi Denis-CourmontFix warnings
2008-03-27 Rémi Denis-CourmontAdd key-action variable - automatically mapped action...
2008-03-25 Rémi Denis-CourmontDocument vlc_custom_create.
2008-03-18 Pierre d'Herbemontvlc_objects.h: Export and implement vlc_object_set_dest...
2008-03-18 Rémi Denis-CourmontRemove redumdant stdbool includes
2008-03-17 Rémi Denis-CourmontProvide the trust value to var_OptionParse
2008-03-08 Rafaël Carréremove dead code moved from libvlc.h
2008-02-29 Jean-Paul SamanPatch by Johannes Buchner (buchner.johannes at gmx...
2008-02-25 Rémi Denis-Courmont - Don't put private system_* header in public
2008-02-21 Rémi Denis-CourmontUnexport var_OptionParse
2008-01-28 Rémi Denis-CourmontOnly use waitpipe for _kill, rather than _signal, which...
2008-01-21 Rémi Denis-CourmontRemove the requirement for vlc object to be locked...
2007-12-18 Rémi Denis-CourmontFix for libvlc_config crash (hopefully)
2007-12-09 Rémi Denis-CourmontDo not privatize module_config_t - yet
2007-09-30 Rémi Denis-CourmontPartial unfinished pipes conditional fallback for condi...
2007-09-30 Rémi Denis-CourmontHide object reference counter.
2007-09-22 Rémi Denis-CourmontExport utf8_mkdir
2007-09-16 Rémi Denis-CourmontCosmetic
2007-08-19 Rémi Denis-CourmontHide b_attached.
2007-08-16 Rémi Denis-CourmontUnexport utf8_mkdir and vlc_current_object
2007-08-16 Rémi Denis-CourmontDo not export thread init functions.
2007-08-16 Rémi Denis-CourmontHide thread ID out of VLC_COMMON_MEMBERS
2007-08-16 Rémi Denis-CourmontHide internal variables state
2007-08-16 Rémi Denis-CourmontRemove redumdant parameter to vlc_global
2007-08-16 Rémi Denis-CourmontPrepare to privatize some members of VLC_COMMON_MEMBERS
2007-06-08 Rémi Denis-CourmontFix compiler warnings
2007-05-20 Antoine Cellerier* libvlc.h: hopefully fix a few warnings.
2007-05-20 Antoine CellerierWhen you cut / paste code from another file, you should...
2007-05-20 Rémi Denis-CourmontHide libvlc_global_data_t from plugins
2007-05-20 Rémi Denis-CourmontRevert wrongfully commited file
2007-05-20 Rémi Denis-CourmontFix SVN revision handling.
2007-05-19 Rémi Denis-CourmontForgot this file
2006-12-01 Rémi Denis-CourmontHide httpd_t and httpd_host_t within httpd.c
2006-12-01 Rémi Denis-CourmontRename libvlc.h to libvlc-module.c
2006-11-28 Christophe Mutricydo not show started-from-file in the prefs
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-22 Rémi Denis-CourmontAttempt to fix C++ compilation
2006-11-21 Rafaël CarréReenables D-Bus one instance code, without needing...
2006-11-21 Rafaël CarréRevert [17878], that must not be made in libvlc, but...
2006-11-20 Christophe MutricyAdd a flag for config option to mark it as unsaveable...
2006-11-19 Rafaël CarréInitial support of one instance mode on systems running...
2006-11-10 Rémi Denis-CourmontSuppress sap-source-filter and compute The Right Value...
2006-11-10 Rémi Denis-CourmontSupport for disabling SDP source-filter in SAP announces
2006-11-08 Rémi Denis-CourmontAdd Dump hotkey
2006-11-05 Rémi Denis-CourmontFix warning
2006-10-27 Rafaël CarréAdd Slovenian translation
2006-10-21 Rémi Denis-Courmontconst rulez
2006-10-21 Rémi Denis-CourmontMerge UDP access output with core TTL handling
2006-10-20 Rémi Denis-CourmontUnduplicate TTL strings
2006-10-20 Rémi Denis-Courmont- Support for setting DSCP via dscp option
2006-10-17 Damien Fouilleul- libvlc.h: use C99 designated initializers to partiall...
2006-10-17 Rafaël CarréAdded Malay translation
2006-10-08 Christophe MutricyAdd Slovak l10n (Forward port of [16989], [16990] and...
2006-10-07 Clément StenacPanoramix video filter by Cédric Cocquebert.
2006-09-23 Antoine CellerierAdd an "album art download policy" (--album-art) option...
2006-09-23 Clément Stenac* Add switch to skins
2006-09-22 Christophe Mutricyi18n fixes pointed by Marian Hikanik
2006-09-15 Clément StenacHopefully fix OS X
2006-09-10 Antoine Celleriervout-filter is now part of the video-filter option...
2006-09-02 Clément StenacRemember random/loop/repeat
2006-09-02 Clément StenacAdd --play-and-exit option to quit after no more items...
2006-08-31 Clément Stenac* Move the embedded option to libvlc
2006-07-27 Clément StenacAdd --france / --no-france option to disable DRM playback.
2006-07-22 Antoine CellerierOops
2006-07-22 Antoine Cellerieradd --snapshot-prefix and --snapshot-sequential options...
2006-07-16 Antoine CellerierMake "video filter2" filters selectable on the vout...
2006-07-10 Felix Paul Kühne* updated the po-files, started some work on the German...
2006-07-06 Christophe MutricyAdd a b_restart flag to indicate this option take effec...
2006-06-30 Pavlov Konstantinsupport for creating pid files when going daemon mode.
2006-06-14 Clément Stenac* Add a "media-library" option to enable/disable ML
2006-06-10 Gildas Bazin* src/libvlc.h, src/interface/interaction.c: new config...
next