]> git.sesse.net Git - vlc/history - src/libvlc.c
interaction: safely join the thread
[vlc] / src / libvlc.c
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
2006-09-15 Clément StenacSplit libvlc.c:
2006-09-15 Clément StenacStore playlist object in instance-specific object
2006-09-15 Clément StenacMove stats stuff to the per-instance object
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-27 Damien Fouilleulall: rewrite of mozilla plugin
2006-07-16 Sam Hocevar * src/libvlc.c: fixed comment.
2006-07-01 Pavlov Konstantinfix indentation and memory leak introduced in 19564.
2006-06-30 Pavlov Konstantinsupport for creating pid files when going daemon mode.
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
2006-05-20 Jean-Paul SamanCompiler warnings
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-05-04 Damien Fouilleullibvlc.c: removed debug
2006-04-28 Benjamin Pracht* Revert 15357, as it would make vlc crash if you try...
2006-04-15 Rémi Denis-CourmontDo not provide a broken language option on Linux and...
2006-04-14 Rémi Denis-CourmontDo not alter LC_NUMERIC (refs #581).
2006-04-04 Antoine CellerierRemove useless code (or its use was really cryptic)
2006-03-12 Rémi Denis-Courmont * Revert my [14546] that doesn't work
2006-03-05 Rémi Denis-CourmontDon't call textdomain - it is not only useless but...
2006-02-21 Rémi Denis-CourmontConvert to local encoding before printing on console...
2006-02-12 Rémi Denis-Courmont- Attempt to implement (To|From)Locale on MSVC
2006-02-11 Clément StenacShould fix vlc-help.txt problem (untested) (Refs:#517)
2006-02-11 Rémi Denis-CourmontUse more common CP1252 rather than Latin-9 as fallback...
2006-02-04 Clément Stenac* Avoid useless stats_Get calls
2006-02-01 Rémi Denis-CourmontSimpler use of HAVE_ASSERT
2006-02-01 Christophe MutricyTest for assert() in configure.
2006-02-01 Sam Hocevar * Replaced "SYS_DARWIN" with either __APPLE__ (meanin...
2006-01-31 Derk-Jan Hartman* Changed the defined( SYS_DARWIN ) of the --altivec...
2006-01-30 Rémi Denis-CourmontFix error handling in (From|To)Locale
2006-01-28 Clément StenacDon't check syslog value if we don't have syslog.h
2006-01-27 Clément Stenac* Improve timers (Refs:#473)
2006-01-23 Clément StenacAdd global options for netsync and showintf and hide...
2006-01-22 Clément Stenac* Make ParseOption (from input) a global service (var_O...
2006-01-15 Clément StenacFix some memleaks
2006-01-14 Clément StenacAdd an option to disable stats (Refs:#473)
2006-01-12 Antoine CellerierFSF address change.
2006-01-08 Clément StenacSome more stats preliminary work
2005-12-15 Clément StenacWho said I'm bored ?
2005-11-27 Clément StenacBah.. Fix HAL in libvlc
2005-11-27 Clément StenacFix new HAL interaction
2005-11-23 Antoine CellerierPut licensing terms instead of description in about...
2005-11-15 Damien Fouilleulplugin.cpp: don't mess up custom protocol when combinin...
2005-11-14 Damien Fouilleullibvlc.c: fixed object leak (playlist)
2005-11-12 Sam Hocevar * src/vlc.c: do not exit the program with an error...
2005-11-10 Gildas Bazin* src/libvlc.c: failing of bindtextdomain() does not...
2005-11-09 Clément StenacAdd a input_Read function that reads a stream in blocki...
2005-11-08 Clément StenacSupport new HAL API. Based on patch by Josselin Mouette
2005-11-03 Jean-Paul SamanForward port from revision 13127
2005-10-25 Rémi Denis-CourmontRevert heavily flawed commit 12959.
2005-10-25 Antoine Cellerierre fix the stupid float ","/"." error. Please don't...
2005-10-23 Gildas Bazin* src/libvlc.c: fixed --width/height.
2005-10-22 Scott Caudlemsw ShowConsole() - enable previously provided msg...
2005-09-21 Sam Hocevar * src/libvlc.c: cosmetic fix.
2005-09-17 Clément StenacDefault to disabling screensaver under X (Closes:#253)
2005-09-12 Antoine Cellerierfix daemon mode when HAVE_DAEMON is defined. fixes...
2005-09-10 Rémi Denis-CourmontFix psz_userdir memleak
2005-09-05 Christophe Massiot * src/libvlc.c: When the user dir is not available...
2005-09-05 Gildas Bazin* src/libvlc.c: on win32, redirect stdout to vlc-help...
2005-08-29 Christophe Massiot * ALL: New p_vlc->psz_userdir. This is different from...
2005-08-25 Christophe MutricyTypo
2005-08-23 Christophe Massiot * toolbox: Removed compilation information from versio...
next