]> git.sesse.net Git - vlc/history - src
Implemented http proxy for mmsh (close #629)
[vlc] / src /
2007-03-23 Christophe MutricyFix the strings.
2007-03-23 Laurent AimarPartial implementation of EPG support (Converted to...
2007-03-23 Laurent AimarExtended INPUT_DEL_INFO (Allow deleting a whole categor...
2007-03-23 Laurent AimarAdded EPG (Electronic Program Guide) helpers and ES_OUT...
2007-03-23 Laurent AimarFixed net_Read and net_Write (poll can be interrupted).
2007-03-22 Jean-Paul SamanLet the code blend in.
2007-03-22 Jean-Paul SamanFix potential crash condition.
2007-03-22 Jean-Paul SamanReturn sane state value when no input is present.
2007-03-21 Antoine CellerierTrailing spaces, again.
2007-03-21 Damien Fouilleul- getopt: use optind==0 for reentrency support and...
2007-03-19 Antoine CellerierWhen using -p <module name> (or --module <module name...
2007-03-15 Damien Fouilleul- unicode.c, wincp.c: compile fix
2007-03-14 Rémi Denis-CourmontFix crash on UTF-8 systems in previous commit
2007-03-14 Rémi Denis-CourmontFix for obsolete setups
2007-03-14 Rémi Denis-CourmontConvert from locale before passing to LibVLC - closes...
2007-03-14 Rémi Denis-CourmontRemove too late and partial command line charset conver...
2007-03-14 Rémi Denis-Courmont- Make FromLocale() usable any time (after setlocale...
2007-03-14 Rémi Denis-CourmontRemove bogus variable
2007-03-14 Rémi Denis-CourmontFix MB2MB and use it
2007-03-14 Rémi Denis-CourmontCompile, err, fix
2007-03-14 Rémi Denis-CourmontCode simplification
2007-03-13 Rémi Denis-CourmontOnly define SetLanguages on platform that actually...
2007-03-13 Rémi Denis-Courmont- Fix POSIX locale handling (well you'd better not...
2007-03-13 Jean-Baptiste KempfMKV USF subtitles support and other Subtitles improvements.
2007-03-12 Rémi Denis-Courmont- Also allow AI_CANNONAME in case someone ever uses it
2007-03-12 Rémi Denis-Courmont- Always use AI_NUMERICSERV since we cannot use service...
2007-03-11 Jean-Paul SamanFix bug in vlc.audio.track and add new properties vlc...
2007-03-11 Rémi Denis-CourmontDist missing header file
2007-03-11 Rémi Denis-CourmontFix a bunch of errors in PO files (fuzzy file descripti...
2007-03-10 Jean-Paul SamanRevert [19273] because these asserts are meant to catch...
2007-03-10 Jean-Paul SamanDon't abort when nothing found in playlist.
2007-03-10 Jean-Paul SamanCheck return value of GetInput
2007-03-10 Jean-Paul SamanFix a bunch of potential memleaks.
2007-03-10 Jean-Paul SamanFix compiler warning
2007-03-10 Jean-Paul SamanDon't check return value of getopt_long against EOF...
2007-03-10 Jean-Paul SamanRemove unused headerfile
2007-03-10 Jean-Paul SamanProperly cleanup hal connection when connecting to...
2007-03-08 Laurent AimarFixed media looping (Patch by Ilkka Ollakka)
2007-03-07 Laurent AimarFixed sout leak on access error.
2007-03-07 Laurent AimarClean up vlm script parsing and introduce new API.
2007-03-07 Laurent AimarDisable control vlm.
2007-03-06 Rémi Denis-Courmontsetlocale() (very) early, so we may have a chance to...
2007-03-06 Rémi Denis-CourmontCompile fix
2007-03-06 Rémi Denis-CourmontCleanup text domain binding, and do not do it twice.
2007-03-06 Rémi Denis-CourmontUse vlc_b64_decode instead of local implementation
2007-03-05 Rémi Denis-CourmontUse replacement API for obsolete systems. Not tested.
2007-03-05 Damien Fouilleulgetaddrinfo.c: a word of warning ...
2007-03-05 Damien Fouilleulgettaddrinfo.c: fixed shims on win32 (tested on XP)
2007-03-05 Damien Fouilleul- control/video.c: clean up and more error/exception...
2007-03-05 Damien Fouilleul- control APIs: do not crash if exception parameter...
2007-03-03 Rémi Denis-CourmontI really have had enough with this getaddrinfo crashes.
2007-03-03 Rémi Denis-CourmontFix RC interface
2007-03-03 Rémi Denis-CourmontFix assertion failure
2007-03-03 Derk-Jan Hartman* Fix blocking intf launching without pf_run on OSX
2007-03-03 Pierre d'HerbemontMac OS X: Remove dead code. Make sure terminate: calls...
2007-03-03 Pierre d'HerbemontMac OS X: Make "Force Quit" works the first time it...
2007-03-03 Rémi Denis-CourmontFix a compiler warning and simplify
2007-03-03 Rémi Denis-CourmontReally fix race VLC_Die condition
2007-03-03 Rémi Denis-CourmontImprove getaddrinfo() replacement errors
2007-03-03 Rémi Denis-Courmont- Fix thread safety problem in [18812]
2007-03-03 Rémi Denis-CourmontFix linking.
2007-03-03 Rémi Denis-CourmontDo not chain multiple getaddrinfo implementation.
2007-03-03 Rémi Denis-CourmontRemove dead code
2007-03-03 Rémi Denis-CourmontRemove redumdant mutex
2007-03-03 Rémi Denis-CourmontAdd SSM definition for Vista (closes #313)
2007-03-03 Rémi Denis-CourmontMissing include
2007-03-03 Rémi Denis-CourmontFixups
2007-03-03 Rémi Denis-CourmontMissing error message
2007-03-02 Antoine CellerierDon't authorize "." or ".." for filenames.
2007-03-02 Laurent AimarOn pause and rate change from normal rate, call input_E...
2007-03-02 Laurent AimarImplemented sout-keep per media support.
2007-03-02 Laurent Aimar Do not use private VLM function (fixed in an ugly...
2007-03-02 Christophe MutricyCompile fix + define undefined error value
2007-03-02 Damien Fouilleul- log.c: fix for negative message count
2007-03-02 Rémi Denis-Courmont- Return errors in case of overflow
2007-03-02 Rémi Denis-CourmontRemove dead code:
2007-03-02 Rémi Denis-CourmontFix handling of EINTR in sleeping functions.
2007-03-02 Christophe MutricyDo not pass too much argument to sprintf
2007-03-02 Damien Fouilleul- libvlc ABIs: test that demux is available before...
2007-03-01 Laurent AimarFixed statistic counter leaks per host.
2007-03-01 Antoine CellerierOops.
2007-03-01 Antoine Cellerier * Fix forbiden windows characters list. (in fact it...
2007-03-01 Christophe MutricyCompile fix
2007-03-01 Pierre d'HerbemontFix a hang when quitting vlc on Mac OS X. This hang...
2007-03-01 Antoine CellerierDots are allowed in filenames (even on WIN32...). Thank...
2007-03-01 Laurent AimarStart cleaning up VLM + fixed vlm_New() race condition.
2007-03-01 Rémi Denis-CourmontCache system clock in userland to save a few avoidable...
2007-03-01 Rémi Denis-CourmontFix race condition and simplify SigHandler
2007-03-01 Rémi Denis-CourmontFix abortion if killing signals are re-used.
2007-03-01 Rémi Denis-CourmontRemoving a warning never solved a problem (revert ...
2007-03-01 Rémi Denis-CourmontFix incorrect string fix (revert [15025])
2007-03-01 Sigmund Augdal Helbergnone-sematic changes:
2007-02-28 Sigmund Augdal Helbergdisable clock_nanosleep for mwait for now. Fixes dvd...
2007-02-28 Laurent AimarReworked/improved the way sout-keep works. (VLM sout...
2007-02-28 Yoann Peronneau* src/playlist/loadsave.c: create directory before...
2007-02-28 Christophe Massiot * src/text/iso-639_def.h: Add original audio pseudo...
2007-02-28 Christophe MutricyMeaningfull typo
2007-02-28 Rémi Denis-Courmonttypo
2007-02-28 Rémi Denis-CourmontFix POL.*HUP handling: POLLHUP is for writing,
2007-02-27 Rémi Denis-Courmont*Ahem* compile testing is good, but it only works
next