]> git.sesse.net Git - vlc/history - src/libvlc.c
lower case the module_* functions
[vlc] / src / libvlc.c
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...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-10-21 Rémi Denis-CourmontChanging the order of parameters may be needed, but...
2007-09-15 Rémi Denis-CourmontFix doc
2007-08-19 Rémi Denis-CourmontFix lots of warnings
2007-05-20 Rémi Denis-CourmontFix SVN revision handling.
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-10-21 Clément StenacPlaylist
2006-10-01 Antoine Celleriersrc/input/item.c: if we don't have an item name and...
2006-09-23 Clément Stenac* Add switch to skins
2006-09-18 Clément StenacFix spurious release at end
2006-09-15 Clément StenacHopefully fix OS X
next