]> git.sesse.net Git - vlc/history - src
QT4 wineventfilter for Win32, allows WM_APPCOMMAND stuff
[vlc] / src /
2008-10-05 Rémi Denis-CourmontDo not check for the same error twice (CID#147)
2008-10-05 Rémi Denis-CourmontFix NULL dereference (CID#181)
2008-10-05 Rémi Denis-CourmontFix NULL dereference (CID#149)
2008-10-05 Rémi Denis-CourmontFix dangling pointer use when shrinking a non-standard...
2008-10-05 Rémi Denis-CourmontMake the instance lock static
2008-10-05 Rémi Denis-CourmontFix some race conditions in the module bank
2008-10-05 Rémi Denis-CourmontAnother useless parameter
2008-10-05 Rémi Denis-CourmontFix warning
2008-10-05 Rémi Denis-Courmontmodule_find, module_exists, module_get_main: remove...
2008-10-05 Rémi Denis-CourmontFix missing declaration (supposedly crash on amd64)
2008-10-05 Rémi Denis-CourmontFix warning
2008-10-05 Rémi DuraffortFix potential memleak (CID 198)
2008-10-05 Rémi DuraffortFix one potential memleak (CID 195)
2008-10-05 Rémi Denis-CourmontBury the module pointer inside modules.c
2008-10-05 Rémi Denis-CourmontUnneeded #include
2008-10-05 Rémi Denis-CourmontCleanup b_cache_delete
2008-10-05 Rémi Denis-CourmontRemove b_cache_delete
2008-10-05 Rémi Denis-CourmontRemove one core dependency upon the module bank
2008-10-05 Rémi Denis-CourmontTentative link fix
2008-10-05 Rémi Denis-CourmontRemove slow and leaking var_AcquireMutex
2008-10-05 Rémi Denis-CourmontUse static mutexes
2008-10-05 Rémi Denis-CourmontStatic mutexes
2008-10-05 Rémi Denis-CourmontRemove vlc_threads_(init|end), fix thread-safety on...
2008-10-04 Rémi Denis-CourmontFix vlc_thread_ready invalid use of object_wait
2008-10-04 Rémi Denis-CourmontCritical section are internally recursive
2008-10-04 Rémi Denis-CourmontHuman readable git versions
2008-10-03 Jean-Paul SamanFix regression in libvlc_video_set_spu() and libvlc_aud...
2008-10-03 Jean-Paul SamanFix regression in libvlc_video_set_teletext().
2008-10-03 Jean-Paul SamanFix bug in libvlc_video_set_teletext()
2008-10-02 Derk-Jan Hartmanupdate: don't free the temp pointer, but free the origi...
2008-10-02 Derk-Jan Hartmanupdate: rename the variables so that it matches their...
2008-10-02 Derk-Jan Hartmanupdate: allow update_Download to accept: directory...
2008-10-01 Laurent AimarFixed annoying lates frame when slowing speed.
2008-10-01 Laurent AimarNo functionnal changes (clean up)
2008-10-01 Rémi DuraffortMacro protection.
2008-10-01 Rémi DuraffortRemove duplication and do the NULL text before derefere...
2008-10-01 Rémi DuraffortInit the variable (CID 239)
2008-10-01 Rémi DuraffortFix "Use after free" (CID 248)
2008-10-01 Geoffroy CouprieWinCE: missing threading functions
2008-10-01 Jean-Baptiste KempfCompilation fix for win32.
2008-09-30 Laurent AimarFixed too restrictive assert in decoder.
2008-09-30 Laurent AimarLet decoder handle the audio/spu delay.
2008-09-30 Laurent AimarAdded aout pause support.
2008-09-30 Laurent AimarMoved a few vout tests+statistics to decoder.
2008-09-30 Laurent AimarMoved a few aout tests+statistics to decoder.
2008-09-30 Laurent AimarUse audio desync as initial audio-delay value.
2008-09-30 Laurent AimarProtect a bit against invalid pcr.
2008-09-30 Laurent AimarProtect against broken subpicture size.
2008-09-30 Laurent AimarFixed potential race condition on vout release in decoder.
2008-09-30 Laurent AimarFixed sout #display.
2008-09-30 Rémi Denis-CourmontDe-inline playlist_Signal
2008-09-30 Rémi Denis-CourmontFix linking
2008-09-30 Rémi Denis-CourmontUnexport vlc_object_waitpipe
2008-09-30 Geoffroy CouprieWinCE: more missing functions fixes
2008-09-30 Geoffroy CouprieMerge branch 'master' of git://git.videolan.org/vlc
2008-09-30 Geoffroy CouprieWinCE: fix missing functions
2008-09-29 Geoffroy CouprieRemove IS_WINNT macro
2008-09-28 Rémi Denis-CourmontRemove VLC_OBJECT_LIBVLC
2008-09-28 Rémi Denis-CourmontRemove p_root hacks
2008-09-28 Rémi Denis-CourmontGet rid of p_root object
2008-09-28 Rémi Denis-CourmontRemove vlc_global()
2008-09-28 Rémi Denis-CourmontDead #defines
2008-09-28 Rémi Denis-CourmontMove psz_vlcpath out of p_root
2008-09-28 Rémi Denis-CourmontPer-instance structure lock
2008-09-28 Rémi Denis-CourmontRemove VLC_OBJECT_OPENGL
2008-09-28 Pierre d'Herbemontplaylist: i_last_playlist_id is private.
2008-09-28 Pierre d'Herbemontplaylist: b_reset_currently_playing is private.
2008-09-28 Pierre d'Herbemontplaylist: last_rebuild_date is private.
2008-09-28 Pierre d'Herbemontplaylist: i_sort and i_order are not used. removed.
2008-09-28 Pierre d'Herbemontplaylist: gc_date is private.
2008-09-28 Pierre d'Herbemontplaylist: b_cant_sleep is private.
2008-09-28 Pierre d'Herbemontplaylist: b_auto_preparse is private.
2008-09-28 Pierre d'Herbemontplaylist: b_doing_ml doing ml is private.
2008-09-28 Pierre d'Herbemontplaylist: b_tree is private.
2008-09-28 Laurent AimarSpu pause support.
2008-09-28 Laurent AimarFixed a too restrictive assert on vout pause.
2008-09-28 Rémi Denis-Courmonttypo
2008-09-28 Rémi Denis-Courmontvlc_assert_locked is private
2008-09-28 Laurent AimarPause vout on decoder pause.
2008-09-28 Laurent AimarPrivatized part of vout fields.
2008-09-28 Laurent AimarThe input now pauses the decoders.
2008-09-28 Laurent AimarAdded vout_internal.h.
2008-09-28 Laurent AimarInclude input_clock.h only where needed.
2008-09-28 Laurent AimarMoved input decoder declaration to input/input_decoder.h
2008-09-28 Laurent AimarNo functionnal changes (decoder).
2008-09-28 Laurent AimarSupport for no clock in decoder (sout display).
2008-09-28 Laurent AimarConvert stream to system timestamp after the decoder.
2008-09-28 Laurent AimarGive input_DecoderNew the clock used.
2008-09-28 Laurent AimarProtect input_clock_GetTS from concurrent access.
2008-09-28 Laurent AimarMoved clock master flag to es_out.
2008-09-28 Laurent AimarNo functionnal changes.
2008-09-28 Laurent AimarDocumented input_clock_t interface.
2008-09-28 Laurent AimarModularize drift algo by introducing a long term averag...
2008-09-28 Laurent AimarCosmetics.
2008-09-28 Laurent AimarFixed last_pts by using max value.
2008-09-28 Laurent AimarImproved (a little) reactivity on seek.
2008-09-28 Laurent AimarMoved clock interface from input_internal.h to input_cl...
2008-09-28 Laurent AimarCosmetics.
2008-09-28 Laurent AimarRemoved all clock dependencies on input.
2008-09-28 Laurent AimarRemoved one dependency of the clock on input_thread_t.
next