]> git.sesse.net Git - vlc/history - src/misc
- Fix handling of POLLHUP and POLLNVAL events
[vlc] / src / misc /
2007-02-25 Antoine CellerierGraa.
2007-02-25 Antoine CellerierCleaner fix to the "object is not attached" issue with...
2007-02-25 Antoine CellerierSimplify.
2007-02-25 Antoine CellerierOops ?
2007-02-25 Antoine CellerierFix "object is not attached" error when quiting VLC...
2007-02-23 Felix Paul Kühne* renamed it, since it's plain C now and doesn't contai...
2007-02-23 Felix Paul Kühne* fixed minor typo
2007-02-23 Felix Paul Kühne* patch by Pierre d'Herbemont which cleans up our local...
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2007-02-15 Rémi Denis-Courmonts/vlc_object_die/vlc_object_kill/
2007-02-15 Rémi Denis-Courmontvlc_object_die() opaque wrapper to set b_die, so we...
2007-02-12 Christophe MutricyCompile fix. In mingw32 there is a sys/time.h with...
2007-02-12 Marian DurkovicMove __wgetmainargs into VLC's main.
2007-02-11 Christophe Mutricygettimeofday() implementaion for Win32. Leverage from...
2007-02-09 Rémi Denis-CourmontNTPtime64() returns an NTP timestamp
2007-02-04 Jean-Baptiste KempfAdd a module_Exists() function for Simple_Prefs. Don...
2007-01-30 Jean-Paul SamanFixed crash on vlc exit/quit and added sanity checking...
2007-01-23 Sam Hocevar * Win32 timer bug (0x100000000 * 1000 != 0x100000000000).
2007-01-14 Rémi Denis-CourmontOups (again)
2007-01-14 Rémi Denis-CourmontFix out-of-bound read uncovered by sam
2007-01-10 Damien Fouilleulmtime.c: previous codepath prevented RTC from ever...
2007-01-03 Rémi Denis-CourmontSome cleanup. Use strlen().
2006-12-24 Clément StenacA bit of cleanup here and there
2006-12-22 Clément StenacAdd facilities to report and enrich error messages.
2006-12-18 Clément StenacUntested states thread and gnu portable threads impleme...
2006-12-18 Clément StenacAdded initial support for TLS (Thread Local Storage...
2006-12-15 Clément StenacRework dicts as macros for type-independance
2006-12-14 Derk-Jan Hartman* Fix a couple of const, static and other warnings
2006-12-10 Clément StenacSimplify a bit strings handling
2006-12-10 Clément StenacFix wrong object release
2006-12-10 Clément Stenac* Do not take and release the structure lock for each...
2006-12-03 Antoine Cellerier* vlc_variables.h: remove unused VLC_VAR_ISCONFIG define
2006-12-03 Antoine CellerierTweaks vars command a bit.
2006-12-03 Antoine CellerierAdd "vars" command to display the list of variables...
2006-12-03 Rémi Denis-CourmontFix memleaks
2006-12-03 Antoine CellerierAlso print the object's parent id (makes it easier...
2006-12-03 Rémi Denis-CourmontMake module_LoadMain static
2006-12-03 Antoine CellerierBuffer was too small.
2006-12-03 Rémi Denis-CourmontUndo unintended changeset
2006-12-03 Rémi Denis-Courmont- fix input memleak
2006-12-03 Rémi Denis-Courmont- Only unescape VLM parameter when quoted with " "...
2006-12-03 Rémi Denis-CourmontSave a few allocations
2006-12-03 Rémi Denis-CourmontNew VLM quoting and escaping logic that is more like...
2006-12-01 Rémi Denis-CourmontHide httpd_t and httpd_host_t within httpd.c
2006-12-01 Rémi Denis-CourmontRemove unused variable
2006-12-01 Rémi Denis-CourmontSupport for creating object with custom type name and...
2006-12-01 Rémi Denis-CourmontHide some httpd structures from modules
2006-11-26 Clément StenacDid I loose the count ?
2006-11-26 Clément StenacRound 2
2006-11-26 Clément StenacCompile fixes, round 1
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-26 Rafaël CarréFixes order of operands in a substraction.
2006-11-25 Rémi Denis-CourmontSplit Win32 performance timer frequency adjustment...
2006-11-25 Rémi Denis-CourmontCompile fix
2006-11-25 Rémi Denis-CourmontFix very unlikely race condition
2006-11-25 Rémi Denis-CourmontFactorize mwait() code,
2006-11-25 Rémi Denis-CourmontAttempt to use wide directory indexing on Win32
2006-11-23 Rémi Denis-CourmontFix plugin cache - close #860
2006-11-22 Rémi Denis-CourmontRead configuration file in a single pass (instead of...
2006-11-22 Rémi Denis-CourmontFactorize code to open configuration file
2006-11-22 Rémi Denis-CourmontMove encoding and language stuff to their own directory
2006-11-22 Rémi Denis-CourmontFix warning
2006-11-22 Rémi Denis-Courmont- Fix today's regression in plugin cache
2006-11-22 Rémi Denis-CourmontFix module entry error handling
2006-11-22 Rémi Denis-CourmontAttempt to fix C++ compilation
2006-11-22 Rémi Denis-CourmontFix a bunch of old crashers in the plugin cache
2006-11-22 Rémi Denis-CourmontA more space conservative module_config_t
2006-11-21 Rémi Denis-Courmont- Save config file as UTF-8, starting with Byte-Order...
2006-11-21 Rémi Denis-CourmontLook for Byte Order Mark (UTF-8 only) while loading...
2006-11-21 Rémi Denis-CourmontSome code cleanup
2006-11-21 Rémi Denis-CourmontCosmetic fixes
2006-11-21 Rémi Denis-CourmontReturn DIR from utf8_open to avoid casting bugs
2006-11-21 Rémi Denis-CourmontSuppress duplicated msleep() code
2006-11-21 Rémi Denis-CourmontFix the absolute POSIX timer and use it
2006-11-21 Rémi Denis-CourmontFix typo
2006-11-21 Rémi Denis-CourmontFix warning, and make config_end constant
2006-11-21 Rémi Denis-CourmontRevert broken [17908:17910]
2006-11-21 Rafaël CarréUnicode support in directory access on windows. Patch...
2006-11-20 Christophe MutricyAdd a flag for config option to mark it as unsaveable...
2006-11-19 Clément Stenac* Documentation belongs to the .h, step 1
2006-11-13 Marian DurkovicMove unicode argv[] fetching into system_Init
2006-11-12 Clément StenacMight fix compile
2006-11-12 Rémi Denis-CourmontDon't use void * for utf8_(l)?stat() as it hinders...
2006-11-12 Rémi Denis-CourmontAnother Win32 FromLocale -> FromWide
2006-11-12 Rémi Denis-CourmontMore warning fixes
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-11 Rémi Denis-CourmontInline FromUTF16 and use Win32 API
2006-11-11 Rémi Denis-CourmontSuppress unused UTF-32 conversion functions
2006-11-11 Rémi Denis-Courmont(From|To)Locale code factorization
2006-11-10 Rémi Denis-CourmontFix warnings
2006-11-10 Rémi Denis-CourmontMissing #include
2006-11-10 Rémi Denis-CourmontHide vlc_fix_readdir_charset. It is now integrated...
2006-11-10 Rémi Denis-CourmontTypo
2006-11-10 Rémi Denis-CourmontFix vlm pause
2006-11-10 Rémi Denis-CourmontFix error return value of utf8_open
2006-11-10 Rémi Denis-CourmontUse free() instead of LocaleFree() for utf8_readdir...
2006-11-10 Rémi Denis-CourmontFix leak
2006-11-10 Rémi Denis-CourmontDon't rely on an object in fix_readdir_charset
2006-11-10 Antoine CellerierRemove msecseek command. Now seek works differently...
2006-11-10 Antoine CellerierAdd msecseek command in VLM to seek to a position given...
next