]> git.sesse.net Git - vlc/history - src
Win32: use IsProcessorFeaturePresent() to detect available instructions
[vlc] / src /
2010-01-16 Geoffroy CouprieWin32: use IsProcessorFeaturePresent() to detect availa...
2010-01-16 Pierre d'Herbemontlibvlc: Don't request art if it was already asked before.
2010-01-16 Pierre d'Herbemontlibvlc: Fix a bunch of messed up mtime_t to libvlc_time_t.
2010-01-16 Pierre d'Herbemontlibvlc: Make sure calling get_duration() triggers prepa...
2010-01-16 Rémi Denis-CourmontRemove sys/types.h check
2010-01-16 Rémi Denis-CourmontRemove useless (and slightly wrong) cast
2010-01-16 Rémi Denis-CourmontFix tense
2010-01-15 Pierre d'Herbemontplaylist/fetcher: Run "meta fetcher" before "art finder".
2010-01-14 Rémi Denis-CourmontRemove CPU capability from modules
2010-01-13 Laurent AimarAdded support for subtitles stored as input attchments.
2010-01-13 Rémi Denis-CourmontLinux: do not hardcode libvlc.so, use address space...
2010-01-13 Rémi Denis-Courmontconfig_GetDataDirDefault(): return a heap-allocated...
2010-01-13 Rémi Denis-CourmontFix prototype warning for config_GetDataDirDefault()
2010-01-13 Rémi Denis-CourmontMove core Win32 files to their own directory
2010-01-13 Rafaël Carréfix [0b988497] : initialize volume_vars_lock
2010-01-12 Francois Cartegnielibvlc: fix volume on sound increment when muted
2010-01-12 Rémi Denis-CourmontWin32: assume the OS support what the processor supports
2010-01-12 Rémi Denis-CourmontTypo
2010-01-12 Rémi Denis-CourmontPowerPC: reset SIGILL to default handler too
2010-01-12 Rémi Denis-CourmontWin32: compile fix
2010-01-12 Rémi Denis-CourmontCPU: force the SIGILL handler back to default after...
2010-01-12 Jean-Baptiste KempfSupport for sipr decoder from FFmpeg
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.
next