]> git.sesse.net Git - vlc/history - src/control/core.c
Revert "Remove libvlc_free"
[vlc] / src / control / core.c
2010-10-02 Rémi Denis-CourmontRevert "Remove libvlc_free"
2010-09-17 Rémi Denis-CourmontRestore LibVLC/VERSION at the end of the HTTP user...
2010-07-08 Rémi Denis-CourmontAdd a proper API to set the user agent
2010-05-30 Rémi Denis-CourmontAdd libvlc_set_exit_handler(), more powerful than libvl...
2010-02-13 Rémi Denis-CourmontRemove libvlc_free
2010-02-06 Rémi Denis-CourmontLibVLC: remove exceptions infrastructure
2010-01-31 Rémi Denis-CourmontLibVLC core: remove exceptions
2010-01-29 Rafaël CarréRemove libvlc_get_vlc_instance hack from libvlc
2010-01-04 Rémi Denis-Courmontlibvlc_add_intf: remove dummy exception parameter
2009-09-07 Rémi Denis-CourmontMove LibVLC error messages to libvlc_printerr().
2009-08-31 Rafaël Carrélibvlc: include config.h when needed
2009-08-31 Pierre d'Herbemontlibvlc: Remove unused mutex.
2009-08-17 Rémi Denis-CourmontRemove unused b_playlist_locked
2009-08-09 Rémi Denis-CourmontReplace libvlc_exception_get_message with libvlc_errmsg
2009-08-09 Rémi Denis-CourmontLibVLC: per-thread error message API
2009-08-09 Rémi Denis-CourmontMissing return value
2009-08-09 Rémi Denis-Courmontlibvlc_add_intf: return a value
2009-08-09 Rémi Denis-CourmontRemove libvlc_get_vlc_id()
2009-06-30 Sébastien Escudierlibvlc_vlm_release : release events stuff Centralize...
2009-06-24 Pierre d'Herbemontlibvlc: Abort in case of unhandled exception.
2009-06-16 Jean-Baptiste KempfRevert "only print error when interface intialization...
2009-06-15 Jean-Paul Samanonly print error when interface intialization failed...
2009-06-09 Pierre d'Herbemontlibvlc: ref_count should only be accessed in the lock.
2009-06-05 Derk-Jan HartmanMissing include for vlm_Delete() usage.
2009-06-05 Sébastien Escudierp_vlm destruction fixes
2009-06-03 Rémi Denis-CourmontRepair libvlc_get_changeset()
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Sébastien EscudierHandle VLM events in libvlc
2009-04-04 Sébastien EscudierDo not leak exception message
2009-03-05 JP DingerImmunify libvlc_exception_clear() from NULL arguments.
2009-02-21 Rémi Denis-Courmontlibvlc_free: wrapper around free() when the C run-time...
2009-02-14 Rémi Denis-CourmontRemove all uses of VLC_Changeset
2009-02-10 Rémi Denis-Courmontlibvlc log: stop abusing internal i_verbosity
2009-01-24 Rémi Denis-CourmontUse libvlc_InternalWait
2009-01-17 Rémi Denis-CourmontMemory leaks
2008-12-15 Basos GAdded vlc_get_libvlc_object to libvlccore
2008-12-11 Rémi Denis-CourmontFix warning
2008-10-08 Rémi DuraffortFix potential memleaks (CID 255)
2008-09-20 Rémi Denis-CourmontRemove the object ID field
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-08 Olivier AubertSpelling fixes
2008-06-24 Rémi Denis-Courmontlibvlc_InternalDestroy: remove dead code
2008-06-04 Rémi Denis-Courmontlibvlc_InternalAddIntf: remove the other boolean
2008-06-01 Christophe MutricyHandles the VLC_EEXITSUCESS case
2008-06-01 Rémi Denis-CourmontFix prototypes
2008-05-31 Rémi Denis-Courmontlibvlc_InternalAddIntf: remove useless options
2008-05-31 Rémi Denis-Courmontlibvlc_InternalAddInft: Remove unused b_block parameter
2008-05-31 Rémi Denis-CourmontSimplify
2008-05-30 Pierre d'Herbemontlibvlc: Don't wait if p_libvlc is dying in libvlc_wait().
2008-05-29 Rémi Denis-Courmontlibvlc_run_interface -> libvlc_add_intf (non-blocking)
2008-05-29 Rémi Denis-Courmontlibvlc_wait: wait until libvlc is killed by an interface
2008-05-26 Pierre d'Herbemontlibvlc: Remove libvlc_event_(init|fini) as they were...
2008-05-18 Jean-Paul SamanRemove trailing whitespace, add checks for malloc retur...
2008-05-15 Rémi Denis-Courmontlibvlc_run_interface: start and wait for an interface
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
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-03-30 Tanguy Krotofflibvlc: add functions libvlc_get_version() and others
2008-02-25 Rémi Denis-Courmont - Redo [22749]. Fix Mozilla plugin, fix OSX framework...
2008-02-21 Damien Fouilleullibvlc: revert [22749], useless, breaks plugins
2008-01-28 Rafaël Carrélibvlc_release(): removes unused exception
2007-12-03 Pierre d'Herbemontcontrol/core.c: Use C99's __func__ unstead of gcc's...
2007-12-02 Pierre d'Herbemontcontrol/core.c: Print an error on not handled libvlc...
2007-11-17 Pierre d'Herbemontcontrol: Remove libvlc_event_fini exception handling...
2007-11-03 Pierre d'Herbemontcontrol/core.c: Fix a warning about lock being an usuns...
2007-10-22 Rémi Denis-CourmontReference count libvlc. API break.
2007-10-21 Rémi Denis-CourmontChanging the order of parameters may be needed, but...
2007-10-21 Rémi Denis-CourmontRemove silly debug for previous commit
2007-10-21 Rémi Denis-CourmontPut timeout to the testsuite
2007-10-21 Rémi Denis-CourmontSwitch API smoke test to libvlc API
2007-10-21 Rémi Denis-Courmontlibvlc_exception:
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-16 Rémi Denis-CourmontInlining non-static functions that are part of the...
2007-06-07 Pierre d'HerbemontLibvlc Event: Add support for input event.
2007-06-01 Pierre d'Herbemontcontrol/core.c: Don't leak the p_instance.
2007-06-01 Pierre d'Herbemontlibvlc event: Make event function thread safe. (And...
2007-06-01 Pierre d'Herbemontlibvlc event: Fix the various leaks and point indicatio...
2007-05-19 Filippo CaroneInitial callback support in libvlc + example on how...
2007-05-19 Filippo Caronefree callbacks on libvlc destruction
2007-05-19 Filippo CaroneSet callback list to null on instance init
2007-03-05 Damien Fouilleul- control APIs: do not crash if exception parameter...
2007-02-27 Damien Fouilleul- libvlc control: uninitialiazed mutex and variables...
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-27 Damien Fouilleul- core.c: const, const, etc...
2006-09-26 Damien Fouilleuloops, it sounds like I f**d * my last revert
2006-09-26 Damien Fouilleul- revert 16847, this breaks the activex and mozilla...
2006-09-25 Olivier Aubertsrc/control/core.c: prepend a dummy argv[0] to libvlc_n...
2006-09-18 Clément StenacA bit of cleanup and test
2006-09-15 Clément StenacConvert the new libvlc API (so, the one that is in...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-01 Clément Stenacsrc/control: a bit of cleanup here and there
2006-07-29 Damien Fouilleulfew fixes in libvlc APis
2006-03-10 Rémi Denis-CourmontFix and restore nice file names
2006-02-19 Clément StenacBe consistant in naming
2006-02-14 Clément StenacFix some bugs
2006-02-14 Clément Stenac* Beginning of VLM API
2006-02-12 Clément StenacAdd some playlist api functions
2006-02-03 Clément StenacPlay and add (Refs:#457)
next