]> git.sesse.net Git - vlc/history - modules/misc
swscale: fix 15- and 16-bits RGB conversions
[vlc] / modules / misc /
2010-11-13 Rémi Denis-CourmontOSD: use picture_Release() not free() !
2010-11-13 Rémi Denis-CourmontOSD: remove always NULL p_feedback button field
2010-11-13 Rémi Denis-CourmontFreeType: mark some options as safe
2010-11-07 Rémi Duraffortlua_timers: fix timers.
2010-11-06 Rémi Denis-CourmontExpand and remove VLC_Version()
2010-11-05 Pierre Ynardlua: copy input options to result of playlist script
2010-11-03 Laurent AimarFixed segfault in freetype after ToCharset() changes.
2010-11-02 Pierre Ynardrtp sout: hard code dynamic payload types to 96
2010-11-02 Rémi Duraffortlua: implement var_ToggleBool and var_CountChoices.
2010-11-02 Rémi Duraffortlua: use var_ToggleBool.
2010-11-02 Rémi Duraffortlua_variables: implement var_IncInteger and var_DecInteger
2010-11-02 Rémi Duraffortlua_sd: cosmetics.
2010-11-02 Rémi Duraffortlua_sd: Implement the descriptor request.
2010-11-02 Rémi Duraffortlua_extension: do not export the array of capabilities.
2010-10-31 Pierre d'Herbemontquartztext: Use TargetCondionnals.h instead of Availabi...
2010-10-31 Rémi Denis-CourmontRemove unmaintained BeOS support
2010-10-31 Rémi Denis-CourmontXCB: use automake conditional
2010-10-31 Pierre d'Herbemontquartztext: Fixup.
2010-10-31 Pierre d'Herbemontquartztext: Allow to bypass quartztext build on Darwin.
2010-10-31 Pierre d'Herbemontquartztext: Basic support for iOS.
2010-10-30 Rémi Duraffortlua_sd: force garbage collection once a while.
2010-10-27 Rémi Denis-CourmontLUA: use FromCharset()
2010-10-26 Rémi Denis-CourmontFreeType: use ToCharset()
2010-10-26 Rémi Denis-CourmontMove vlc_iconv* to <vlc_charset.h>
2010-10-25 Rémi Duraffortlua: cosmetics.
2010-10-24 Rémi Duraffortsd: remove the pf_search and use a more generic pf_cont...
2010-10-22 Rémi DuraffortFix compilation.
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_savefile: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_password: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_font: remove unused 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-19 Rémi Duraffortlua_sd: cleanup.
2010-10-19 Rémi Duraffortlua_sd: implement the search function.
2010-10-14 Rémi Denis-Courmontsplit add_file into add_loadfile and add_savefile
2010-10-11 Rémi Duraffortlua extensions: remove dummy function (moreover vlc_joi...
2010-10-11 Rémi Duraffortlua extensions: use an enum and remove demuy declaration.
2010-10-09 Rémi Duraffortquartztext: do not call CFRelease on a NULL pointer.
2010-10-09 Rémi DuraffortUse var_Inherit.
2010-10-09 Rémi Duraffortlua_extensions: no need to lock the object as we are...
2010-10-06 Rémi Duraffortlua_input: grab the input lock only one time when readi...
2010-09-30 Rémi Duraffortfreetype: use var_Inherit.
2010-09-30 Denis Charmetfix freetype compilation for WIN32 without HAVE_FONTCONFIG
2010-09-29 Rémi Duraffortlua: factorize the right way.
2010-09-29 Rémi DuraffortRevert "lua_extension: factorize."
2010-09-29 Rémi Duraffortlua: fix fonction prototype (should return a boolean).
2010-09-29 Rémi Duraffortlua_meta: factorize.
2010-09-29 Rémi Duraffortlua_extension: remove dummy variable (we want to run...
2010-09-26 Rémi Duraffortlua_extension: factorize.
2010-09-26 Rémi Duraffortlua_demux: fix a potential read of uninitialized value...
2010-09-13 Rémi Duraffortlua: remove "bla ? true : false"
2010-09-13 Rémi Duraffortlua: use msg_Err instead of fprintf (remaining debug).
2010-09-13 Rémi Duraffortlua: also implement timer:getoverrun()
2010-09-12 Rémi Duraffortlua: implement timers in vlc.misc
2010-09-12 Rémi Duraffortlua: cosmetics (use the exact pointer typer not just...
2010-09-09 Rémi Duraffortlua_intf: also provide the --rc-host option for backwar...
2010-09-08 Rémi Duraffortlua_sd: warn in cas descriptor function is missing.
2010-08-31 Rémi DuraffortFix some typos.
2010-08-25 Christophe MutricyFix loading of the VLC icon
2010-08-20 Rémi Duraffortosd_simple: fix a potential null-deref (can only be...
2010-08-17 Laurent AimarFixed xml_reader usage in the freetype module.
2010-08-17 Laurent AimarFixed order between xmlFreeTextReader and xmlCleanupParser.
2010-08-17 Rémi Denis-CourmontM3U export: small code factorization
2010-08-17 Rémi Denis-CourmontM3U export: use local paths if applicable (fix #4063)
2010-08-11 Denis CharmetFix lua telnet vlm_message_to_string
2010-08-09 Jean-Baptiste KempfWin32: fix lua compilation
2010-08-05 Rémi Denis-Courmontxml_ReaderUseDTD: remove useless parameter
2010-08-05 Rémi Denis-CourmontLUA: remove unused catalog and DTD support
2010-08-05 Rémi Denis-Courmontxtag: fix a warning
2010-08-05 Rémi Denis-Courmontxtag: don't pretend to support DTD and catalogs
2010-08-04 Rémi Denis-CourmontDummy input: implement pause with infinite duration
2010-08-03 Rémi Duraffortlua_osd: add some parameters to the osd.message functio...
2010-08-03 Rémi Denis-CourmontRemove useless <dirent.h> check
2010-07-28 Rafaël Carrélogger: fix verbosity
2010-07-27 Rémi Denis-Courmontfreetype: simplify HTML rendering with the new XML API
2010-07-27 Rémi Denis-CourmontXML reader: use VLC object and plugin infrastructures
2010-07-27 Rémi Denis-Courmontxml_ReaderDelete: remove useless parameter
2010-07-26 Rémi Denis-CourmontMSN: (hopefully) correct non-ASCII characters (fixes...
2010-07-22 Rémi Denis-Courmontlogger: output to file in local character set
2010-07-21 Jean-Baptiste KempfMerge branch 'master' of git.videolan.org:vlc
2010-07-20 Christophe MutricyFix include path
2010-07-19 Rémi Duraffortlua_demux: fix object leak.
2010-07-11 Daniel TiszaAdd entity encoding for input options when outputting...
2010-07-07 Rémi Denis-Courmontdemux: provide both URL and file path as with access
2010-06-25 Rémi Denis-CourmontLUA: make one byte room for the nul terminator after...
2010-06-22 Ilkka Ollakkalua: add vlc.strings.iconv to use vlc_iconv, shouldn...
2010-06-17 Rémi Duraffortluatelnet: the oldtelnet options are now working well...
2010-06-17 Rémi Denis-Courmontsn?printf -> strl?cpy
2010-06-15 Jean-Baptiste KempfWin32: hopefully improve the fontconfig cache display
2010-06-14 Pierre Ynardvod: fix h264 profile-level-id generation
2010-06-14 Pierre Ynardvod: fix h264 sprop-parameter-sets generation
2010-06-14 Pierre Ynardvod: use memcmp()
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-06-11 Ilkka OllakkaRevert "Revert "redundant includes of vlc_playlist.h""
2010-06-11 Jakob LebenRevert "redundant includes of vlc_playlist.h"
2010-06-11 Jakob Lebenredundant includes of vlc_playlist.h
2010-06-08 Rémi Denis-CourmontFix compilation
2010-06-08 Rémi Denis-CourmontRemove VLC_VAR_LIST variable type
next