]> git.sesse.net Git - vlc/history - src
Fix stupid typo
[vlc] / src /
2010-10-30 Jean-Baptiste KempfText: Fix compilation on non-UTF-8 systems
2010-10-29 Christophe MutricyActivate Modern Greek translation on Windows (and Mac)
2010-10-28 Pierre YnardAdd missing include
2010-10-27 Pierre Ynardvlm: use libvlc as a parent for vlm instance input...
2010-10-27 Rémi Denis-CourmontFromLocale and ToLocale based on FromCharset and ToCharset
2010-10-27 Pierre d'Herbemontlibvlc.sym: Alphabetical order.
2010-10-26 Rémi Denis-CourmontAdd ToCharset() helper to convert from UTF-8
2010-10-26 Rémi Denis-CourmontReplace vlc_fix_readdir() with FromCharset()
2010-10-26 Rémi Denis-CourmontMove vlc_iconv* to <vlc_charset.h>
2010-10-25 Laurent AimarFixed filter_chain_MouseFilter when multiple video...
2010-10-25 Laurent AimarImproved video-splitter changes by seeking back to...
2010-10-25 Laurent AimarRenamed vout-filter in video-splitter.
2010-10-25 Laurent AimarMoved "vout-filter" change support from vout to playlist.
2010-10-25 Laurent AimarCosmetics (vout).
2010-10-25 Laurent AimarMoved vout_GetSnapshot() to video_output.c
2010-10-25 Laurent AimarFixed and simplify --monitor-par support.
2010-10-25 Laurent AimarRemoved non thread safe callbacks on video-title-show...
2010-10-25 Laurent AimarMerged vout_pictures.c with video_output.c.
2010-10-25 Laurent AimarMoved picture_t related functions to its own file.
2010-10-25 Rémi Denis-CourmontObject reference leak
2010-10-24 Rémi Duraffortsd: remove the pf_search and use a more generic pf_cont...
2010-10-23 Rémi DuraffortUse var_Set* when applicable.
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_key: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_float: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_directory: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_loadfile: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_savefile: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-10-22 Rémi Denis-CourmontRemove unused change_integer_list parameter
2010-10-22 Rémi Denis-CourmontRemove config change callback
2010-10-22 Rémi Denis-CourmontRemove aout_FindAndRestart()
2010-10-22 Rémi Denis-CourmontRemove read-only field p_callback_data
2010-10-22 Felix Paul Kühnemisc/atomic: fixed linking
2010-10-21 Laurent AimarFixed potential segfault in vout when not using DR...
2010-10-21 Laurent AimarFixed typo in targa image mime.
2010-10-21 Rafaël Carréinput: Fill in the input_item es
2010-10-21 Sébastien Escudiernet_OpenDgram don't return 0 in case of failure
2010-10-20 Rafaël CarréDisable media-library by default
2010-10-19 Rémi Duraffortmodules: assert when trying to add more than one deprec...
2010-10-19 Rémi Duraffortmodules: fix type.
2010-10-19 Rémi DuraffortSD: add a function to query a service discovery for...
2010-10-17 Rémi Denis-CourmontFix memory leak
2010-10-14 Rémi Denis-CourmontFix non-ASCII comment
2010-10-14 Rémi Denis-Courmontsplit add_file into add_loadfile and add_savefile
2010-10-13 Rémi Denis-Courmontflag a bug
2010-10-13 Rémi Denis-Courmontblock_FifoPut() accepts/ignores NULL block
2010-10-13 Rémi Denis-CourmontTimer: do not run concurrently
2010-10-13 Rémi Denis-CourmontTimer: make the overrun counter atomic
2010-10-13 Rémi Denis-CourmontTimer: remove the static lock
2010-10-13 Rémi Denis-CourmontAdd atomic swap and compare-and-swap
2010-10-12 Rémi Denis-Courmontlibvlc_..._stop: terminate aout and sout also, not...
2010-10-12 Rémi Denis-Courmontvlc_timer: compute overruns and adjust if they occur
2010-10-08 Rémi Denis-CourmontFix a warning
2010-10-08 Rémi Denis-CourmontWeaken test case so that it does not depend on the...
2010-10-08 Rémi Denis-CourmontPlaylist search: proper case-insensitive search (fix...
2010-10-08 Rémi Denis-CourmontTest case for vlc_strcasestr()
2010-10-08 Rémi Denis-CourmontAdd vlc_strcasestr()
2010-10-08 Rémi Denis-CourmontRefactor EnsureUTF8 and IsUTF8
2010-10-07 Rémi Denis-CourmontSpeed up vlc_meta_TypeToLocalizedString()
2010-10-06 Rémi Duraffortepg: more small cleanup
2010-10-05 Rémi Duraffortepg: remove dummy cast.
2010-10-04 Ilkka Ollakkarefactor rate(,-faster,-slower) to playlist
2010-10-02 Rémi Denis-CourmontRevert "Remove libvlc_free"
2010-10-02 Rémi Duraffortplaylist: do not signal the playlist thread when PLAYLI...
2010-10-01 Pierre d'Herbemontmtime: Minimize imprecision and prevent overflow on...
2010-09-26 Rémi DuraffortAttach the sap object to libvlc.
2010-09-25 Pierre d'Herbemontpthread: Use pthread_cond_timedwait_relative_np() on...
2010-09-25 Pierre d'Herbemontmtime: Avoid overflow when using mach_absolute_time().
2010-09-23 Rémi Duraffortvlm: remove dead code (AFAIK a relative seek does exact...
2010-09-17 Rémi Denis-CourmontFix potential overflow in vlc_readdir()
2010-09-17 Rémi Denis-CourmontImprove vlc_readdir documentation
2010-09-17 Rémi Denis-CourmontRestore LibVLC/VERSION at the end of the HTTP user...
2010-09-16 Jean-Baptiste KempfFix Solaris building
2010-09-14 Rémi Duraffortupdate: remove spurious asprintf (the string is not...
2010-09-11 Arnaud VallatExtend libvlc Media Player API for DVD menu navigation
2010-09-07 Francois CartegnieTypos s/hidding/hiding/g
2010-09-07 Jean-Paul Samanmozilla: activex: add cache filling level to event...
2010-09-05 Eduard Babayanl10n: New Armenian translation
2010-09-04 Rémi Denis-CourmontDo not use obsolescent ctime(_r)
2010-08-31 Rémi DuraffortFix some typos.
2010-08-31 Laurent AimarBe sure audio equalizer filter is inserted first.
2010-08-24 Rémi Denis-CourmontDo not output config.status into srcdir
2010-08-24 Filippo Caronemedia list player: return NothingSpecial on is_playing...
2010-08-24 Rafaël CarréFix out of tree build
2010-08-23 Rémi Denis-CourmontFlush standard output after help is written (fix #4102)
2010-08-22 Rémi Denis-CourmontFix/improve some strings
2010-08-21 Rémi Denis-CourmontDistribute libvlc_version.h.in
2010-08-21 Rémi Denis-CourmontInstall vlc_about.h for hypothetical out-of-tree UI...
2010-08-21 Rémi Denis-Courmontlibvlc_version.h: build-time version macros
2010-08-21 Rémi Denis-Courmontutf8_vfprintf(): simplify
2010-08-19 Rémi Denis-Courmontmodule_gettext: return "" on NULL, fixes a segmentation...
2010-08-19 Rémi Denis-CourmontRemove now useless checks
2010-08-19 Rémi Denis-CourmontDo not translate "" for good this time
2010-08-18 Laurent AimarFixed a regression in vout when stepping or seeking...
2010-08-18 Laurent AimarIgnored language specified as 'und' (close #4077).
2010-08-18 Laurent AimarReworked the way the vout select the pictures to be...
2010-08-18 Laurent AimarSeparated vout filter chain into static/interactive...
2010-08-17 Laurent AimarFixed a segfault and a possible memory leak in xml_read...
next