]> git.sesse.net Git - vlc/history - src
Some files have been splitted
[vlc] / src /
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...
2007-11-22 Pierre d'Herbemontcontrol/event.c: Properly implement libvlc_event_type_n...
2007-11-21 Christophe Massiot * sec/input/es_out.c: Add suport for keyword 'any...
2007-11-21 Pierre d'Herbemontcontrol/media_list_view.c: Provide media_list_view_even...
2007-11-20 Rémi Denis-CourmontVery partial cleanup
2007-11-20 Rémi Denis-CourmontUse cached ACP
2007-11-20 Pierre d'Herbemontcontrol/hierarchical_media_list_view.c: Send WillAdd...
2007-11-20 Pierre d'Herbemontcontrol/flat_media_list_view.c: Send WillAdd/Added...
2007-11-20 Pierre d'Herbemontsrc/control/media_list_view.c: Facilities to send WillA...
2007-11-20 Pierre d'Herbemontcontrol/media_list.c: Send WillAddItem and WillDeleteIt...
2007-11-20 Pierre d'Herbemontsvn propset svn:keywords "Id" hierarchical_media_list_v...
2007-11-20 Pierre d'Herbemontsrc/control: Implement hierarchical_media_list_view.
2007-11-20 Pierre d'Herbemontcontrol/media_descriptor.c: Don't forget to release...
2007-11-19 Rémi Denis-CourmontForce ISO-8859-8 for Hebrew users
2007-11-19 Rémi Denis-CourmontComment on the EOF case - this does not change the...
2007-11-19 Pierre d'Herbemontsrc/control: Implement flat_media_list_view construction.
2007-11-19 Pierre d'Herbemontsrc/control: Implement libvlc_media_list_view_children_...
2007-11-18 Christophe MutricyOops remove debug
2007-11-18 Christophe MutricyDon't leak memory
2007-11-18 Dennis van Amerongen* src/input/clock.c: Feed synchro with new ref. point...
2007-11-17 Christophe Mutricywhen retrying set the demux to "" for real. refs #1228
2007-11-17 Pierre d'Herbemonttestapi.c: Superficial media list tests. For some reaso...
2007-11-17 Pierre d'Herbemontcontrol/libvlc_internal.h: Remove definition duplication.
2007-11-17 Pierre d'Herbemontcontrol: Remove libvlc_event_fini exception handling...
2007-11-16 Olivier Aubertcore/mediacontrol_core.c: code playlist_get_list using
2007-11-16 Olivier Aubertcore/mediacontrol_core.c: do not prepend the dummy...
2007-11-15 Rémi Denis-CourmontRevert [23063]
2007-11-15 Jean-Paul SamanRemove excess whitespace.
2007-11-15 Jean-Paul SamanImplement clickable osdmenu. The clickable positioning...
2007-11-14 Jean-Paul SamanFix double vlc_object_attach().
2007-11-14 Jean-Paul SamanDetach osdmenu object before destroying.
next