]> git.sesse.net Git - vlc/history - src/libvlc.c
QT4 wineventfilter for Win32, allows WM_APPCOMMAND stuff
[vlc] / src / libvlc.c
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
2008-08-13 Rémi Denis-CourmontFix libvlc private data alignment (untested)
2008-08-13 Rémi Denis-CourmontUse %s even if all strings are currently free of percen...
2008-08-13 Rémi DuraffortDo the RIGHT check of asprintf.
2008-08-12 Pierre d'Herbemontlibvlccore: Fix a warning about b_daemon on Windows.
2008-08-01 Rémi DuraffortRevert "Prefer setenv to putenv (evenmore with local...
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Pierre d'Herbemontlibvlccore: Don't set the priority on first thread...
2008-07-31 Rémi DuraffortPrefer setenv to putenv (evenmore with local variables).
2008-07-28 Christophe MutricyInstall the translations in share on win32 and MacOSX
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked
2008-07-17 Christophe MutricyFix building when VLM is disable
2008-07-09 Pierre d'HerbemontRevert "dejidjei:"
2008-07-09 Pierre d'Herbemontdejidjei:
2008-07-08 Pierre d'Herbemontlibvlccore: Make sure vlc_gc_* function correctly asser...
2008-07-06 Antoine CellerierHelp should be localized.
2008-07-06 Antoine CellerierFix wording.
2008-07-06 Antoine CellerierDon't print empty sections in the help.
2008-07-06 Pierre d'Herbemontlibvlc: Don't print help on module help.
2008-07-06 Pierre d'Herbemontlibvlc: Advertise -p and --list in help.
2008-07-06 Pierre d'Herbemontlibvlc: --full-help now displays an exhaustive help.
2008-07-06 Rémi Denis-CourmontFix memory leak
2008-07-06 Rémi Denis-CourmontFix warnings
2008-07-06 Pierre d'HerbemontRevert "libvlc: Add a --verbose-objects option to selec...
2008-07-06 Pierre d'Herbemontlibvlc: Add a --verbose-objects option to select which...
2008-07-05 Rémi Denis-CourmontRemove unused variable
2008-07-05 Rémi Denis-Courmontpl_Yield(): return NULL when the playlist is gone ...
2008-07-05 Rémi Denis-CourmontFix race condition while removing video outputs
2008-07-05 Rémi Denis-CourmontPlaylist: join safely
2008-07-05 Rémi Denis-Courmontinteraction: safely join the thread
2008-06-28 Antoine CellerierMove intf-popupmenu and video-on-top variables from...
2008-06-24 Rémi Denis-Courmontlibvlc_InternalDestroy: remove dead code
2008-06-22 Rémi Denis-CourmontLibVLC: wait until all threads are terminated
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-06-12 Rémi Denis-CourmontRemove services discovery tasks before the playlist
2008-06-05 Rémi Denis-CourmontDo not use print colored help if stdout is not a TTY
2008-06-04 Rémi Denis-CourmontPlaylist takes care of sout-keep, NOT libvlc!
2008-06-04 Rémi Denis-CourmontRemove redumdant b_play code
2008-06-04 Rémi Denis-Courmontlibvlc_InternalAddIntf: remove the other boolean
2008-06-02 Rafaël CarréRemove support DBus & HAL APIs
2008-06-01 Pierre d'Herbemontlibvlccore: "intf-show" is now a libvlc var instead...
2008-06-01 Rafaël Carrés/vout_Destroy/vlc_object_release/ - A cat is a cat
2008-05-31 Pierre d'Herbemontlibvlccore: Don't do vout destruction before destroying...
2008-05-31 Rémi Denis-Courmontvlc_current_object: remove, vlc_object_get does the...
2008-05-31 Rémi Denis-CourmontRemove VLC_* dead APIs
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-31 Rémi Denis-CourmontMove non-deprecated version functions out of the deprec...
2008-05-15 Rémi Denis-CourmontRemove a bunch of unused deprecated APIs
2008-05-09 Rémi Denis-CourmontWe also need to check the non "conf::" case. Oops.
2008-05-08 Rémi Denis-CourmontVLC_VariableSet: assume unsafe variable settings. Fixes...
2008-05-07 Rémi Denis-CourmontRemove p_playlist from p_libvlc
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...
next