]> git.sesse.net Git - vlc/history - src
qt4: remove a dummy call to var_Get (void variable), fix #3346.
[vlc] / src /
2010-02-25 Rémi Denis-CourmontRemove error/warnings from module_need()
2010-02-25 Rémi Denis-CourmontDocument config_LoadCmdLine() more
2010-02-24 Christophe MutricyDistribute .h files
2010-02-24 Rémi Denis-CourmontRevert "sd: Make most members private."
2010-02-24 Rémi Denis-CourmontRevert "sd: Export internals with a getters."
2010-02-24 Pierre d'Herbemontsd: Export internals with a getters.
2010-02-24 Pierre d'Herbemontsd: Make most members private.
2010-02-23 Rémi Duraffortvariables: print a warning if doing var_Set on a void...
2010-02-23 Pierre d'Herbemontsd: Factorize function dispatch for better code readabi...
2010-02-23 Jakob Lebenplaylist: remove unused ItemToNode()
2010-02-23 Jakob Lebenplaylist: consistently change input item type when...
2010-02-23 Jakob Lebenplaylist: only make The Playlist flat, not Media Library
2010-02-22 Pierre d'Herbemontlibvlc: Export libvlc_media_is_parsed instead of libvlc...
2010-02-22 Pierre d'Herbemontlibvlc_media: Destroy the cond and the mutex.
2010-02-22 Pierre d'Herbemontlibvlc: Don't refer to media_preparsing as we don't...
2010-02-22 Pierre d'Herbemontlibvlc: libvlc_media_get_es->libvlc_media_get_tracks_info.
2010-02-22 Pierre d'Herbemontlibvlc: Export libvlc_media_parse() and libvlc_media_pa...
2010-02-22 Pierre d'Herbemontmedia: Whitespaces cleanup.
2010-02-22 Pierre d'Herbemontlibvlc: Register PreparsingChanged.
2010-02-21 Laurent AimarFixed invalid free on picture_NewFromFormat failure...
2010-02-21 Laurent AimarFixed potential division by 0 in vout_AllocatePicture.
2010-02-21 Laurent AimarFixed and simplified support for slow picture in vout_R...
2010-02-21 Rémi Denis-CourmontSPU: create "highlight" before attaching to it
2010-02-21 Rémi Denis-CourmontWin32: avoid error with missing drawable-hwnd
2010-02-21 Rémi Denis-CourmontRemove confusing debug message (fixes #3319), fetch...
2010-02-21 Rémi Denis-CourmontDead code
2010-02-20 Laurent AimarRemoved dead picture_t::pf_lock/unlock fields.
2010-02-20 Rémi Denis-Courmontdecode_URI: do not call EnsureUTF8
2010-02-20 Rémi Denis-CourmontCompile kludge for glibc 2.8
2010-02-20 Rémi Denis-Courmontmsecstotimestr: fix negative numbers handling
2010-02-20 Rémi Denis-Courmontsecstotimestr: use int32_t not to overflow if int excee...
2010-02-20 Rémi Denis-CourmontFix secstotimestr
2010-02-20 Rémi Denis-CourmontReimplement libvlc_event_type_name
2010-02-20 Rémi Denis-CourmontImprove Doxygen documentation, deobfuscate event types
2010-02-18 Rémi Denis-Courmontsecstotimestr: use div()
2010-02-18 Rémi Denis-Courmontinput_item_SetURI: improve warning
2010-02-18 Rémi Denis-Courmontlibvlc_media_new_path: create a media from a file path
2010-02-18 Hugo Beauzee-Luyssenlibvlc: Don't lock the media player twice in set_media().
2010-02-17 Rémi Denis-CourmontLibVLC: hopefully fix media player callback dead lock...
2010-02-17 Rémi Denis-CourmontMostly revert "libvlc: add mouse events as libvlc_Media...
2010-02-17 Rémi Denis-Courmontrelease_input_thread: NULL check after dereference
2010-02-17 Rémi Denis-Courmontstream_ReadLine: handle MacOS-style end-of-line (fixes...
2010-02-17 Rémi Denis-Courmontstream_ReadLine: bytes per char is either 1 or 2
2010-02-17 Rémi Denis-CourmontPut a warning for developers
2010-02-17 Jakob Lebenplaylist: fix first subitem added as last and refactor
2010-02-16 Erwan Tuloulibvlc: intf-show and intf-popmenu must be created...
2010-02-15 Rémi Denis-CourmontWin32: vlc_mutex_lock is *not* a cancellation point
2010-02-15 Rémi Denis-CourmontTrivial WinCE fix
2010-02-15 Jakob LebenSD: remove category node when it becomes empty
2010-02-15 Pierre d'Herbemontmodules: Make sure we save all the modules.
2010-02-14 Rémi Denis-CourmontRemove legacy nice target
2010-02-14 Rémi Denis-Courmontconfig_GetLibDir: return arch-dep package directory
2010-02-14 Rémi Denis-CourmontPut plugins in $(pkglibdir)/modules
2010-02-14 Laurent AimarFixed audio-desync support and simplified (close #3253).
2010-02-14 Laurent Aimares_out_SetDelay cannot fail.
2010-02-14 Jean-Baptiste KempfAdd GEOV fourcc to mpeg4...
2010-02-14 Laurent AimarDefault to any for --audio-language.
2010-02-14 Rémi Denis-Courmontnet_Write: always a cancellation point as promised
2010-02-14 Rémi Denis-CourmontStore audio output interface variables into the input...
2010-02-14 Rémi Denis-Courmontnet_Write: improve documentation
2010-02-14 Rémi Denis-CourmontTypo
2010-02-14 Rémi Denis-Courmontvlc_object_waitpipe: cancellation safety
2010-02-14 Rémi Denis-CourmontFix missing signal while stopping preparser (fixes...
2010-02-14 Jean-Baptiste KempfSupport for Windows Media Voice natively
2010-02-14 Jean-Baptiste KempfSupport for Indeo 5
2010-02-14 Rémi Denis-CourmontLibVLC: allow setting playback rate even without input
2010-02-14 Rémi Denis-Courmontadd vlc_openat wrapper around openat
2010-02-14 Rémi Denis-CourmontdoVolumeChanges: always return the value
2010-02-14 Rémi Denis-CourmontFix libvlc_audio_set_mute
2010-02-14 Rémi Denis-CourmontRemove a few fixmes
2010-02-14 Rémi Denis-CourmontAdd indirection to find input from wanabee input manage...
2010-02-14 Rémi Denis-CourmontMake doVolumeChanges static
2010-02-14 Rémi Denis-Courmontaout_FindAndRestart() needs the playlist
2010-02-14 Rémi Denis-CourmontTrivial factorization
2010-02-13 Antoine CellerierReduce verbosity.
2010-02-13 Antoine CellerierAttach the vout object to parent before spu creation...
2010-02-13 Antoine CellerierAttach httpd hosts to the main httpd object.
2010-02-13 Rémi Denis-CourmontMake mouse-moved and mouse-clicked coordinates, remove...
2010-02-13 Rémi Denis-CourmontAdd coordinates (VLC_VAR_COORDS) variable type
2010-02-13 Rémi Denis-Courmontvar_GetChecked and var_SetChecked object auto-cast
2010-02-13 Rémi Denis-CourmontRemove libvlc_free
2010-02-13 Rémi Denis-CourmontCosmetics
2010-02-13 Rémi Denis-CourmontMake mouse-moved a void variable
2010-02-13 Jakob Lebenplaylist: sizeof -> strlen
2010-02-13 Rémi Denis-Courmonteventfd: set close-on-exec flag
2010-02-13 Rémi Denis-Courmontspu_Create: attach object before calling var_Inherit
2010-02-13 Rémi Denis-Courmontdemux_PacketizerNew: missing object attachment
2010-02-12 Jakob Lebenplaylist: use md5 hash for caching downloaded art by...
2010-02-12 Jakob Lebenplaylist: allow non-recursive search
2010-02-12 Jakob Lebenplaylist: cache artwork by download URL instead of...
2010-02-11 Laurent AimarDo not include input_internal.h in vlm code.
2010-02-11 Pierre d'Herbemontvlm: Remove the callback before joining the thread...
2010-02-11 Antoine CellerierOops, sed isn't always enough.
2010-02-11 Pierre d'Herbemontvlm: Avoid a deadlock when stoping the input.
2010-02-11 Erwan Tuloucore: use make_path in subtile_Detect
2010-02-11 Erwan Tuloucore: debug make_path for windows
2010-02-11 Rémi Denis-Courmontlibvlc_video_get_cursor: get the current mouse video...
2010-02-11 Antoine CellerierUntested windows compile fix.
2010-02-11 Jean-Paul Samanlibvlc: add mouse events as libvlc_MediaPlayerEvents
2010-02-10 Jakob Lebenplaylist: append input subitems to the end of parent...
next