]> git.sesse.net Git - vlc/history - src
new convenience constructor added
[vlc] / src /
2008-03-26 Pierre d'Herbemontsap: Properly manage object memory.
2008-03-26 Pierre d'Herbemontvlm: No need to vlc_object_kill() nor vlc_thread_join...
2008-03-26 Pierre d'Herbemonttest: Add the new vlc headers.
2008-03-26 Pierre d'Herbemontsrc: Fix vlc/*.h headers distribution.
2008-03-26 Pierre d'Herbemontmedia_descriptor: Remove an unused variable.
2008-03-26 Rémi Denis-CourmontFix memory leak
2008-03-26 Pierre d'Herbemontlibvlc: Remove all references to tag and dynamic media...
2008-03-26 Pierre d'HerbemontLetf over from libvlc->playlist vout
2008-03-26 Pierre d'Herbemontlibvlc: Move input_item array from playlist to libvlc.
2008-03-26 Pierre d'Herbemontobjects: Allow certain operations when the object refco...
2008-03-26 Pierre d'Herbemontvideo_output.c: Don't rely on the playlist to store...
2008-03-26 Pierre d'Herbemontplaylist: Properly clean the playlist using the object...
2008-03-26 Pierre d'Herbemontvout: Proper vout destruction via the object destructor.
2008-03-26 Pierre d'Herbemontplaylist: Properly destroy the preparser and the fetche...
2008-03-26 Pierre d'Herbemontthreads: Make sure we vlc_thread_join() won't block...
2008-03-25 Pierre d'Herbemontcontrol: Remove dynamic_media_list_*.
2008-03-25 Pierre d'Herbemontcontrol: Remove tag_query_*.
2008-03-25 Rémi Denis-CourmontStore the object type name rather than object type...
2008-03-25 Rémi Denis-CourmontDocument vlc_custom_create.
2008-03-25 Rafaël CarréCorrectly use WSAStringToAddress()
2008-03-24 Rémi Denis-CourmontRealloc block if a large extent of the footer becomes...
2008-03-24 Rémi Denis-CourmontAdd some comments
2008-03-24 Rafaël CarréDo not use sprintf without a format
2008-03-23 Felix Paul Kühneupdated the list of shortcuts not to be used on Mac...
2008-03-23 Felix Paul Kühnefixed typo
2008-03-23 Pierre d'HerbemontRe-checking src/interface/interface.h.
2008-03-23 Pierre d'Herbemontautotools: Distribute src/interface/interface.h
2008-03-23 Pierre d'Herbemontinput: Remove input_DestroyThread() as it is now handle...
2008-03-23 Pierre d'Herbemontobjects: Call vlc_object_join() automatically from...
2008-03-22 Pierre d'Herbemontinteraction: Keep a libvlc's global interaction object...
2008-03-22 Pierre d'Herbemontobjects: Send a vlc_object_kill from vlc_object_destroy...
2008-03-22 Jean-Baptiste KempfUniformisation and configurability of Mouse Hidding...
2008-03-21 Sam HocevarFix a potential corruption in release_input_thread().
2008-03-21 Sam HocevarVarious spelling fixes.
2008-03-21 Filippo Caronefix for #1533: check on array boundaries before removin...
2008-03-19 Pierre d'Herbemontlibvlc.sym: Add __vlc_object_set_destructor and fix...
2008-03-19 Rémi Denis-CourmontRemove redumdant Makefile target
2008-03-19 Rémi Denis-Courmontpkg-config for the plugin API
2008-03-19 Rémi Denis-CourmontUse NDEBUG
2008-03-19 Rémi Denis-CourmontSet PLUGIN_PATH and LOCALEDIR only for libvlc
2008-03-19 Rémi Denis-CourmontFactorize the localtime_r replacement
2008-03-19 Sam HocevarUse LoadLibrary instead of LoadLibraryA.
2008-03-19 Sam HocevarAdd a --disable-vlc configure flag to not build VLC.
2008-03-19 Pierre d'Herbemontmedia_instance: Don't rely on vlc_object_find now that...
2008-03-19 Pierre d'Herbemontcontrol/media_instance.c: Fix libvlc_media_instance_new...
2008-03-19 Pierre d'Herbemontcontrol/media_descriptor.c: Proper vlc: URL.
2008-03-19 Pierre d'Herbemontvlm: Don't automatically detach in vlm_Delete if not...
2008-03-19 Pierre d'Herbemontobjects.c: Automatically detach from the parent.
2008-03-19 Pierre d'Herbemontvlm: Fix destruction by using correctly using refcounting.
2008-03-18 Pierre d'Herbemontinput: Get rid of Destroy(), and move sout keeping...
2008-03-18 Pierre d'Herbemontinput: Use a Destructor to delete critical resources...
2008-03-18 Pierre d'Herbemontblock.c: Remove a warning about unused argument.
2008-03-18 Pierre d'Herbemontobjects.c: Add an assert_locked() in vlc_object_yield_l...
2008-03-18 Pierre d'Herbemontvlc_objects.h: Export and implement vlc_object_set_dest...
2008-03-18 Rémi Denis-CourmontRemove redumdant stdbool includes
2008-03-18 Rémi Denis-CourmontRemove the short-lived security-policy parameter.
2008-03-18 Filippo Caronefixes for libvlc medialistplayer_play_item and medialis...
2008-03-17 Filippo Caronecheck if media_list_player->media_list is null before...
2008-03-17 Rémi Denis-CourmontDon't leak vlc_bool_t through libvlc-control
2008-03-17 Rémi Denis-CourmontPass trust flag to var_OptionParse
2008-03-17 Rémi Denis-CourmontFix return value
2008-03-17 Rémi Denis-CourmontRetain certain flags from input_ItemAddOpt
2008-03-17 Rémi Denis-CourmontCode factorization: use input_ItemAddOption
2008-03-17 Rémi Denis-CourmontVLM: use input_ItemAddOption
2008-03-17 Rémi Denis-CourmontUse native C/C++ boolean type
2008-03-17 Rémi Denis-CourmontProvide the trust value to var_OptionParse
2008-03-17 Jean-Baptiste KempfKill a warning.
2008-03-16 Rafaël CarréInteraction are controlled by a dedicated thread
2008-03-16 Filippo Caronefix for libvlc_get_input_thread: check for null before...
2008-03-15 Rafaël CarréAdd assert()ions to help fighting a bug
2008-03-15 Rafaël CarréDo not hide bugs
2008-03-14 Rafaël CarréFix #1515 - vlc.exe icon
2008-03-14 Ilkka Ollakkawhen sorting playlist with artist, sort also album...
2008-03-13 Ilkka Ollakkachange playlist sorting to use qsort instead bubblesort...
2008-03-13 André Weberfixed warning about wrong datatypes (mdate(), pf_GetSys...
2008-03-13 Rémi DuraffortRevert some errors in 859436564cd0b85e76b888a88205424ed...
2008-03-13 Jean-Baptiste KempfShut a Windows warning.
2008-03-13 Jean-Baptiste KempfShut a few unused parameters for Windows compiling.
2008-03-12 Rafaël CarréFix git commit generation
2008-03-12 Rémi DuraffortOne more "Remove useless test before free"
2008-03-12 Rémi DuraffortRemove useless test before freeing something.
2008-03-11 Rafaël Carrétypo
2008-03-11 Rafaël Carréherm, "attachment://" is 13 characters, not 15
2008-03-11 Rafaël Carréuse vlc_object_* and PL_{UN}LOCK to simplify
2008-03-11 Rafaël CarréDo not use playlist_*AddInput() when the playlist has...
2008-03-11 Rafaël Carréfix ticket #1482 (and most problems with config saving...
2008-03-11 Rafaël Carrécleanup : remove useless headers, not used functions...
2008-03-10 Rémi DuraffortUse the same comments covention
2008-03-09 Rafaël Carrécheck if the binary signature was issued by the public...
2008-03-09 Jean-Baptiste KempfWindows compile fix.
2008-03-09 Jean-Baptiste KempfUse GetWindowLongPtr instead of GetWindowLong to be...
2008-03-08 Rafaël CarréRemove useless headers inclusion
2008-03-08 Rafaël Carréremove dead code moved from libvlc.h
2008-03-08 Rémi DuraffortRemove PLAYLIST_AUTOPLAY and use PLAYLIST_PLAY instead...
2008-03-08 Rémi DuraffortSort the playlist by album then by track number when...
2008-03-08 Antoine CellerierFix spelling in comment.
2008-03-08 Jean-Baptiste KempfInclude vlc_network.h in misc/messages for win32 for...
2008-03-08 Jean-Baptiste KempfRemove unused parameter warning for Windows CE/32
2008-03-08 Jean-Baptiste KempfGetLastError throws a DWORD, IIRC, not a char*
2008-03-07 Christophe MutricyDistribute libvlc-control.pc.in
next