]> git.sesse.net Git - vlc/history - include
Compile fix
[vlc] / include /
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-16 Marian DurkovicFix detection of FreeBSD version (the previous one...
2006-11-15 Rémi Denis-CourmontFix typo
2006-11-15 Rémi Denis-CourmontUse lldiv replacement on FreeBSD < 5.0 (fixes #840)
2006-11-13 Rémi Denis-CourmontFix another bunch of warnings
2006-11-13 Rémi Denis-CourmontReally fix the stat warning (tested on Mingw32)
2006-11-12 Rémi Denis-CourmontTry to fix the obnoxious _stati64 warning
2006-11-12 Clément StenacPreparse playlist items that don't have enough meta
2006-11-12 Clément Stenac* Qt4 stream output dialog
2006-11-12 Rémi Denis-CourmontForgot the symbols again
2006-11-12 Rémi Denis-CourmontUnexport vlc_current_charset()
2006-11-12 Rémi Denis-CourmontAdd VLC_INTERNAL, like VLC_EXPORT except it does not...
2006-11-12 Rémi Denis-CourmontFix a few warnings
2006-11-12 Rémi Denis-CourmontDon't use void * for utf8_(l)?stat() as it hinders...
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 Damien Fouilleul- compile fix
2006-11-11 Rémi Denis-CourmontC++ inclusion fix
2006-11-11 Rémi Denis-CourmontHmm oups
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-10 Rémi Denis-CourmontHide vlc_fix_readdir_charset. It is now integrated...
2006-11-10 Rémi Denis-CourmontUse free() instead of LocaleFree() for utf8_readdir...
2006-11-10 Rémi Denis-CourmontEver const
2006-11-10 Rémi Denis-CourmontForgot this file while forwarding ffmpeg fixes
2006-11-09 Rémi Denis-CourmontFix IPv4 multicast subscription
2006-11-09 Rémi Denis-Courmont- Do not attach libvlc to the global data
2006-11-08 Rémi Denis-CourmontAdd Dump hotkey
2006-11-08 Rémi Denis-CourmontGrammar
2006-11-08 Rémi Denis-CourmontFix var_SetString
2006-11-08 Rémi Denis-CourmontConst as usual
2006-11-08 Rémi Denis-CourmontSome more const
2006-11-06 Antoine CellerierMove string formating functions used in marq to the...
2006-11-06 Antoine Celleriers/Warm/Warn/
2006-11-06 Rémi Denis-CourmontFix export
2006-11-06 Rémi Denis-CourmontAdd a few harmless const
2006-11-06 Rémi Denis-CourmontFix previous commit
2006-11-06 Rémi Denis-CourmontCleanup
2006-11-05 Rémi Denis-CourmontExport and use ListenUDP
2006-11-05 Rémi Denis-CourmontAdd net_ListenUDP
2006-11-05 Rémi Denis-CourmontAdd net_SockAddrIsMulticast
2006-11-05 Rémi Denis-CourmontFactorize socket listen code
2006-11-05 Rémi Denis-CourmontFix warning
2006-11-04 Rémi Denis-CourmontAdd utf8_open wrapper
2006-11-04 Rémi Denis-CourmontAdd some const
2006-11-03 Filippo CaroneRemove libvlc_set_video_drawable, libvlc_video_set_pare...
2006-11-01 Filippo Caroneavoid VLC_VariableSet to set the drawable, use libvlc_s...
2006-11-01 Antoine CellerierAdd missing space in comment.
2006-10-30 Jean-Paul Saman(Forward port of [17371]) Implement Aspect Ratio proper...
2006-10-29 Jean-Paul SamanForward port of [17351]. Report input error condition...
2006-10-27 Damien Fouilleulmessages.c: added msg_GetObjectTypeName
2006-10-27 Damien Fouilleul- added public log apis to access message log
2006-10-24 Filippo Caroneintegrate patch from Ticket #725. needs testing.
2006-10-24 Rémi Denis-CourmontAdd missing void
2006-10-23 Clément StenacClean up and improve core handling for album art. Still...
2006-10-22 Rémi Denis-CourmontDeclare extern vlc_symbol_... explicitly
2006-10-22 Damien Fouilleul- apply proper const casting since C++ has become more...
2006-10-21 Rémi Denis-Courmont- Remove useless global variable
2006-10-21 Rémi Denis-CourmontConst fixes
2006-10-21 Rémi Denis-CourmontFix
2006-10-21 Rémi Denis-Courmontconst rulez
2006-10-21 Rémi Denis-CourmontFix a bunch of warning.
2006-10-21 Clément StenacRebuild the array of currently playing items as a backg...
2006-10-21 Clément StenacDon't loop continuously the playlist thread, use cond.
2006-10-21 Rémi Denis-CourmontFix a few warnings
2006-10-21 Clément StenacPlaylist
2006-10-19 Clément StenacDynamic array with log allocation
2006-10-15 Clément StenacImprove drag&drop handling
2006-10-14 Philippe MorinAdd a method to set playlist in loop mode.
2006-10-08 Gildas Bazin* Fixed another bunch of memory leaks.
2006-10-01 Rafaël CarréAdded psz_trackid, psz_artistid, psz_albumid to vlc_met...
2006-10-01 Antoine Cellerieruse config chain for the --sub-filter option.
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-10-01 Clément StenacLazy allocation of the stat structure
2006-09-30 Clément StenacMerge author/artist
2006-09-29 Clément Stenacexport symbol
2006-09-29 Clément StenacImprove meta/art logic
2006-09-26 Olivier Aubertmediacontrol: doxygen updates
2006-09-25 Olivier Aubertmediacontrol_new: new API (pass argc and argv), use...
2006-09-24 Antoine CellerierSome more (mostly) untested stuff:
2006-09-24 Antoine CellerierSome more meta changes (mostly cleanup and check the...
2006-09-24 Clément Stenac* Split download function in find/download
2006-09-24 Clément StenacSkeleton for taglib art downloader and tags writer
2006-09-24 Antoine CellerierDefine DIR_SEP only once
2006-09-24 Clément StenacDon't notify playlist several times while preparsing
2006-09-24 Clément StenacStart supporting preparse status
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-24 Clément Stenac* Get rid of the Manager thread by making blocking...
2006-09-23 Antoine CellerierAdd an "album art download policy" (--album-art) option...
2006-09-23 Antoine Cellerier<tab> police
2006-09-23 Antoine CellerierStart of meta engine stuff. src/input/input.c needs...
2006-09-23 Clément Stenac* Add switch to skins
2006-09-23 Christophe MutricyAdd a "Media Files" extension list + i18n
2006-09-22 Clément StenacWTF ?
2006-09-22 Olivier Aubertmediacontrol API: (mostly) use the new libvlc API
2006-09-18 Clément StenacClean up a bit queues handling. Do not use dynamic...
2006-09-18 Clément StenacUse a separate message bank for each libvlc instance
2006-09-18 Clément StenacA bit of cleanup and test
2006-09-17 Clément StenacClean up a bit of redundant code
2006-09-15 Clément StenacRemove vlc_object_find for playlist from the core
next