]> git.sesse.net Git - vlc/history - src
* disable any MMX usage in FFmpeg on Darwin 9 (x86). This way, we can use the ffmpeg...
[vlc] / src /
2007-12-24 Pierre d'Herbemontcontrol/media_descriptor.c: Publish an Event plus a...
2007-12-24 Antoine CellerierInclude font and password configuration items in the...
2007-12-24 Antoine CellerierUse \033[0;1m instead of \033[37;1m for bold text using...
2007-12-24 Antoine CellerierUse the longtext as longtext.
2007-12-24 Jean-Baptiste KempfRemove unused variable in OSD. Revert if needed :D
2007-12-24 Jean-Baptiste KempfFix a Typo.
2007-12-23 Rémi Denis-CourmontFix format string injection in the Connection field...
2007-12-23 Pierre d'Herbemontplaylist: Fix an input_item leak in item.c, and notice...
2007-12-23 Pierre d'Herbemontplaylist/tree.c: Fix an input_item leak.
2007-12-23 Pierre d'Herbemontcontrol/media_descriptor.c: Prevent an input_item memleak.
2007-12-23 Rémi Duraffortremove memory leak
2007-12-22 Christophe MutricyUse dgettext() (aka _() ) rather than gettext().
2007-12-22 Pierre d'Herbemontinclude/vlc_objects.h: Use the usual macro trick, to...
2007-12-22 Rémi Denis-Courmontsyntax error
2007-12-22 Rémi Denis-CourmontAdd an error message
2007-12-22 Rémi Denis-CourmontFix warnings
2007-12-22 Rémi Denis-Courmont_pipe is not selectable on Windows, so return -1
2007-12-22 Rémi Denis-CourmontCorner case race condition in the waitpipe
2007-12-22 Rémi Duraffortuse a pointer to a function instead of a callback
2007-12-22 Rafaël Carréupdate: cosmetics, put the variable creation in libvlc
2007-12-22 Rémi Duraffortanother cleaning session
2007-12-22 Rémi Denis-CourmontRemove net_Select. Simplify net_Read consequently.
2007-12-22 Rémi Denis-CourmontRevert [23768] and [23768]. Fix dead lock whenever...
2007-12-21 Pierre d'Herbemontnetwork/io.c: net_Select should return i_total on timeout.
2007-12-21 Pierre d'Herbemontmodules/services_discovery/sap.c: Don't trust announcem...
2007-12-21 Rémi Denis-CourmontFix config item counting
2007-12-20 Jean-Paul SamanRemove excess/trailing whitespace
2007-12-19 Pierre d'Herbemontcontrol/media_descriptor.c: Implement libvlc_media_desc...
2007-12-19 Rémi Denis-CourmontWork-around for overaging POSIX systems
2007-12-19 Rémi Denis-CourmontFix stupid logic
2007-12-19 Pierre d'Herbemontcontrol/media_list_view.c: Ignore exception that may...
2007-12-19 Rémi DuraffortBetter asprintf error handling
2007-12-18 Rafaël Carréupdate system:
2007-12-18 Rémi Denis-Courmont_POSIX_CLOCK_SELECTION at 0 does not mean it's not...
2007-12-18 Rémi Denis-CourmontDon't create two competing options of the same name
2007-12-18 Rémi Denis-CourmontGood riddance the helper module
2007-12-18 Rémi Denis-CourmontMove options from the help kludge^Wmodule to the main...
2007-12-18 Rémi Denis-CourmontFix for libvlc_config crash (hopefully)
2007-12-18 Rémi DuraffortAdd fonctions to the update system : all is in a thread...
2007-12-18 Jean-Paul SamanImplement vlc.video.toggleTeletext() JS API method
2007-12-17 Rémi Denis-CourmontUse vlc_config_create()
2007-12-17 Rémi Denis-CourmontSave one memory copy and fix the helper module leak
2007-12-17 Rémi Denis-CourmontMemory leaks
2007-12-17 Rémi Denis-CourmontAdd support for aliases through vlc_config_set
2007-12-17 Rémi Denis-CourmontAdd action through vlc_config_set
2007-12-16 Jean-Paul Samanremove excess whitespace
2007-12-16 Jean-Paul SamanUse correct object for var_GetInteger(p_vbi,vbi-page);
2007-12-16 Rémi Denis-CourmontTypo (free both tabs once, rather than one twice, and...
2007-12-16 Jean-Paul SamanDon't misuse p_this->p_libvlc for putting modules varia...
2007-12-16 Rémi Denis-Courmontconfig_Free simplifications
2007-12-16 Rémi Denis-Courmontshort and list support for vlc_config_set
2007-12-16 Rémi Denis-CourmontI hate Winsuck^H^H^Hock
2007-12-16 Rémi Denis-CourmontDon't use enums. They are cool and all (the compiler...
2007-12-16 Antoine CellerierOops.
2007-12-16 Antoine CellerierAdd warning if people try using an unimplemented aout...
2007-12-16 Rémi Denis-CourmontSimplification, and no-ops removal
2007-12-16 Rémi Denis-CourmontMigrate module, module_list and obsolete_* to vlc_confi...
2007-12-16 Antoine CellerierSlight cleanup and simplification.
2007-12-16 Antoine CellerierSome more vout_intf.c simplification and compile warnin...
2007-12-16 Rémi Denis-CourmontCode factorization
2007-12-16 Rémi Denis-CourmontSome more vlc_config_* code
2007-12-15 Dennis van Amerongen* src/libvlc-module.c: typo autorise -> authorise
2007-12-15 Rémi Denis-CourmontContinue the vlc_config_set stuff - still unfinished
2007-12-15 Rémi Denis-Courmontexport IsConfigIntegerType and IsConfigFloatType within...
2007-12-15 Rémi Denis-Courmonthelp module hack becomes even worst...
2007-12-15 Rémi Denis-CourmontPartially introduce vlc_config_set() to modify module_c...
2007-12-15 Rémi Denis-CourmontRemove extra semi-colon
2007-12-15 Rémi Denis-CourmontConceal unsaveable and renamed options as well
2007-12-15 Rémi Denis-CourmontHide internal settings
2007-12-15 Rémi Denis-Courmont - fix symbol list
2007-12-15 Rafaël CarréPreparse file items which don't begin with 'file:'...
2007-12-14 Pierre d'Herbemontcontrol/hierarchical_media_list_view.c: Don't lock...
2007-12-14 Gildas Bazin* modules/gui/wxwidgets: fix breakage introduced by...
2007-12-14 Pierre d'Herbemontcontrol/media_instance.c: implement libvlc_media_instan...
2007-12-14 Rafaël CarréDisable update checking per default, re-enable with...
2007-12-14 Rafaël Carréadd missing signal.h
2007-12-14 Pierre d'Herbemontcontrol/media_descriptor.c: As requested by Jacques...
2007-12-13 Jean-Paul SamanPatch by Jilles Tjoelker. Fixes crash in playlist due...
2007-12-13 Christophe MutricyTypo
2007-12-12 Rémi Denis-CourmontHandle I/O errors while writing the cache file
2007-12-12 Rémi Denis-CourmontUse DIR_SEP
2007-12-12 Rémi Denis-CourmontClear signal mask _between_ fork() and exec*().
2007-12-12 Rémi Denis-Courmont - Remove config_FindModule as module_Find nowadays...
2007-12-12 Rémi Denis-CourmontHide module_t
2007-12-12 Rémi Denis-Courmontmodule_GetConfig, module_PutConfig: copy configuration...
2007-12-12 Rémi Denis-CourmontRun the symbol check
2007-12-12 Rémi Denis-CourmontMore symbols fixes
2007-12-12 Rémi Denis-Courmont- Unlist synchro stuff that is now internal
2007-12-12 Rémi Denis-Courmontsymbol list consistency checker
2007-12-12 Rémi Denis-CourmontSort plugin API list properly
2007-12-12 Rémi Denis-Courmontmodule_Put: releases a reference to a module
2007-12-12 Rémi Denis-CourmontCosmetic
2007-12-12 Rémi Denis-CourmontRemove some cruft
2007-12-12 Rémi Denis-CourmontSplit the over-large module.c
2007-12-12 Rémi Denis-CourmontFYI, snprintf always nul-terminates
2007-12-12 Jean-Paul SamanDon't free() a char variable when it is on the stack...
2007-12-12 Pierre d'Herbemontcontrol/media_list_view.c: Don't lock the mlist in...
2007-12-12 Pierre d'Herbemontmisc/threads.c: Implement vlc_threads_error(), that...
2007-12-11 Antoine CellerierSimplify/factorize some of the vout_intf variables...
2007-12-11 Antoine CellerierRemove double return in the Aspect Ratio change callback.
next