]> git.sesse.net Git - vlc/history - src/libvlc.h
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / src / libvlc.h
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...
2006-06-02 Clément StenacTypo. Thanks to radius on the forum
2006-05-20 Jean-Paul SamanCompiler warning
2006-05-18 Christophe MutricyAdd Czech translation. Many thaks to Miroslav Oujesky
2006-05-13 Antoine CellerierAllow on the fly cropping size change with top, left...
2006-05-13 Antoine CellerierWoops, this somehow got removed in previous commit.
2006-05-13 Antoine CellerierAdd the --custom-aspect-ratios and --custom-crop-ratios...
2006-05-13 Antoine CellerierChange DVD-next hotkey on !__APPLE__ to ctrl-f instead...
2006-05-13 Antoine CellerierAdd zoom (z) and unzoom (shift+z) hotkeys
2006-05-11 Christophe MutricySynchronise the po file from the 0.8.5 branch.
2006-04-28 Clément StenacSet skip-frames to default enabled
2006-04-23 Rémi Denis-CourmontFix a grammar mistake
2006-04-15 Rémi Denis-CourmontDo not provide a broken language option on Linux and...
2006-04-11 Clément StenacMore strings
2006-04-11 Clément StenacString fixes
2006-04-07 Antoine CellerierWin32 specific changes: Add --started-from-file option...
2006-04-07 Derk-Jan Hartman* Lower the priority of the SVG renderer
2006-04-02 Rémi Denis-CourmontMissing ;
2006-03-31 Antoine CellerierLibvlc strings 2nd review (Refs:#438)
2006-03-28 Clément StenacFix intf options
2006-03-27 Clément StenacStrings review for libvlc.h (Refs:#438)
2006-03-25 Clément Stenac* Remove Advanced/Misc
2006-03-25 Clément Stenac*EXPERIMENTAL* Default to disabling vout_synchro, but...
2006-03-09 Christophe Mutricylibvlc.h: preferences tweaking
2006-03-09 Christophe Mutricyall: move the logger option from video to interface...
2006-02-24 Rémi Denis-CourmontRemove abusive line feeds to fix vlc --help-verbose...
2006-02-11 Rémi Denis-CourmontGood point Md - use 0 (ie. not set) as default TTL...
2006-02-11 Rémi Denis-CourmontImplement IPv6 multicast output interface selection...
next