]> git.sesse.net Git - vlc/history - src
Clean header file
[vlc] / src /
2007-04-14 Rémi Denis-CourmontClean header file
2007-04-12 Antoine CellerierInvalidate old caches (cf [19742]).
2007-04-11 Antoine Cellerier* Honor --color with --list.
2007-04-10 Damien Fouilleullibvlc_video_take_snapshot: removed kludge and fixed...
2007-04-08 Rafaël CarréDon't run hal_initialize() twice. Bug introduced in...
2007-04-07 Antoine CellerierModules have a psz_help string. This is currently used...
2007-04-07 Antoine CellerierDisplay module's psz_help in help output (see next...
2007-04-07 Antoine CellerierAdd color help output when using command line switches...
2007-04-07 Antoine CellerierAdd subcategories and sections to command line help...
2007-04-07 Antoine CellerierFix help string.
2007-04-07 Rafaël CarréLoads D-Bus control interface in one instance mode...
2007-04-06 Rafaël CarréDoesn't unref the D-Bus connection if connection failed
2007-04-06 Rafaël CarréAutomatically loads dbus control interface in one-insta...
2007-04-06 Rafaël Carréadds sanity check to module_Exists()
2007-04-05 Rémi Denis-CourmontRevert previous commit.
2007-04-05 Rafaël CarréStreaming output works again. Closes #1047
2007-04-05 Rémi Denis-CourmontRevert [19092] and really fix the variable naming probl...
2007-04-05 Rémi Denis-Courmontmissing errno.h
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2007-04-05 Rémi Denis-CourmontHandle I/O errors
2007-04-05 Rafaël CarréFixes InitDeviceValues() using old HAL api
2007-04-05 Rémi Denis-CourmontHandle I/O errors properly
2007-04-05 Rémi Denis-CourmontFix compiler warnings
2007-04-05 Jean-Paul SamanFix missing initializer compiler. Use memset to properl...
2007-04-04 Antoine Cellerier* Core: add var_Command function. This is used to execu...
2007-04-01 Antoine CellerierAllow changing the subpicture filter chain at runtime...
2007-03-31 Antoine Cellerierscale.c: implement RGBA scaling.
2007-03-31 Antoine Celleriervout_subpictures.c: Do not call the scaling module...
2007-03-29 Yoann Peronneau* fix a segfault
2007-03-28 Damien Fouilleul- libvlc: new libvlc_video_redraw_rectangle() API,...
2007-03-27 Damien Fouilleul- getaddrinfo.c : cleanup replacement APIs for win32...
2007-03-27 Damien Fouilleul- control/input.c: don't rely on exceptions to control...
2007-03-25 Rémi Denis-CourmontRename sigset_t variables. No run-time change.
2007-03-25 Antoine CellerierAdd 2 missing calls to config_ChainDestroy().
2007-03-25 Antoine CellerierRemove last call to strchr( , ':' ) and fix a small...
2007-03-25 Antoine CellerierSmall fix.
2007-03-25 Antoine CellerierAllow using the config chain syntax for vout filters...
2007-03-25 Antoine CellerierRemove double ;
2007-03-25 Antoine CellerierWe want to check the main type only (& 0x00f0).
2007-03-25 Damien Fouilleullibvlc/control: make sure aout is active before attempt...
2007-03-25 Rémi Denis-CourmontBlock SIGCHLD so we don't get polluted by system()...
2007-03-24 Pierre d'HerbemontCore: Prefer ANSI-C style comments over C++ comments.
2007-03-24 Antoine CellerierUse the module's name as object name if none was explic...
2007-03-24 Antoine Cellerierif we var_Create with DOINHERIT|ISCOMMAND and ISCOMMAND...
2007-03-24 Antoine CellerierAllow using an object's psz_object_name as id for the...
2007-03-24 Antoine Cellerier* Make it possible to give names to vlc objects (psz_ob...
2007-03-24 Rémi Denis-CourmontRe-disable v6 only for better handling of udp://@ on...
2007-03-24 Rémi Denis-Courmont- Fix various error handling bugs in vlc_execve.
2007-03-24 Laurent AimarFixed stat counter leaks on open failure.
2007-03-24 Laurent AimarFixed memory leak when we cannot save the configuration...
2007-03-24 Laurent AimarFixed 2 segfaults in config_OpenConfigFile.
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...
next