]> git.sesse.net Git - vlc/history - src/libvlc.c
Print exact revision in addition to version number on console
[vlc] / src / libvlc.c
2010-03-13 Rémi Denis-CourmontPrint exact revision in addition to version number...
2010-03-13 Rémi Denis-CourmontPut only the copyright statement in COPYRIGHT_MESSAGE
2010-03-05 Rémi Denis-CourmontRun system_Configure after playlist is created (fixes...
2010-02-28 Rémi Denis-CourmontAvoid namespace clash with normal getopt
2010-02-28 Rémi Denis-Courmontgetopt: remove useless functions and boiler plate,...
2010-02-21 Rémi Denis-CourmontWin32: avoid error with missing drawable-hwnd
2010-02-16 Erwan Tuloulibvlc: intf-show and intf-popmenu must be created...
2010-02-14 Rémi Denis-CourmontStore audio output interface variables into the input...
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-09 Rémi Denis-CourmontCreate preparser and fetcher immediately
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-07 Rémi Denis-Courmontobjects: remove leading underscores
2010-02-06 Rémi Denis-CourmontHide message bank layout and cleanup a bit
2010-02-04 Rémi Denis-CourmontFix pl_Release() crash with -S
2010-01-30 Rémi Denis-CourmontDon't start the playlist thread if not needed
2010-01-30 Rémi Denis-CourmontVariables fixes
2010-01-30 Rémi Denis-CourmontLoad/delete plugins cache from plugins directory
2010-01-28 Rémi Denis-CourmontOops
2010-01-28 Rémi Denis-CourmontUse module_gettext() for command line help
2010-01-28 Rémi Denis-CourmontFactor out LoadMessages to support other text domains
2010-01-28 Rémi Denis-CourmontAttach playlist ASAP
2010-01-23 Rémi Denis-CourmontDo not translate ""
2010-01-23 Rémi Denis-CourmontDo not reload the command line
2010-01-23 Rémi Denis-Courmont--full-help: do not alter the configuration, only variables
2010-01-23 Rémi Denis-CourmontDo not reload the module bank if the language is overriden
2010-01-19 Rémi Denis-CourmontAdd build date/time in the version infos
2010-01-19 Rémi Denis-CourmontRemove COMPILE_DOMAIN, merge into COMPILE_HOST
2010-01-18 Ramiro PollaOnly print CPU capabilities if there are any.
2010-01-17 Pierre YnardLibVLC: fix typo
2010-01-17 Rémi Denis-CourmontRemove --save-config
2010-01-17 Rémi Denis-CourmontLibVLC: use var_Inherit instead of config_Get
2010-01-13 Rémi Denis-Courmontconfig_GetDataDirDefault(): return a heap-allocated...
2010-01-12 Rémi Denis-CourmontTypo
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2010-01-10 Rémi Denis-CourmontMake volume-change a void rather than a boolean
2010-01-10 Francois Cartegnielibvlc: introduce 'Muted' as a whole state, not as...
2010-01-03 Rémi Denis-CourmontRefactor key mapping internals
2010-01-03 Rémi Denis-CourmontFix struct hotkey
2010-01-02 Rémi Denis-CourmontRemove useless member of libvlc private data
2010-01-02 Rémi Denis-CourmontDon't use a static mutex for libvlc_wait on Win32 ...
2010-01-02 Rémi Denis-CourmontAllow more than one thread to call libvlc_wait
2009-12-28 Rémi Duraffortlibvlc: destroy the intf variable only if created just...
2009-12-28 Rémi Denis-CourmontCheck that hotkeys are sorted properly (debug-only...
2009-12-27 Antoine CellerierAdd vlc_GetActionId().
2009-12-23 Rémi Denis-Courmont--list: do not use colors if stdout is not a TTY
2009-12-23 Rémi Denis-CourmontRevert "No need to show service probes in the module...
2009-12-23 Fabio RitrovatoNo need to show service probes in the module list
2009-12-22 Fabio RitrovatoDon't use color when listing modules on Windows
2009-12-22 Antoine CellerierSecond (blind) attempt at fixing win and mac.
2009-12-22 Antoine CellerierRevert "Probably fix LoadMessages() on windows. (Untest...
2009-12-22 Antoine CellerierProbably fix LoadMessages() on windows. (Untested ...
2009-12-10 Pierre d'Herbemontlibvlc: don't abort but return an error code if no...
2009-12-10 Rémi Denis-CourmontUse ...NonEmpty... for --open
2009-12-10 Rémi Denis-CourmontFix --syslog
2009-12-10 Rémi Denis-Courmontcore: config_GetPsz -> var_CreateGetNonEmptyString
2009-12-10 Pierre d'Herbemontlibvlc: Make sure we don't continue vlc exectution...
2009-11-24 Laurent AimarAdded SSSE3/SSE4.1/SSE4.2 support to libvlc.
2009-11-10 Rémi Denis-CourmontUnused variable
2009-11-09 Rémi Denis-CourmontNice solution to a nasty printf hack (sic)
2009-11-09 Rémi Denis-CourmontUse gettext when printing help
2009-10-19 Rémi Denis-CourmontMaemo: the D-Bus inhibit plugin is not supported
2009-10-19 Rémi Denis-CourmontHAVE_FPU: make constant
2009-10-18 Rémi Denis-Courmontscreensaver: convert to inhibit plugin
2009-10-17 Rémi Denis-CourmontRemove HAL support
2009-10-10 Rémi DuraffortUse var_CreateGet when applicable.
2009-10-05 Rémi Denis-CourmontConvert paths from command line arguments to URIs
2009-09-24 Rémi Denis-CourmontSimplification
2009-09-22 Jean-Baptiste KempfSSE3 detection (runtime)
2009-09-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-09-22 Rémi Denis-CourmontLibVLC: only print relevant capabilities in debug
2009-09-20 Rémi Denis-CourmontRemove unused 486 and 586 capabilities
2009-09-20 Rémi Denis-CourmontRemove never set, never used Pentium Pro capability
2009-09-20 Rémi Denis-CourmontSet object name from module_need()
2009-09-18 Rémi DuraffortFix race condition : volume-change variable is requiere...
2009-08-29 Erwan Tuloucore: add snapshot-file and record-file for signalling...
2009-08-23 Rémi Denis-CourmontNever rename an object post attach & un-deprecated...
2009-08-20 Pierre d'Herbemontlibvlc: Put vlc_usage in the same file than where it...
2009-08-19 Rémi Denis-CourmontHide psz_object_name in private data
2009-08-12 Jean-Baptiste KempfRemove the ShowIntf module. It doesn't make sense when...
2009-08-02 Rémi Denis-CourmontDo not exit with VLC error codes
2009-07-25 Rémi Denis-Courmontvlc_clone(): abide by --rt-priority and --rt-offset
2009-07-13 Alexis BallierMake sure vlc_release doesn't destroy a non existent...
2009-07-12 Rémi Denis-CourmontAvoid NULL for %s
2009-06-23 Derk-Jan Hartmanstring: missing space
2009-06-03 Rémi Denis-CourmontPrint the changeset with --version
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Jean-Baptiste KempfFix obvious typo that prevented correct build.
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontQuit VLC explicitly before we destroy the interface
2009-05-23 Rémi Denis-CourmontUnused variable
2009-05-23 Rémi Denis-CourmontUse intf_Create() directly whenever a module is specified
2009-05-23 Rémi Denis-CourmontReplace intf_StopThread() with intf_DestroyAll()
next