]> git.sesse.net Git - vlc/history - src
Presumptively avoid using getaddrinfo for the Windows 2000
[vlc] / src /
2008-08-09 Rémi Denis-CourmontPresumptively avoid using getaddrinfo for the Windows...
2008-08-09 Rémi Denis-Courmontvlc_inet_pton: use getaddrinfo, should fix #1824
2008-08-09 Rémi Denis-Courmontnet_vaPrintf: fix error handling
2008-08-09 Rémi Denis-CourmontDo not use vlc_thread_create for the IPC helper
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-08 Olivier Aubertmediacontrol_core: libvlc_media_player_get_length/time...
2008-08-08 Olivier AubertSpelling fixes
2008-08-08 Olivier Aubertmediacontrol: libvlc_media_player_get_time/get_length...
2008-08-08 Olivier AubertEmbedded snapshot: properly initialize snapshot-width...
2008-08-08 Jean-Paul SamanDocument media descriptor, media library, media service...
2008-08-07 Christophe MutricyActivates Punjabi translation
2008-08-07 Rémi Denis-CourmontAvoid undeclared function call
2008-08-07 Rémi Denis-Courmontvlc_poll: no conditional symbols
2008-08-07 Rémi DuraffortFix threaded function declaration.
2008-08-07 Rémi DuraffortFix threaded function type.
2008-08-07 Rémi Denis-CourmontVerbose comment
2008-08-06 Rémi DuraffortFix compilation warning (a void* function might return...
2008-08-06 Derk-Jan HartmanRevert "poll(): ifndef HAVE_POLL means we don't use...
2008-08-06 Derk-Jan Hartmanpoll(): ifndef HAVE_POLL means we don't use poll()...
2008-08-04 Christophe Mutricywin32: no need of an icon for the dll
2008-08-04 Rémi Denis-CourmontFix wrapper: use SOCK_STREAM rather than SOCK_DGRAM...
2008-08-03 Pierre d'Herbemontupdate: Correctly compare the version number.
2008-08-03 Rémi DuraffortFix a memleak and threaded function definition.
2008-08-03 Pierre d'Herbemontmedia_list_player: Fix.
2008-08-03 Pierre d'Herbemontinput: Remove a tautology in input_item_SetPreparsed.
2008-08-03 Pierre d'Herbemontlibvlc: Properly raise an exception if something goes...
2008-08-03 Rémi DuraffortFix memleak and bad use of a const variable.
2008-08-03 Rémi Denis-CourmontDo not hide many (all?) thread function having an incor...
2008-08-03 Pierre d'Herbemontmedia_list_player: Make sure we do return an item to...
2008-08-03 Laurent AimarFixed filter_chain_GetFmtOut to really return the outpu...
2008-08-03 Justus PiaterDeclared many static variables const
2008-08-02 Christophe MutricyAdd version number to libvlc(core).dll
2008-08-02 Rémi Denis-CourmontFix previous commit
2008-08-02 Rémi Denis-CourmontIn debug builds, update thread waiting message for...
2008-08-02 Laurent AimarFixed regression introduced in [8ffbd86ab31339eea0c36d2...
2008-08-02 Rémi Denis-CourmontDo not leak the IPC helper - might fix #1598
2008-08-02 Rémi Denis-Courmontvlc shall be installable - fix #1735
2008-08-02 Pierre d'Herbemontplaylist: Don't allow pl_Release(p_playlist) and pl_Yie...
2008-08-01 Pierre d'Herbemontplaylist: Handle vlc_InputItemErrorWhenReadingChanged...
2008-08-01 Pierre d'Herbemontinput: Expose input_ItemHasErrorWhenReading.
2008-08-01 Rémi DuraffortRevert "Prefer setenv to putenv (evenmore with local...
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Jean-Baptiste KempfRemove unneeded space.
2008-07-31 Pierre d'Herbemontthreads: Make sure we don't re-create a thread if the...
2008-07-31 Pierre d'Herbemontlibvlccore: Don't set the priority on first thread...
2008-07-31 Rémi DuraffortFix commit.
2008-07-31 Pierre d'Herbemontlibvlccore: fix AUTO_ADJUST_PTS_DELAY short comment.
2008-07-31 Rémi DuraffortCheck asprintf return value.
2008-07-31 Rémi DuraffortPrefer setenv to putenv (evenmore with local variables).
2008-07-31 Adrien MagloFix a memleak when using the --use-stream-immediate...
2008-07-31 Rémi DuraffortRemove memleak in input_ItemAddInfo (check correctly...
2008-07-30 Jean-Baptiste KempfTranslate Console.
2008-07-30 Adrien MagloFix a segfault which orrured when you set a schedule...
2008-07-30 Jean-Baptiste KempfTry to store config_GetConfDir in the official place...
2008-07-30 Jean-Baptiste KempfFix config_GetHomeDir by using CSIDL_PERSONAL instead...
2008-07-29 Laurent AimarClean up pf_pre_render prototype (btw, this function...
2008-07-28 Christophe MutricyInstall the translations in share on win32 and MacOSX
2008-07-28 Laurent AimarCosmetic.
2008-07-28 Laurent AimarRemoved an unused lock.
2008-07-28 Laurent AimarCosmetics (Error is not used only on error)
2008-07-27 Laurent AimarAllow picture_Copy to work on different sized pictures.
2008-07-27 Laurent AimarDo not leak memory in case of multiple region inside...
2008-07-27 Laurent AimarFixed double free on invalid scaling.
2008-07-27 Rémi DuraffortFix a memleak.
2008-07-27 Laurent AimarFixed croppping of standard OSD messages (well more...
2008-07-27 Derk-Jan Hartmanconfig loader: make it more clear where this fprintf...
2008-07-26 Derk-Jan Hartmanplaylist: don't set current_status to NULL when a file...
2008-07-25 Laurent AimarAdded missing VLC_OBJECT...
2008-07-25 Laurent AimarCosmetics (factorize code).
2008-07-24 Laurent AimarFixed dvd menu highlight (close #1709)
2008-07-24 Rémi Denis-Courmontvlc_thread_set_priority: don't mess up the thread_id
2008-07-24 Rémi Denis-CourmontRemove the main thread hack on platforms with non-idiot...
2008-07-24 Laurent AimarFixed completely broken video filter 2 chain in vout...
2008-07-24 Rémi Denis-CourmontDo not ResumeThread an invalid thread handle
2008-07-23 Pierre d'Herbemontvout: Fix a long standing typo 1.85:1 -> 185:100.
2008-07-23 Pierre d'Herbemontvariables: Don't sort the choice list here. Because...
2008-07-23 Pierre d'Herbemontvout: Given that 16:10 is the most common display ratio...
2008-07-23 Laurent AimarFixed filter_chain for vout hack.
2008-07-22 Pierre d'Herbemontvideo_output: Forgotten Close.
2008-07-22 Pierre d'Herbemontplaylist: Fix the return value of playlist_ItemToNode...
2008-07-22 Pierre d'Herbemontplaylist: Never delete the playlist_item directly....
2008-07-22 Pierre d'Herbemontservices_discovery: Make sure we kill also object creat...
2008-07-22 Rémi Denis-Courmontaccess_filter: memory leak
2008-07-21 Laurent AimarFixed a memory leak in AspectCallback.
2008-07-21 Laurent AimarUse picture_New.
2008-07-21 Laurent AimarUse picture_New/Delete/Release.
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-20 Laurent AimarAdded picture_New/picture_Delete/picture_CopyPixels...
2008-07-20 Pierre d'Herbemontmedia_list_player: Don't fetch stop event from media...
2008-07-20 Jean-Paul SamanFix ticket #1700: Disable video title showing when...
2008-07-19 Laurent AimarUse picture_CopyProperties.
2008-07-19 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-19 Rémi DuraffortCosmetic.
2008-07-19 Laurent AimarFixed a segfault in aout_EnableFilter.
2008-07-19 Pierre d'Herbemontlibvlc: Don't raise an exception if there is no vout...
2008-07-19 Pierre d'Herbemontplaylist: playlist_NodeAddInput was noted as deprecated...
2008-07-19 Pierre d'Herbemontplaylist: playlist_DeleteFromInputInParent wasn't used...
2008-07-19 Pierre d'Herbemontplaylist: playlist_DeleteInputInParent->playlist_Delete...
next