]> git.sesse.net Git - vlc/history - src
add artChanged signal to inputmanager and change backgroundwidget to use
[vlc] / src /
2007-12-31 Pierre d'HerbemontRemove unwanted part in previous commit.
2007-12-31 Pierre d'Herbemontmedia_list_view.c: Properly forward all items added...
2007-12-31 Pierre d'Herbemontflat_media_list_view.c: Add some debug facilities.
2007-12-31 Rafaël Carréupdate: use PGP to authenticate status file and downloa...
2007-12-30 Rafaël Carréfix #1410.
2007-12-30 Pierre d'Herbemontcontrol/hierarchical_node_media_list_view.c: Implement...
2007-12-29 Rafaël Carrésimplify *install_input_item_observer()
2007-12-29 Rafaël Carréfix input item mem leak
2007-12-29 Pierre d'Herbemonthierarchical_media_list_view.c: Fix a mlist mem leak.
2007-12-29 Pierre d'Herbemontcontrol/hierarchical_media_list_view.c: Fix a media...
2007-12-29 Pierre d'HerbemontFix previous commit ;.
2007-12-29 Pierre d'Herbemontplaylist/item.c: Properly release the input_item as...
2007-12-29 Pierre d'Herbemontcontrol/media_instance.c: Publish is_seekable().
2007-12-29 Pierre d'Herbemontsrc/control/media_instance.c: Don't wait to have modulo...
2007-12-29 Pierre d'Herbemontcontrol/media_instance.c:
2007-12-29 Pierre d'Herbemontmedia_instance.c: Fix the position callback to retun...
2007-12-28 Rémi Denis-CourmontAttempt to implement waitpipe with Winsock (should...
2007-12-28 Rémi Denis-Courmontblock_mmap_Alloc: commoditize block allocation from...
2007-12-28 Ilkka Ollakkasmall fix for http-streaming, don't set b_die to true...
2007-12-26 Rémi Denis-CourmontMove a few large inlines out of include/
2007-12-26 Rémi Denis-CourmontCode factorization
2007-12-26 Rémi Denis-CourmontAdd "safe" config item property
2007-12-25 Pierre d'Herbemontvlc/libvlc.h: Set the return value of the libvlc_*_is_...
2007-12-25 Pierre d'Herbemontcontrol/media_discoverer.c: Set the corresponding media...
2007-12-25 Pierre d'Herbemontcontrol/media_list.c: read-only-fy add_media_descriptor().
2007-12-25 Pierre d'Herbemontcontrol/media_list.c: Implement read-only media_list.
2007-12-25 Pierre d'Herbemontcontrol/media_discoverer.c: Publish media_discoverer_is...
2007-12-25 Pierre d'Herbemontcontrol/media_discoverer.c: Publish media_discoverer_ev...
2007-12-25 Pierre d'Herbemontcontrol/media_discoverer.c: Forward started and ended...
2007-12-25 Pierre d'Herbemontplaylist/services_discovery.c: Send service discover...
2007-12-25 Pierre d'Herbemontcontrol/media_list_view.c: Implement media_list_view_pa...
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
next