]> git.sesse.net Git - vlc/history - src
addMediaDescriptor refactored to addMedia
[vlc] / src /
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
2008-03-04 Christophe MutricyDocument that we now require :// between access and url
2008-03-04 Rémi Denis-Courmontaccess2_New code factorizaton
2008-03-04 Rémi Denis-Courmontaccess2_New really does not need to know about preparsing.
2008-03-04 Rémi Denis-CourmontRemove useless NULLity checks
2008-03-04 Rémi Denis-CourmontPreparsing only works with file:// - only try files.
2008-03-04 Rémi Denis-CourmontRemove access2 non splitted fallback. "://" cannot...
2008-03-04 Rémi Denis-CourmontRemove misleading dummy "Interrupted system call" error...
2008-03-04 Rémi DuraffortRemove the Rating column from the inteface because...
2008-03-04 Rémi Denis-CourmontAvoid dummy "unknown option dccp-service" error
2008-03-04 Rémi DuraffortFix an issu when sorting with the track number : the...
2008-03-04 Rémi DuraffortLast patch to close #1479 (add a column with the track id)
2008-03-04 Rémi Denis-CourmontRemove the 1234 default UDP port hack
2008-03-04 Rafaël CarréFix vlc.exe building (using the right path to the ...
2008-03-04 Rémi DuraffortFix a little bug in the playlist sorting.
2008-03-04 Rémi DuraffortUse the correct meta data to sort the playlist.
2008-03-04 Pavlov KonstantinWe're on git now, so show Git commit instead of svn...
2008-03-03 Pierre d'Herbemontmisc/objects.c:
2008-03-03 Rémi Denis-CourmontRemove the unneeded vlc_object_destroy logger hack...
2008-03-03 André WeberEnable the last parameter of the macros change_integer_...
2008-03-03 Rémi DuraffortUse (void) instead of VLC_UNUSED (with pierre agreement)
2008-03-03 Rémi DuraffortRevert "Include vlc_common.h to get VLC_UNUSED()"
2008-03-03 Pierre d'HerbemontInclude vlc_common.h to get VLC_UNUSED()
2008-03-03 Rémi Denis-CourmontRemove the old port 80 hack in the network subsystem
2008-03-03 Pierre d'Herbemontnetwork/rootwrap.c: Unused args fix.
2008-03-03 Faustino OsunaMake sure there is a new-line at the end of the .gitign...
2008-03-03 Rémi Denis-CourmontRevert "Don't test for buggy libintl when NLS is disabled"
2008-03-03 Rémi DuraffortCheck only one time the return value of malloc.
2008-03-03 Rémi DuraffortCheck the return value of malloc.
2008-03-03 Rémi DuraffortCheck the return value of malloc.
2008-03-03 Rémi DuraffortRemove unecessary msg_Err according to rem remark.
2008-03-03 Faustino OsunaAdd more ignores.
2008-03-03 Pierre d'Herbemontsrc/input/decoder.c: More unused args fix.
2008-03-03 Pierre d'Herbemontcontrol/media_library.c: Fix more unused args.
2008-03-03 Pierre d'Herbemontdarwin_specific.c: unused warning fix.
next