]> git.sesse.net Git - vlc/history - src
config_Free simplifications
[vlc] / src /
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.
2007-12-11 Laurent AimarUpdate to use DEMUX_CAN_CONTROL_RATE/DEMUX_SET_RATE...
2007-12-11 Laurent AimarDo not use p_input->p->i_rate directly (no functionnali...
2007-12-11 Laurent AimarIntroduce DEMUX_CAN_CONTROL_RATE and DEMUX_SET_RATE...
2007-12-11 Rémi DuraffortSimplify the version test dans remove useless things
2007-12-10 Rémi DuraffortModify the update system : I will add more functionnali...
2007-12-09 Rémi Denis-CourmontRemove unneeded psz_program hack.
2007-12-09 Rémi Denis-CourmontPrevent gettext bug on glibc 2.5 too
2007-12-09 Rémi Denis-CourmontDo not privatize module_config_t - yet
2007-12-09 Rémi Denis-CourmontSplit the big config file
2007-12-09 Rémi Denis-CourmontFix superfluous double init
2007-12-09 Rémi Denis-CourmontNot yet missing #include
2007-12-09 Rémi Denis-CourmontFix compiler warning
2007-12-09 Rémi Denis-CourmontUse (s)size_t for pf_read and pf_write.
2007-12-08 Antoine CellerierAdd VLC_VAR_GET{MIN,MAX,STEP} commands. Make it possibl...
2007-12-08 Gildas Bazin* src/audio_output/dec.c: revert changeset 22216 which...
2007-12-06 Jean-Paul SamanNo need to sleep 25 ms, a bit longer will do fine too.
2007-12-06 Jean-Paul SamanCodingStyle fixes, use ; when using macros and do not...
2007-12-06 Jean-Paul SamanDon't call input_ChangeState() constantly while being...
2007-12-04 Rafaël Carrélibvlc_video_take_snapshot(): specify snapshot's height...
2007-12-04 Jean-Paul SamanRemove obsolete comment.
2007-12-04 Rafaël Carrévout_Snapshot(): hability to specify width & height...
2007-12-03 Pierre d'Herbemontcontrol/core.c: Use C99's __func__ unstead of gcc's...
2007-12-03 Jean-Paul SamanRedine menu hotkeys because they collided with other...
2007-12-02 Pierre d'Herbemontcontrol/media_list_view.c: Properly forward item added...
2007-12-02 Pierre d'Herbemontcontrol/core.c: Print an error on not handled libvlc...
2007-12-02 Pierre d'Herbemontcontrol/event.c: Print the event string description...
2007-12-01 Rafaël Carrévlc_b64_decode_binary_to_buffer(): i_dst is the size...
2007-12-01 Rafaël Carréoops
2007-11-29 Rémi Denis-CourmontTypo
2007-11-29 Jean-Paul SamanFix devision by zero in spu_RenderSubpictures.
2007-11-28 Pierre d'Herbemontsrc/libvlc-common.c: Only print a piece of Info about...
2007-11-28 Rémi Denis-CourmontSet default DVD defice
2007-11-28 Rémi Denis-CourmontFix screensaver deadlock if terminating as soon the...
2007-11-28 Rémi Denis-CourmontLets assume glibc 2.8 will work properly when it's...
2007-11-27 Rémi Denis-CourmontHorrific kludge to prevent awfully crappy glibc from...
2007-11-26 Rémi Denis-CourmontCleanup custom block allocation
2007-11-26 Rémi Denis-CourmontRemove block_t->p_sys, which is not really needed either.
2007-11-26 Rémi Denis-CourmontSave one pointer and dereference in the block core
2007-11-26 Rémi Denis-CourmontRemove the unused manager from block_t
2007-11-26 Rémi Denis-CourmontUse (s)size_t in block_t.
2007-11-26 Rafaël Carréforget a parameter in msg_Err
2007-11-26 Rafaël Carréfix compilation on Linux
2007-11-26 Rafaël Carréupdate: performs size and m5 checksum verification...
2007-11-25 Antoine CellerierHide nodes which don't match the search string and...
2007-11-24 Jean-Baptiste KempfChange the meta information fetcher TEXT
2007-11-24 Pierre d'Herbemontsrc/libvlc-common.c: Print a msg_Info on how to launch...
2007-11-23 Pierre d'Herbemontcontrol/flat_media_list_view.c: Import pre existing...
2007-11-22 Pierre d'Herbemontcontrol/media_list_view.c: Register WillAdd/WillDelete...
2007-11-22 Pierre d'Herbemontcontrol/media_list.c: Don't forget to register_event_ty...
next