]> git.sesse.net Git - vlc/history - src
VLCExtensionsManager: Work around libvlccore changes for our nasty hack.
[vlc] / src /
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...
2010-02-10 Rémi Denis-Courmontsout_StreamChainDelete: iterative implementation
2010-02-10 Rémi Denis-Courmontfix seg'faulty sout_StreamChainDelete ordering
2010-02-10 Antoine CellerierUse the normal vlm lock to protect access to the condit...
2010-02-10 Antoine CellerierChange filename_sanitize() to work on original string...
2010-02-10 Rémi Denis-CourmontEmit a fullscreen toggle action on double click
2010-02-10 Rémi Denis-CourmontDo not clutter the instance with the fullscreen status
2010-02-10 Rémi Denis-Courmontplaylist: create the fullscreen variable
2010-02-10 Rémi Denis-Courmont"fullscreen" callback: do nothing if value is unchanged
2010-02-10 Rémi Denis-Courmontlibvlc_toggle_fullscreen: use var_ToggleBool result
2010-02-10 Jakob Lebenservices_discovery: implement SD categories and use...
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-09 Rémi Denis-Courmontvout event: use var_GetAndSet
2010-02-09 Rémi Denis-Courmontvar_GetAndSet: implement OR and NAND, return new value
2010-02-09 Rémi Denis-Courmontplaylist does not need a destructor
2010-02-09 Rémi Denis-CourmontNo need to lock the playlist for meta fetch and preparsing
2010-02-09 Rémi Denis-CourmontCreate preparser and fetcher immediately
2010-02-09 Rémi Denis-CourmontFix warning (and maybe fix a bug too)
2010-02-09 Rémi Denis-CourmontEven Laurent makes horrible mistakes sometimes ;)
2010-02-09 Antoine CellerierStick to the file's coding convention.
2010-02-09 Rémi Denis-CourmontAllow pl_Hold from within pl_Deactivate
2010-02-09 Antoine CellerierSanitize output from str_format() before using it to...
2010-02-09 Jakob Lebeninput_item: post individual subitems later when posting...
2010-02-08 Laurent AimarFixed no autoscale video mode (close #3246).
2010-02-08 Laurent AimarFixed J420/J422/J440/J444 definitions in fourcc.c
2010-02-08 Laurent AimarRemoved J410/J411 from fourcc.c
2010-02-08 Laurent AimarAdded VLC_CODEC_YV9 and remove default mapping to I410...
2010-02-08 Antoine CellerierFix VLM scheduling.
2010-02-08 Laurent AimarFixed memleak.
2010-02-08 Gildas BazinFix harmless typo
2010-02-08 Toralf Niebuhradded VLC_UNUSED( ) for some unused variables
2010-02-08 Rémi Denis-Courmontvlc_cond_init_daytime: condition variable with the...
2010-02-08 Antoine CellerierSecond blind attempt at fixing linking with --disable-vlm
2010-02-08 Antoine CellerierRemove leading underscores.
2010-02-07 Gildas BazinHonor the nointeract config option
2010-02-07 Rémi Denis-CourmontWinCE: trivial compile fix
2010-02-07 Rémi Denis-CourmontWin32: strip ".libs" from libvlc path in any case
2010-02-07 Rémi Denis-Courmontvlc_dup: dup with close-on-exec
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-07 Felix Paul Kühnemessages: compilation fix for OS X
2010-02-07 Rémi Denis-CourmontMisc: remove leading underscores
2010-02-07 Rémi Denis-Courmontvout: remove leading underscores
2010-02-07 Rémi Denis-Courmontcommon: remove leading underscores
2010-02-07 Rémi Denis-Courmontmodules: remove leading underscores
2010-02-07 Rémi Denis-CourmontOSD: remoev leading underscores
2010-02-07 Rémi Denis-Courmontstream: remove leading underscores
2010-02-07 Rémi Denis-Courmontnet_Printf: automagic cast to VLC object
2010-02-07 Rémi Denis-Courmontnet: remove leading underscores
2010-02-07 Rémi Denis-Courmontinput: remove leading underscores
2010-02-07 Rémi Denis-Courmontconfig: remove leading underscores
2010-02-07 Rémi Denis-CourmontVLM: remove leading underscores
2010-02-07 Rémi Denis-Courmontthreads: remove leading underscores
2010-02-07 Rémi Denis-Courmontstats: remove leading underscores
2010-02-07 Rémi Denis-Courmontobjects: remove leading underscores
2010-02-07 Rémi Denis-Courmontevents: remove leading underscores
2010-02-07 Rémi Denis-Courmontvariables: remove leading underscores
2010-02-07 Rémi Denis-Courmontaout interface: remove leading underscores
2010-02-07 Rémi Denis-CourmontACL: remove leading underscores
2010-02-07 Rémi Denis-CourmontIsUTF8: reject surrogates and non-Unicode code points
2010-02-07 Rémi Denis-CourmontIsUTF8: use clz
2010-02-06 Rémi Denis-CourmontIsUTF8: redumdant check for nul
2010-02-06 Rémi Denis-CourmontLibVLC: remove exceptions infrastructure
2010-02-06 Rémi Denis-CourmontUpdate test_headers
2010-02-06 Rémi Denis-CourmontLibVLC: remove last exception
2010-02-06 Rémi Denis-CourmontLibVLC logo/marquee: allow settings without video,...
2010-02-06 Rémi Denis-CourmontConstify
2010-02-06 Rémi Denis-CourmontRemove misleading comment (I don't lack useless relocat...
2010-02-06 Rémi Denis-CourmontLibVLC teletext: various fixes
2010-02-06 Rémi Denis-CourmontKeep the instance until after the media player is destroyed
2010-02-06 Rémi Denis-CourmontRemove broken WinCE message log hacks
2010-02-06 Rémi Denis-CourmontCleanup msg_Generic functions
2010-02-06 Rémi Denis-CourmontHide message bank layout and cleanup a bit
2010-02-06 Antoine CellerierAdd some locking.
2010-02-06 Antoine CellerierRemove msleep() from vlm. It should work but testing...
2010-02-06 Laurent AimarExtended input_GetPcrSystem to also return the current...
2010-02-06 Rémi Denis-CourmontSD listing: remove module lookup hack
2010-02-06 Laurent AimarFixed typo for f32b.
2010-02-06 Laurent AimarAdded float 32/64 (non native) support to aout_BitsPerS...
2010-02-06 Antoine CellerierRemove tabs.
2010-02-06 Laurent AimarAdded VLC_CODEC_F32/64 L/B.
2010-02-06 Rémi Denis-CourmontUse C locale when formatting error messages in the log
2010-02-05 Laurent AimarAdded missing functions to libvlccore.sym.
2010-02-05 Laurent AimarUsed INPUT_REPLACE_INFOS/INPUT_MERGE_INFOS in es_out...
2010-02-05 Laurent AimarAdded INPUT_REPLACE_INFOS and INPUT_MERGE_INFOS.
2010-02-05 Laurent AimarAdded input_item_ReplaceInfos() and input_item_MergeInfos.
2010-02-05 Laurent AimarModified info_category_AddInfo and added info_category_...
2010-02-05 Laurent AimarFactorized and clean up input_item_t::info_cat_t manipu...
2010-02-05 Laurent AimarFixed an invalid free in input_item_DelInfo().
next