]> git.sesse.net Git - vlc/history - src/misc
fix the -A shortcut
[vlc] / src / misc /
2007-10-15 Christophe MutricyExport a function to get the install dir of VLC from...
2007-10-03 Rémi Denis-CourmontRemove silly copy-cat code. vasprintf does not generate...
2007-10-03 Rafaël Carrémessages: revert [22404]
2007-10-03 Rémi Denis-CourmontRemove survivor strerror (malloc always return ENOMEM...
2007-10-01 Rémi Denis-CourmontFix deadlock
2007-10-01 Rémi Denis-CourmontAdd the missing function to allocate and get the object...
2007-10-01 Rémi Denis-CourmontReally fix playlist enqueue
2007-10-01 Rémi Denis-CourmontFix playlist enqueue RPC
2007-09-30 Christophe Mutricysvn:keywords
2007-09-30 Rémi Denis-CourmontPartial unfinished pipes conditional fallback for condi...
2007-09-30 Rémi Denis-CourmontAdd missing copyright and license header
2007-09-30 Rémi Denis-CourmontFix segmentation fault
2007-09-30 Rémi Denis-CourmontRename var_GetGlobalMutex to var_AcquireMutex and make...
2007-09-30 Rémi Denis-CourmontHide object reference counter.
2007-09-23 Rémi Denis-CourmontPass --playlist-enqueue from started instance to runnin...
2007-09-22 Rémi Denis-CourmontRework/simplify the TLS plugin interface (LibVLC <...
2007-09-18 Rémi Denis-CourmontRemove remaining strerror() calls from core - refs...
2007-09-18 Rémi Denis-CourmontFix the most common strerror() usages (threads, network...
2007-09-18 Rémi Denis-CourmontPrint Winsock error instead of errno if applicable
2007-09-17 Rémi Denis-CourmontGNU libc-like support for "%m" expanded as strerror...
2007-09-17 Rafaël CarréFactorize [22111]
2007-09-17 Rémi Denis-CourmontForce fallback to realtime clock when clock selection...
2007-09-17 Pierre d'Herbemontmisc/threads.c: On non-linux create a PTHREAD_MUTEX_ERR...
2007-09-16 Rémi Denis-Courmontblock_FifoWake: force the block_FifoGet()'ing thread...
2007-09-16 Rémi Denis-CourmontUse new API
2007-09-16 Rémi Denis-CourmontTypo
2007-09-16 Rémi Denis-CourmontInline vlc_object_signal
2007-09-16 Rémi Denis-CourmontWrappers around thread signaling functions for object:
2007-09-16 Rémi Denis-CourmontFix condition variable clock ifdef
2007-09-15 Rémi Denis-CourmontFix MacOS linking
2007-09-15 Rémi Denis-CourmontAttempt to fix MacOS build
2007-09-15 Rémi Denis-CourmontUse monotonic clock when available only
2007-09-15 Rémi Denis-CourmontMake sure we use the same clock for condition variable
2007-09-15 Rémi Denis-CourmontWhen killing libvlc, also kill all its immediate children
2007-09-15 Rémi Denis-CourmontWakes an object when it is being killed
2007-09-15 Rémi Denis-CourmontRemove auto-update. This is blatantly insecure.
2007-09-14 Rémi Denis-CourmontHide (+minor changes) block_fifo_t layout
2007-09-14 Rémi Denis-CourmontWrite accessor for relevant block_fifo_t state
2007-09-12 Rafaël CarréAsserts p_this on __vlc_mutex_init()
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-07 Pierre d'Herbemontmisc/darwin_specific.c: Fix identation (oops). Fix...
2007-09-05 Pierre d'Herbemontmisc/darwin_specific.c: Fix framework detection.
2007-09-05 Pierre d'Herbemontmisc/darwin_specific.c: Correctly detect the Mac OS...
2007-09-05 Rémi Denis-Courmont#include order
2007-09-03 Damien Fouilleulmisc/rand.c: cleanup and fix a stupid bug
2007-09-02 Damien Fouilleulmisc/rand.c: actually, windows comes with a particulari...
2007-09-02 Rémi Denis-Courmont! It did say NON-PREDICTIBLE at the top of the file...
2007-09-01 Christophe Mutricyrand_s() is only in Win XP and latest. so use rand...
2007-09-01 Antoine CellerierFix the use of commands list, tree and vars in the...
2007-09-01 Rémi Denis-CourmontUse HMAC-MD5 rather than plain MD5
2007-09-01 Rémi Denis-CourmontAdd nonce generator vlc_rand_bytes
2007-09-01 Rémi Denis-CourmontFixup AddMD5 prototype
2007-09-01 Rémi Denis-CourmontDo not export DigestMD5; it's an internal subprocedure
2007-08-27 Pierre d'Herbemontmisc/events.c: Avoid leaking the array.
2007-08-27 Pierre d'Herbemontmisc/events.c: Remove unwanted code.
2007-08-27 Pierre d'Herbemontmisc/events.c: (Thanks to ileoo) Fix a crash.
2007-08-27 Pierre d'Herbemontmisc/events.c: Fix previous commit.
2007-08-27 Pierre d'Herbemontmisc/events.c: Fix a leak in debug mode.
2007-08-27 Pierre d'Herbemontmisc/events.c: Proper callback caching to avoid the...
2007-08-25 Pierre d'Herbemontmisc/events.c: Here we really would need a recursive...
2007-08-25 Pierre d'Herbemontmisc/events.c: Remove a trailing \n in debug log.
2007-08-25 Pierre d'Herbemontmisc/events.c: Fix event debugging.
2007-08-25 Pierre d'Herbemontmisc/events.c: Add some debug code. (turnable on and...
2007-08-20 Rémi Denis-CourmontSomething went wrong here
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-19 Rémi Denis-CourmontHide b_attached.
2007-08-19 Rémi Denis-CourmontFix warning
2007-08-19 Rémi Denis-CourmontFix use of undefined variable
2007-08-19 Rémi Denis-CourmontCode factor
2007-08-18 Damien Fouilleulthreads: win32, make sure only object owning a thread...
2007-08-17 Damien Fouilleulupdate.c: win32, previous commit helps fixing this one
2007-08-17 Damien Fouilleulthreads.c: win32, changed the way thread handle is...
2007-08-17 Pierre d'Herbemontmisc/events.c: We do want to send events to multiple...
2007-08-17 Pierre d'Herbemontmisc/events.c: Avoid a warning.
2007-08-17 Pierre d'Herbemontmisc/events.c: Don't call an invalid ptr (oops).
2007-08-17 Pierre d'Herbemontmisc/events.c: Avoid a couple of warning and move the...
2007-08-16 Rémi Denis-CourmontHide thread ID out of VLC_COMMON_MEMBERS
2007-08-16 Rémi Denis-CourmontCosmetic
2007-08-16 Rémi Denis-CourmontDo not free which has not been malloc'd - fixes #1263
2007-08-16 Rémi Denis-CourmontHide internal variables state
2007-08-16 Rémi Denis-CourmontCompile fix
2007-08-16 Rémi Denis-CourmontRemove redumdant parameter to vlc_global
2007-08-16 Rémi Denis-CourmontFix character set
2007-08-16 Rémi Denis-CourmontCompile fix
2007-08-16 Rémi Denis-Courmontvar_GetGlobalMutex() creates and gets a global mutex
2007-08-16 Damien Fouilleullibtool: added support for libtool executable wrapper...
2007-08-16 Rémi Denis-CourmontPrepare to privatize some members of VLC_COMMON_MEMBERS
2007-08-15 Pierre d'Herbemontinclude/vlc_input.h: Emit vlc_InputItemMetaChanged...
2007-08-15 Damien Fouilleulwxwidgets: meta fixes, constify update_download
2007-08-15 Damien Fouilleulmisc/mtime.c: warning fixes, latest MinGW has gettimeof...
2007-08-13 Pierre d'Herbemontmisc/events.c: Add a new way to send receive events...
2007-07-25 Antoine CellerierFix memleak.
2007-06-08 Rémi Denis-CourmontFix compiler warnings
2007-06-03 Laurent Aimar- Added support for embeded cover. Demuxer just need...
2007-05-30 Laurent AimarCosmetic.
2007-05-25 Laurent AimarCompilation warning fix.
2007-05-23 Damien Fouilleul- win32: retire --fast-mutex and --win-cv-method completely
2007-05-21 Damien Fouilleul- bye, bye "fast-mutex" and "win9x-cv-method" variables
2007-05-20 Antoine Cellerier* libvlc.h: hopefully fix a few warnings.
2007-05-20 Antoine Cellerier* add missing includes (trying to fix compilation error...
next