]> git.sesse.net Git - vlc/history - src/libvlc.c
Revert "Prefer setenv to putenv (evenmore with local variables)."
[vlc] / src / libvlc.c
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
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
next