]> git.sesse.net Git - vlc/history - src/libvlc.c
Only load globalhotkeys if requested by caller
[vlc] / src / libvlc.c
2009-05-06 Rémi Denis-CourmontOnly load globalhotkeys if requested by caller
2009-04-25 Rémi Denis-CourmontMake drawable-xid a config item, so VLC can be embedded...
2009-04-21 Rémi Denis-Courmont(p?)gettext -> vlc_\1gettext
2009-04-18 Christophe MutricyAdd the comment on why and how we translate "C" in...
2009-04-16 Rémi Denis-CourmontInclude <libintl.h> only when really needed
2009-04-15 Rémi Denis-CourmontThread-safe and more compact hotkeys initialization
2009-03-31 Rémi Denis-CourmontFormat string (make gcc happy)
2009-03-17 Jean-Paul Samanmacosx: vout drawable rework.
2009-03-12 Rémi Denis-CourmontAdd a centralized avcodec lock
2009-03-08 Rémi Denis-CourmontRemove interaction core
2009-03-05 Rémi Denis-CourmontHack to get the leaked object tree back
2009-03-05 Rémi Denis-CourmontHopefully thread-safer replacement for intf_UserFatal
2009-03-05 Rémi Denis-CourmontDetect LibVLC object leaks
2009-03-05 Rémi Denis-CourmontPrivatize the LibVLC exit lock
2009-02-28 Rémi Denis-CourmontRemove uninitialized and unsynchronized global stats
2009-02-17 Rémi Denis-CourmontKeep the bank lock until plugins are loaded.
2009-02-17 Rémi Denis-CourmontRemove remnants of builtin modules support
2009-02-17 Christophe MutricySet the libvlc internal verbosity
2009-02-14 Rémi Denis-CourmontRemove all uses of VLC_Changeset
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
2009-02-12 Rémi Denis-Courmonttypo
2009-02-12 Rémi Denis-CourmontOSX: keep the (misdesigned) drawable variable
2009-02-10 Rémi Denis-CourmontRemove the verbose callback.
2009-02-02 Rémi Denis-CourmontDrawable: separate XIDs and HWNDs
2009-01-29 Rémi DuraffortRevert "fix buffer overflows."
2009-01-29 Rémi Duraffortfix buffer overflows.
2009-01-26 Rémi Duraffortlibvlc: Fix a (tiny) buffer overflow and fix #2449
2009-01-25 Rémi Denis-CourmontMerge commit 'videolan/master'
2009-01-25 Laurent AimarAutomatically insert globalhotkeys when available.
2009-01-24 Rémi Denis-Courmontlibvlc_InternalWait, libvlc_Quit: wait and signal libvl...
2009-01-18 Laurent AimarChanged playlist_AddExt to be more consistant with...
2009-01-17 Rémi Denis-CourmontMemory leaks
2009-01-17 Rémi Denis-CourmontDestroy/cleanup should be consistent with Create/Init
2009-01-17 Rémi Denis-CourmontCleanup functions cannot fail
2009-01-17 Rémi Denis-CourmontRemove p_static_vlc, not used anymore
2009-01-17 Rémi Denis-CourmontFix assertion
2009-01-17 Hannes DomaniGlobal Hotkeys for windows
2009-01-17 Rémi Denis-CourmontAssert proper alignment of the atomic reference counter
2009-01-10 Rémi Denis-Courmontlibvlc: add SD plugins one by one
2009-01-10 Rémi Denis-CourmontRemove the un-needed horrible vout release hack
2009-01-08 Rémi Denis-CourmontRemove some useless #includes
2009-01-05 Laurent AimarSplit creation/destruction and activation/deactivation...
2009-01-05 Rémi Denis-CourmontUse var_TriggerCallback as appropriate
2008-12-28 Rémi Denis-CourmontPrint early debug messages only after verbosity is...
2008-12-28 Rémi Denis-CourmontGet proper verbosity setting ASAP
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-10-29 Rémi DuraffortUse asprintf and check for the return value. (better...
2008-10-28 Rémi Denis-CourmontFix flawed logic
2008-10-28 Geoffroy CouprieFix missing prototype for InterlockedXXcrement64
2008-10-15 Derk-Jan Hartmanlibvlc: fix printf warning
2008-10-14 Rémi Denis-CourmontCount message references and get rid of the global...
2008-10-14 Jean-Paul SamanDon't start the file logger when syslog is specified.
2008-10-05 Rémi Denis-CourmontMake the instance lock static
2008-10-05 Rémi Denis-CourmontCleanup b_cache_delete
2008-10-05 Rémi Denis-CourmontRemove one core dependency upon the module bank
2008-10-05 Rémi Denis-CourmontUse static mutexes
2008-10-05 Rémi Denis-CourmontRemove vlc_threads_(init|end), fix thread-safety on...
2008-09-30 Geoffroy CouprieWinCE: more missing functions fixes
2008-09-28 Rémi Denis-CourmontRemove VLC_OBJECT_LIBVLC
2008-09-27 Rémi Denis-CourmontStill allocate unique input item IDs
2008-09-22 Rémi Denis-CourmontFix a2e0eaa1708f05680d0c6bc1ba25873e6d2b6b3f on legacy...
2008-09-22 Geoffroy Couprieno vlc_spin_destroy in GC for Win32
2008-09-21 Rémi Denis-CourmontUse OP then fetch, more straight forward with most...
2008-09-21 Rémi Denis-CourmontUse GCC predefines for atomic builtins
2008-09-21 Rémi Denis-CourmontAtomic builtins are from in GCC 4.1.0 onward.
2008-09-21 Jean-Paul SamanFix GCC error message: undefined reference to `__sync_f...
2008-09-21 Rémi Denis-CourmontMingw support for garbage collection
2008-09-21 Rémi Denis-CourmontModule really does not need to be an object
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-21 Rémi Denis-CourmontNew type-safe API for modules listing
2008-09-21 Rémi Denis-CourmontGC: assert pf_destructor
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Pierre d'HerbemontMake sure vlc_release doesn't destroy a non existent...
2008-09-20 Rémi Denis-CourmontRemove the unsafe input item array
2008-09-20 Pierre d'Herbemontvlc_gc: FixOSAtomic usage.
2008-09-20 Pierre d'HerbemontRevert "libvlc: Fix a typo in vlc_gc_object vlc_release...
2008-09-19 Pierre d'Herbemontlibvlc: Fix a typo in vlc_gc_object vlc_release()....
2008-09-19 Pierre d'HerbemontUse OSAtomic() as a fallback on Mac OS X.
2008-09-19 Derk-Jan Hartmanlibvlc: only use sync_ on GGCs that have it.
2008-09-19 Rémi Denis-CourmontUse GCC atomics
2008-09-19 Rémi Denis-CourmontGC: thread-safety, and offset independence
2008-09-14 Rémi Denis-CourmontRemove the useless announce handler object
2008-09-13 Antoine CellerierActivate 2 more one instance mode optins with DBus
2008-09-06 Antoine CellerierRevert "libvlc does not need an object name"
2008-09-06 Rémi Denis-Courmontlibvlc does not need an object name
2008-09-06 Rémi Denis-CourmontUsage: vlc, not Usage: libvlc
2008-09-03 Rémi Denis-CourmontFix warning
2008-09-02 Antoine CellerierDon't take removed options into account when checking...
2008-09-01 Pierre d'Herbemontlibvlc: Add a --verbose-objects option to select which...
2008-09-01 Antoine CellerierAccept partial matches with -p <module name> (aka ...
2008-09-01 Antoine CellerierWhen applicable, mention that modules weren't displayed...
2008-09-01 Antoine CellerierMention --list and --list-verbose if a vlc -p <string...
2008-09-01 Antoine CellerierPrint the module name in help output (else the user...
2008-09-01 Antoine CellerierFix mistake in 92290c9d that allowed modules with no...
2008-09-01 Antoine CellerierRemove trailing spaces.
2008-08-30 Rémi Denis-Courmontp_module_bank: move out of vlc_global
2008-08-30 Rémi Denis-CourmontOne objects tree per instance rather than per process
2008-08-26 Rémi Denis-CourmontRevert "Win32: show the console (early) in debug builds"
2008-08-25 Rémi Denis-CourmontWin32: show the console (early) in debug builds
2008-08-17 Rémi Denis-Courmontlibvlccore: remove the threads count
next