]> git.sesse.net Git - vlc/history - src
* playlist/* When telling the playlist to play the node, don't check for i_children...
[vlc] / src /
2006-11-27 Marian DurkovicComment on IPv6 SSM
2006-11-27 Derk-Jan Hartman* Correct and probably also faster EOL detection in...
2006-11-27 Derk-Jan Hartman* Remove duplicate mutex_destroy added in [18009]
2006-11-26 Rémi Denis-CourmontPick IPv6 scope ID from group address, instead of sourc...
2006-11-26 Rémi Denis-CourmontFix unitialized interface for old-style IPv4 joins
2006-11-26 Clément StenacShould fix win32
2006-11-26 Clément StenacMake the global b_can_pace_control flag public
2006-11-26 Clément StenacAh Ah
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-25 Rémi Denis-CourmontTemporarily fix Win32 at the expense of IPv6 SSM
2006-11-25 Rémi Denis-CourmontContinuation of previous commit
2006-11-25 Rémi Denis-CourmontFix invalid mix of closedir and free on Win32.
2006-11-25 Derk-Jan Hartman* Fix an accidental change from [18009] and add a mutex...
2006-11-24 Rémi Denis-CourmontWe have a problem here.
2006-11-24 Rémi Denis-CourmontDarwin compile fix
2006-11-24 Rémi Denis-Courmont- Port net_OpenUDP to the agnostic network core
2006-11-24 Rémi Denis-Courmontplatform check -> feature check
2006-11-24 Rémi Denis-CourmontFactorize HTTPd error messages
2006-11-24 Rémi Denis-CourmontConst fixes
2006-11-23 Derk-Jan Hartman* destroy some mutex'es once in a while to prevent...
2006-11-23 Rémi Denis-CourmontRemove extra annoying deps
2006-11-23 Rémi Denis-CourmontCheck for error (not that I expect one)
2006-11-23 Rémi Denis-CourmontTry to use dual-stack when needed, and warn user if...
2006-11-23 Rémi Denis-CourmontIf there is no local neither remote endpoint, default...
2006-11-23 Rémi Denis-CourmontSuppress the v6only kludge
2006-11-23 Rémi Denis-CourmontUse net_ListenUDP1 and net_ConnectUDP when possible
2006-11-23 Rémi Denis-CourmontFix plugin cache - close #860
2006-11-22 Rémi Denis-CourmontSONAME change. Muahahahahahahahahahahahahahahahahahahah...
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-CourmontFix warning
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-22 Rémi Denis-CourmontFix libvlc.la dependencies
2006-11-22 Rémi Denis-CourmontGenerate libvlc.sym separately from vlc_symbols.h
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 Rafaël CarréReenables D-Bus one instance code, without needing...
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 Rafaël CarréRevert [17878], that must not be made in libvlc, but...
2006-11-21 Rafaël CarréUnref D-Bus connections when not using them anymore
2006-11-21 Rémi Denis-CourmontRevert broken [17908:17910]
2006-11-21 Rafaël CarréUse only wide char functions, on win9x too
2006-11-21 Rafaël CarréUse non wide char functions on windows 9x
2006-11-21 Rafaël CarréUnicode support in directory access on windows. Patch...
2006-11-21 Rafaël CarréDebug messages shouldn't be shown with printf
2006-11-20 Christophe MutricyAdd a flag for config option to mark it as unsaveable...
2006-11-20 Rafaël CarréFilters '/' characters in tags, to create valid filenames
2006-11-19 Rafaël Carréremoves already done "todo"
2006-11-19 Rafaël CarréInitial support of one instance mode on systems running...
2006-11-19 Dennis van Amerongen* src/control/playlist.c: Fix typo vlc_mutex_unlokc...
2006-11-19 Clément StenacBeginning of implementation of art fetch when played
2006-11-19 Clément Stenac* Documentation belongs to the .h, step 1
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-18 Filippo Caronelibvlc_playlist_add enabled
2006-11-16 Rémi Denis-CourmontFix local port number for multicast receival
2006-11-16 Marian DurkovicFix detection of FreeBSD version (the previous one...
2006-11-15 Derk-Jan Hartmanforwardport [17791]:
2006-11-14 Rémi Denis-CourmontWindows multicast bind kludge
2006-11-13 Rémi Denis-CourmontFix another bunch of warnings
2006-11-13 Rémi Denis-CourmontFix warnings
2006-11-13 Rémi Denis-CourmontFix some warnings
2006-11-13 Marian DurkovicMove unicode argv[] fetching into system_Init
2006-11-12 Clément Stenacp_libvlc needs b_attached = TRUE for vlc_list_find...
2006-11-12 Rémi Denis-CourmontRemove another harmful FromLocale
2006-11-12 Clément StenacPreparse playlist items that don't have enough meta
2006-11-12 Clément StenacMight fix compile
2006-11-12 Antoine CellerierDisplay --option=<value type> instead of --option ...
2006-11-12 Clément Stenac* Qt4 stream output dialog
2006-11-12 Rémi Denis-CourmontDo not use non-existing function playlist_PlaylistAddExt.
2006-11-12 Rémi Denis-CourmontDon't use void * for utf8_(l)?stat() as it hinders...
2006-11-12 Rémi Denis-CourmontSome const
2006-11-12 Rémi Denis-CourmontUse stat instead of fopen to check for file existence
2006-11-12 Rémi Denis-CourmontAnother Win32 FromLocale -> FromWide
2006-11-12 Rémi Denis-CourmontMore warning fixes
2006-11-12 Clément StenacFix
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-11 Damien Fouilleul- compile fix
2006-11-11 Rémi Denis-CourmontRestore media control API for the obsolete build system
2006-11-11 Rémi Denis-CourmontWin32 ANSI -> Unicode + UTF-8 wrappers
next