]> git.sesse.net Git - vlc/history - src/control
l10n: Italian update
[vlc] / src / control /
2009-04-11 Pierre d'Herbemontlibvlc: Export _get/set_nsobject.
2009-04-04 Rémi Denis-CourmontFix return
2009-04-04 Rémi Denis-CourmontSimplifications and cleanup
2009-04-04 Sébastien EscudierRemove uneeded exceptions
2009-04-04 Sébastien EscudierDo not leak exception message
2009-04-03 Rémi Duraffortlibvlc: remove unused private structs.
2009-04-01 Rémi Duraffortuse var_Set(Integer|Time|Float) when needed.
2009-04-01 Rémi Duraffortmissing vlc_mutex_destroy in case of failure.
2009-03-31 Rémi Denis-CourmontUnused parameter
2009-03-18 JP DingerSimplify libvlc_media_player_is_playing(). Should reall...
2009-03-17 Jean-Paul Samancheck against libvlc_state_t states
2009-03-17 Jean-Paul Samanmacosx: vout drawable rework.
2009-03-17 Jean-Paul Samanvougl.m: cosmetics
2009-03-17 Jean-Paul Samanlibvlc_media_player_is_playing(): no need to throw...
2009-03-11 JP Dingers/(void)p_e;/VLC_UNUSED(p_e);/
2009-03-10 Jean-Paul Samanlibvlc_media_player_get_state: cache is between [0...
2009-03-10 Jean-Paul Samanlibvlc_media_player_set_rate: Allow for changing playou...
2009-03-10 Jean-Paul Samanlibvlc api: detect when core is buffering.
2009-03-09 Laurent AimarAdded a INPUT_EVENT_ABORT event to detect user requeste...
2009-03-08 Laurent AimarUse vout_GetSnapshot in libvlc (untested).
2009-03-07 Jean-Paul Samanlibvlc_video_set_spu: fix setting to 0 when no SPU...
2009-03-07 Rémi Denis-CourmontUnused variable
2009-03-07 Rémi Denis-CourmontRemove dummy code
2009-03-07 Rémi Denis-CourmontDo not assume xid and hwnd are in a union
2009-03-06 Rémi Denis-CourmontFactor and fix locking
2009-03-05 JP DingerImmunify libvlc_exception_clear() from NULL arguments.
2009-03-04 Rémi Denis-CourmontUse playlist_Lock explicitly
2009-03-04 Rémi Denis-CourmontRemove invalid VOUT_REPARENT uses
2009-03-04 JP DingerSplit out r/o test into a static inline...
2009-03-04 JP DingerDocumentation, formatting fixes.
2009-02-21 Rémi Denis-Courmontlibvlc_free: wrapper around free() when the C run-time...
2009-02-16 Laurent AimarRemoved or privatized playlist functions.
2009-02-15 Rémi Denis-Courmontlibvlc: don't risk crashing Linux/Windows because of...
2009-02-14 Rémi Denis-CourmontKill stupid VOUT_SNAPSHOT control.
2009-02-14 Rémi Denis-CourmontRemove all uses of VLC_Changeset
2009-02-14 Laurent AimarUser FIND_CHILD for zvbi in libvlc.
2009-02-13 Laurent AimarUpdated libvlc_toggle_teletext after teletext-es changes.
2009-02-12 Rémi Denis-CourmontAdd libvlc_media_player_get_(hwnd|xwindow) as requested...
2009-02-10 Rémi Denis-CourmontImplement reference counting in the libvlc logger
2009-02-10 Rémi Denis-CourmontRestore the libvlc logger lock
2009-02-10 Rémi Denis-Courmontlibvlc log: stop abusing internal i_verbosity
2009-02-09 Jean-Paul Samanlibvlc_log_clear: looks totally broken.
2009-02-09 Rémi Denis-CourmontX11 pixmaps will not work as drawable
2009-02-07 Rémi Denis-CourmontAdd libvlc_media_player_set_hwnd and libvlc_media_playe...
2009-02-02 Rémi Denis-CourmontDrawable: separate XIDs and HWNDs
2009-01-31 Rémi Denis-CourmontFormat string
2009-01-28 Laurent AimarAdded libvlc_playlist_add_extended_untrusted and libvlc...
2009-01-26 Rémi Denis-CourmontMemory leak (fix #2448)
2009-01-26 Olivier Aubertembedded snapshot: remove useless comment
2009-01-26 Olivier Aubertembedded snapshot: use condition variable
2009-01-24 Rémi Denis-CourmontUse libvlc_InternalWait
2009-01-24 Rémi Denis-Courmontlibvlc_InternalWait, libvlc_Quit: wait and signal libvl...
2009-01-24 Rémi Denis-CourmontRemove bogus vlc_object_wait (no condition to wait on)
2009-01-18 Laurent AimarChanged playlist_AddExt to be more consistant with...
2009-01-17 Rémi Denis-CourmontMemory leaks
2009-01-17 Rémi Denis-CourmontCleanup functions cannot fail
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2009-01-17 Laurent AimarRenamed input_item_AddOpt to input_item_AddOption.
2009-01-14 Rémi Denis-Courmontsccanf supports %p, use it instead of hacky %ju
2009-01-14 Rémi Denis-Courmontsnapshot: release the input ASAP
2009-01-10 Rémi Denis-CourmontSD: remove psz_module parameter, shorter function names
2009-01-06 Filippo Caronelibvlc, jvlc: media_player_is_playing method added
2009-01-05 Laurent AimarFixed preparsing/art fetching locking.
2008-12-29 Rémi Denis-CourmontMissing <assert.h>
2008-12-22 Filippo Caronelibvlc: on stop, fire a stopped event, not end reached
2008-12-15 Rémi Duraffortcontrol/media_control: fix a memleak (we don't need...
2008-12-15 Basos GAdded vlc_get_libvlc_object to libvlccore
2008-12-11 Laurent AimarDo not use 2 event manager in input.
2008-12-11 Rémi Denis-CourmontFix warning
2008-12-11 basoslibvlc_MediaPlayerSnapshotTaken Event creation
2008-12-11 Sébastien Escudiertypo in event manager
2008-12-09 Laurent AimarFixed input_get_event_manager naming scheme.
2008-12-09 Laurent AimarFixed input_AddSubtitle(s) coherency.
2008-12-08 Joseph Tuloulibvlc: Fix event manager leak in media_discoverer
2008-12-04 Laurent AimarRemoved obsolete BUFFERING_S input state.
2008-12-04 Laurent AimarRemoved unused STOP_S input state.
2008-11-23 Laurent AimarRenamed "seekable" into "can-seek" (for consistency).
2008-11-23 Laurent AimarUpdated to intf-event.
2008-11-20 Jean-Paul SamanRemove last instances of FORWARD/BACKWARD state.
2008-11-20 Jean-Paul SamanRemove FORWARD_S and BACKWARD_S from input state.
2008-11-20 Jean-Paul SamanSignal can_rewind for use by user interfaces.
2008-11-18 Lukas Durfinalibvlc: get right name of audio output module
2008-11-07 Lukas Durfinalibvlc: better audio handling
2008-10-24 Olivier Aubertembedded snapshot: unlock the cache object
2008-10-23 Olivier Aubertembedded snapshot: properly lock/unlock the cache object
2008-10-22 Rémi Denis-CourmontSimplifications
2008-10-16 Lukas Durfinalibvlc: description and count of tracks, titles, chapte...
2008-10-12 Rémi Denis-CourmontPort the libvlc log APIs to the new internal messages API
2008-10-11 Rémi Denis-CourmontFix crash
2008-10-11 Lukas Durfinalibvlc: better title/chapter handling
2008-10-08 Rémi DuraffortFix potential memleaks (CID 255)
2008-10-05 Adrien MagloRedefine vlc_dictionary_clear() and vlc_dictionary_remo...
2008-10-03 Jean-Paul SamanFix regression in libvlc_video_set_spu() and libvlc_aud...
2008-10-03 Jean-Paul SamanFix regression in libvlc_video_set_teletext().
2008-10-03 Jean-Paul SamanFix bug in libvlc_video_set_teletext()
2008-10-01 Rémi DuraffortMacro protection.
2008-10-01 Rémi DuraffortFix "Use after free" (CID 248)
2008-09-27 Pierre d'Herbemontlibvlc_event: Make sure we return in case of error.
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-09-25 Rémi Denis-CourmontRemove GCCism
next