]> git.sesse.net Git - vlc/history - src
Remove GCCism
[vlc] / src /
2008-08-13 Rémi Denis-CourmontUse %s even if all strings are currently free of percen...
2008-08-13 Rémi Denis-Courmont*whistle* ladada
2008-08-13 Rémi DuraffortWe don't need size here to check asprintf value.
2008-08-13 Rémi DuraffortDo the RIGHT check of asprintf.
2008-08-13 Rémi DuraffortCheck asprintf return value and fix memleak.
2008-08-13 Rémi DuraffortSimplify code.
2008-08-13 Rémi Denis-CourmontFix compilation against WinXP (conflicting symbols)
2008-08-13 Rémi Denis-CourmontSimplify free
2008-08-13 Rémi Denis-Courmontvlc_inet_pton: fix memory leak
2008-08-13 Jean-Baptiste KempfFix a warning on unused variable.
2008-08-13 Jean-Baptiste KempfCheck asprintf results.
2008-08-12 Pierre d'Herbemontinput: More strtol fix.
2008-08-12 Pierre d'Herbemontinput: Fix strtol usage.
2008-08-12 Pierre d'Herbemontcpu: Don't warn if we don't support altivec.
2008-08-12 Jean-Baptiste Kempfosd_text: Fix a bad vasprintf usage.
2008-08-12 Pierre d'Herbemontvideo_text: Fix a bad vasprintf usage.
2008-08-12 Pierre d'HerbemontRevert "playlist: With NDEBUG p_playlist may become...
2008-08-12 Pierre d'Herbemontaudio_output: Fix an unused parameter in the NDEBUG...
2008-08-12 Pierre d'Herbemontinput: Fix asprintf usage.
2008-08-12 Pierre d'Herbemontplaylist: With NDEBUG p_playlist may become unused.
2008-08-12 Pierre d'Herbemontvar: undef Windef.h CALLBACK as we use it here.
2008-08-12 Pierre d'Herbemontlibvlccore: Explicitely cast our const char *. dooh...
2008-08-12 Pierre d'Herbemontvlc_network: vlc_poll is always exported. Don't put...
2008-08-12 Pierre d'Herbemontnetwork: vasprintf returns an int.
2008-08-12 Pierre d'Herbemontvout: Remove a warning about vout_ShowTextAbsolute...
2008-08-12 Pierre d'Herbemontinput: Fix signed warnings about streams.
2008-08-12 Pierre d'Herbemontinput: Fix warnings.
2008-08-12 Pierre d'Herbemontsnapshot: Don't use vlc_object_signal_maybe.
2008-08-12 Pierre d'Herbemontinput: Remove a warning about an unused argument.
2008-08-12 Pierre d'Herbemontplaylist: playlist_LiveSearchUpdate is locked, no need...
2008-08-12 Pierre d'Herbemontplaylist: Remove the callbacks from the deleted input...
2008-08-12 Pierre d'Herbemontlibvlccore: Fix a warning about b_daemon on Windows.
2008-08-12 Pierre d'Herbemontmediacontrol: Fix warnings about unused args.
2008-08-12 Pierre d'Herbemontmedia_list_player: Fix a warning that indicated a true...
2008-08-12 Pierre d'Herbemontsap: Fix thread prototype.
2008-08-12 Pierre d'Herbemontimage: Removed unused function.
2008-08-12 Pierre d'Herbemontplaylist: More warning fix+lock fixes.
2008-08-12 Pierre d'Herbemontplaylist: playlist_NodeCreate needs the PL_LOCK.
2008-08-12 Pierre d'Herbemontinterface: Warning fixes on Mac OS X.
2008-08-12 Pierre d'Herbemontplaylist: Warning fixes.
2008-08-12 Derk-Jan Hartmanconfig: on OS X, don't use required_argument for getopt...
2008-08-11 Pierre d'Herbemontaudio_output: Take the input_fifos lock where needed...
2008-08-11 Pierre d'Herbemontaudio_output: Properly lock the input_fifos_lock in...
2008-08-10 Derk-Jan Hartmanmtime: we might as well assert for real
2008-08-10 David FlynnFix date_Increment when i_divider_den > 1
2008-08-10 Pierre d'Herbemontupdate: Various fixes to make it work on Mac OS X.
2008-08-10 Pierre d'Herbemontupdate: Don't release the thread object from this preci...
2008-08-10 Jean-Paul SamanFix resource deadlock in OSDmenu code.
2008-08-10 Jean-Paul SamanFix crash on exit with osdmenu fixes #1796
2008-08-10 Jean-Paul SamanFix crash when osdmenu failed loading.
2008-08-10 Rémi Denis-Courmontvlc_inet_pton: fix return values - fix #1824
2008-08-09 Pierre d'Herbemontaudio_output: Add a missing lock.
2008-08-09 Pierre d'Herbemontaudio_output: Add a missing lock.
2008-08-09 Pierre d'Herbemontaudio_output: Assert on input lock state.
2008-08-09 Pierre d'Herbemontaudio_output: Assert on fifo lock.
2008-08-09 Rémi Denis-CourmontWin32: fix unlikely Sleep() overflow
2008-08-09 Rémi Denis-CourmontWin32 condition variable: remove write-only counter
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.
next