]> git.sesse.net Git - vlc/history - src
WinCE: fix previous broken commit
[vlc] / src /
2010-01-11 Rémi Denis-CourmontRemove dead old <sys/times.h> use
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> and <sys/time.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <ctype.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <sys/stat.h> includes
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2010-01-11 Rémi Denis-Courmontthreads: remove legacy #includes
2010-01-10 Rémi Denis-CourmontMake volume-change a void rather than a boolean
2010-01-10 Francois Cartegnielibvlc: Unify volume/mute change functions and add...
2010-01-10 Francois Cartegnielibvlc: disable audio mute on VolumeUp/Down
2010-01-10 Francois Cartegnielibvlc: introduce 'Muted' as a whole state, not as...
2010-01-10 Tobias GüntnerFix prebuffering after seek.
2010-01-10 Rémi Denis-CourmontRemove YMGA chroma
2010-01-10 Rémi Denis-CourmontWrapper: remove hard-coded plugin list
2010-01-10 Rémi Denis-CourmontSelect --vout value from vout display list rather than...
2010-01-10 Rémi Denis-CourmontCheck plugins directory names for unsupported capability
2010-01-10 Rémi Denis-CourmontMake plugin cache name dependent on CPU capabilities
2010-01-10 Rémi Denis-CourmontMark --sub-file option safe - should fix #3224
2010-01-09 Hugo Beauzee-Luyssenlibvlc: Register (MediaPlayer) SeekableChanged event.
2010-01-07 Rafaël CarréUnused arguments
2010-01-07 Pierre d'Herbemontmedia_list_player: Don't stop automatically.
2010-01-07 Pierre d'Herbemontmedia_list_player: Remove trailing whitespaces.
2010-01-07 Laurent AimarFixed uninitialized value.
2010-01-07 Pierre d'Herbemontmeta reader: Always run if we don't have meta from...
2010-01-07 Pierre d'Herbemontmeta reader: Add the input_item that we are reading...
2010-01-06 Ilkka Ollakkainput/es_out.c: fix INPUT_ADD_INFO after meta changes
2010-01-06 Rémi Denis-CourmontRemove unused modules_t.b_reentrant
2010-01-06 Christophe MutricyPut the exported functions in the shared lib
2010-01-06 Pierre d'Herbemontvlc_meta_status_e->int by popular request.
2010-01-06 Pierre d'HerbemontRevert "tmp"
2010-01-06 Pierre d'Herbemonttmp
2010-01-06 Pierre d'Herbemontmeta: Make vlc_meta_t an opaque structure and move...
2010-01-06 Pierre d'Herbemontdirs_macos: When running from command line there is...
2010-01-06 Rémi Denis-Courmontobjects: use fputs/fputc if there is nothing to format
2010-01-06 Rémi Denis-Courmontvariables: use a binary search tree instead of a table
2010-01-06 Rémi Denis-Courmontvlc_tdestroy: safe replacement for GNU tdestroy()
2010-01-05 Rémi Denis-CourmontMessages: missing const, fix Qt4 warning
2010-01-05 Erwan Tuloucore: correct memory leak
2010-01-04 Rémi Denis-Courmontlibvlc_add_intf: remove dummy exception parameter
2010-01-03 Rémi Denis-CourmontNo, Insert() does not need to be recursive
2010-01-03 Rémi Denis-CourmontTake variable Lookup() out of GetUnused()
2010-01-03 Rémi Denis-CourmontVariable lookup: small code factorization
2010-01-03 Rémi Denis-CourmontTriggerCallback: factor condition
2010-01-03 Rémi Denis-Courmontvariable lookup: missing const
2010-01-03 Rémi Denis-CourmontSort hotkeys per key code and use binary search
2010-01-03 Rémi Denis-CourmontRefactor key mapping internals
2010-01-03 Rémi Denis-CourmontFix struct hotkey
2010-01-03 Rémi Denis-Courmont0 has to be a legal value for vlc_key_t
2010-01-02 Rémi Denis-CourmontRemove useless member of libvlc private data
2010-01-02 Rémi Denis-CourmontDon't use a static mutex for libvlc_wait on Win32 ...
2010-01-02 Rémi Denis-CourmontAllow more than one thread to call libvlc_wait
2010-01-02 Rémi Denis-CourmontWin32: using a static mutex with a condition is not...
2009-12-30 Rémi Denis-CourmontExport var_Inherit()
2009-12-30 Rémi Denis-CourmontUnused variable
2009-12-30 Rémi Denis-CourmontDead code
2009-12-30 Rémi Denis-CourmontGetUnused: remove invalidated comment
2009-12-30 Rémi Denis-CourmontFactor variable destruction code (out of the variable...
2009-12-30 Rémi Denis-CourmontAllocate each object variable separately
2009-12-30 Antoine CellerierC has a function named strchr().
2009-12-30 Antoine CellerierFix module_need parsing. a,b,c,d should first try loadi...
2009-12-30 Rémi Denis-CourmontWin32: fix previous commit plus small optimization
2009-12-30 Rémi Denis-CourmontWin32: emulate static mutexes with a boolean (fix:...
2009-12-30 Pierre d'Herbemontvariables: Fix two typos in InheritValue().
2009-12-30 Pierre d'Herbemontconfig: Make sure lua will be able to find share/lua...
2009-12-30 Pierre d'Herbemontdarwin_specific: Save some expansive work at startup...
2009-12-30 Pierre d'Herbemontconfig: On Mac OS use the app identifier for app depend...
2009-12-29 Rémi Denis-CourmontInheritValue: fix type given to var_GetChecked()
2009-12-29 Rémi Denis-CourmontInheritValue: simplify and render thread-safe
2009-12-29 Rémi Denis-CourmontAllocate variable and inherit value before the variable...
2009-12-29 Rémi Denis-Courmontvlc_execve: use _exit in case of failure
2009-12-29 Rémi Denis-Courmontvlc_execve: simplify, keep standard error
2009-12-29 Martin T. Sandsmarkuse _exit() instead of exit() when checking CPU capabil...
2009-12-29 Rémi Denis-CourmontRemove buggy and never used VLC_VAR_INHERITVALUE
2009-12-29 Rémi Denis-CourmontInherit from parent only, not from LibVLC
2009-12-28 Geoffroy CouprieCSIDL_COMMON_APPDATA means All Users\Appdata, not MyUse...
2009-12-28 Rémi Duraffortfactorize.
2009-12-28 Rémi Duraffortmodule_cache_t: fix padding.
2009-12-28 Rémi Duraffortinput_thread_private_t: fix padding.
2009-12-28 Rémi Duraffortlibvlc_priv_t: fix padding.
2009-12-28 Rémi Duraffortinput_clock_t: fix padding.
2009-12-28 Rémi Duraffortlibvlc: destroy the intf variable only if created just...
2009-12-28 Rémi Duraffortsout_announce: use a static mutex instead of a variable.
2009-12-28 Rémi Duraffortvlm: use a static mutex instead of a mutex variable...
2009-12-28 Rémi Duraffortosd: fix return value.
2009-12-28 Rémi Duraffortplaylist: add a fixme => race condition.
2009-12-28 Rémi Denis-Courmontvlc_GetActionId: binary search
2009-12-28 Rémi Denis-CourmontCheck that hotkeys are sorted properly (debug-only...
2009-12-28 Rémi Denis-CourmontSort hotkey names ASCII-wise
2009-12-27 Antoine CellerierAdd vlc_GetActionId().
2009-12-27 Paul CorkeFix compilation under MinGW/MSYS on WinXP Remove an...
2009-12-26 Rémi Denis-CourmontRename directx-wallpaper to video-wallpaper
2009-12-26 Rémi Denis-CourmontReally make a valid URI for '-'
2009-12-26 Rémi Denis-CourmontRevert "Win32: fix #2592 (stdin file input). It may...
2009-12-26 Rémi Denis-Courmontvout: expand stacking mode from boolean to unsigned
2009-12-26 Geoffroy CouprieWin32: fix #2592 (stdin file input). It may impact...
2009-12-26 Pierre d'Herbemontinput: With --play-and-pause don't pause non pausable...
2009-12-23 Rémi Denis-Courmont--list: do not use colors if stdout is not a TTY
2009-12-23 Rémi Denis-CourmontRevert "No need to show service probes in the module...
2009-12-23 Fabio RitrovatoNo need to show service probes in the module list
2009-12-23 Pierre d'Herbemontmedia_player: Emit an event when the root media is...
next