]> git.sesse.net Git - vlc/shortlog
vlc
2008-05-12 Rémi DuraffortAvoid a potential segfault as vlc_object_create can...
2008-05-12 Ilkka OllakkaShow utf-8 as utf-8, eg translations in playlistpanel.
2008-05-11 Christophe... Japanese l10n update by Tadashi Jokagi
2008-05-10 Rémi Denis... The TLS also needs to be cleaned up... should fix ...
2008-05-10 Rémi Denis... Simplification
2008-05-10 Rémi Denis... Don't assert that something that can fail won't fail...
2008-05-10 Pierre d'Herbemontvlm: Fix a warning about a non initialized pointer...
2008-05-10 Jean-Paul SamanFix compiler warnings.
2008-05-10 Jean-Paul SamanDon't override original pointer when realloc fails.
2008-05-10 Jean-Paul SamanCheck malloc return value and cleanup if allocation...
2008-05-10 Jean-Paul SamanCheck malloc return value or risk overwritting not...
2008-05-10 Tanguy Krotofflibvlc: add subtitle file (*.srt...) handling
2008-05-10 Rémi Denis... Don't look for plugins from CWD. Also don't leak in...
2008-05-10 Rémi Denis... vlc: set the plugin-path explicitly
2008-05-10 Rémi Denis... Another Makefile fix
2008-05-10 Miguel Angel... Fixed error handling in function
2008-05-10 Rémi Denis... Typo
2008-05-10 Rémi Denis... Do not wander twice in the same subdir - fix distcheck
2008-05-10 Rafaël CarréDo not touch the always-on-top when going fullscreen
2008-05-10 Rémi Denis... Kill further I64C
2008-05-10 Rémi Denis... Distribute data files regardless of features set
2008-05-10 Rémi Denis... Remove any tests that requires external networking.
2008-05-10 Pierre d'Herbemontautomake: Don't run `make install` for VLC.app.
2008-05-10 Felix Paul... Updated libxml2 to 2.6.32
2008-05-10 Rafaël CarréFix compilation on != darwin, beos, win32, linux
2008-05-10 Rafaël CarréFactorize video-on-top disabling while in fullscreen
2008-05-10 Rafaël CarréDisable video-on-top on win32 when going fullscreen
2008-05-10 Rafaël CarréTypo: disable always-on-top when going fullscreen
2008-05-10 Rafaël CarréDBus: Play rewinds at the beginning if there is an...
2008-05-10 Rémi Denis... Remove message unused "queue" parameter
2008-05-10 Rémi Denis... Move some internal message stuff to src/
2008-05-10 Rémi Denis... Compile fix
2008-05-10 Rémi Denis... Build (linux|not)_specific.c as appropriate
2008-05-10 Rémi Denis... Add linux_specific.c + disabled code for libvlc path...
2008-05-09 Antoine CellerierI need another commit :)
2008-05-09 Rafaël CarréUpdate my profile
2008-05-09 Rafaël CarréRevert "Fix memleak in mpga demuxer"
2008-05-09 Rafaël CarréFix double free
2008-05-09 Antoine CellerierAdd some stuff (to test the buildbod post-receive hook)
2008-05-09 Rafaël CarréFix memleak in mpga demuxer
2008-05-09 Rafaël CarréDo not leak psz_demux
2008-05-09 Rafaël CarréFix another memleak in ncurses
2008-05-09 Rafaël CarréFix memory leaks in ncurses intf
2008-05-09 Pavlov KonstantinOSX GUI: Use "Fullscreen Video Device" instead of ...
2008-05-09 Rémi Denis... fix Makefile.am
2008-05-09 Jean-Paul Samanfix indentation.
2008-05-09 Jean-Paul SamanFix broken code.
2008-05-09 Jean-Paul SamanCleanup alpha
2008-05-09 Jean-Paul SamanCatch error case.
2008-05-09 Jean-Paul SamanFix comment and indentation.
2008-05-09 Jean-Paul SamanCleanup in transparant().
2008-05-09 Rémi Denis... system_VLCPath does not exist
2008-05-09 Rémi Denis... Don't install vlc-config.
2008-05-09 Rémi Denis... The normal include dir is also needed for vlc/vlc.h...
2008-05-09 Rémi Denis... Ugly fix for httpd deadlock
2008-05-09 Rémi Denis... QueueMsg: assert p_this
2008-05-09 Rémi Denis... description: we have an object, use it
2008-05-09 Rémi Denis... We also need to check the non "conf::" case. Oops.
2008-05-09 Jean-Paul SamanDon't leak picture_t
2008-05-09 Jean-Paul SamanRemove silly "out of memory" messages.
2008-05-09 Pierre d'Herbemontcmake: Fix bootstrap script.
2008-05-08 Christophe... dvb module uses STRINGIFY()
2008-05-08 Rafaël Carréncurses: restore hierarchical view
2008-05-08 Rafaël CarréDon't use multiple lines macros in if conditions
2008-05-08 Rémi Denis... VLC_VariableSet: assume unsafe variable settings. Fixes...
2008-05-08 Rémi Denis... Win32: kill the Win64-induced warning
2008-05-08 Rémi Denis... Win32 compile fix
2008-05-08 Rémi Denis... DeleteModule cannot fail * don't handle impossible...
2008-05-08 Rémi Denis... module bank: use vlc_custom_create
2008-05-08 Rafaël Carrévlc_threads_funcs.h and vlc_module_macros.h have been...
2008-05-08 Felix Paul... Lock FFmpeg to r12920 for now to get us nice builds
2008-05-08 Rafaël Carréshortcuts are strings
2008-05-08 Rémi Denis... capabilities are strings
2008-05-08 Rémi Denis... Win32 compile fixes
2008-05-08 Rémi Denis... Merge vlc_threads.h and vlc_threads_funcs.h
2008-05-08 Rémi Denis... Fix the kludge for old glibc
2008-05-08 Rémi Denis... Move pthread to the front.
2008-05-08 Rémi Denis... Mutexes cannot be error-checking and recursive at the...
2008-05-08 Rémi Denis... Fix a bunch of warnings (error handling)
2008-05-08 Rémi Denis... Fix yesterday's VLM bug
2008-05-08 Rémi Denis... Don't declare a non-existent function
2008-05-08 Rémi Denis... No need to auto-include <vlc_plugin.h> anymore
2008-05-08 Rémi Denis... Don't redefine MODULE_STRING
2008-05-08 Rémi Denis... vlc_modules_macros.h -> vlc_plugin.h
2008-05-08 Rémi Denis... Remove E_()
2008-05-08 Rémi Denis... Include vlc_plugin.h as needed
2008-05-08 Rémi Denis... Merge the plugins macros into one header
2008-05-08 Rémi Denis... Remove dead CPP
2008-05-08 Rémi Denis... vlc_module_set: use vararg, more flexible
2008-05-08 Rafaël CarréDBus: use the current array of playlist items
2008-05-08 Rémi Denis... Fix warning
2008-05-08 Antoine CellerierCopyright changes. (btw, does Copyright the VideoLAN...
2008-05-08 Rafaël CarréDon't use the playlist if it has been destroyed
2008-05-07 Antoine CellerierAdd france2.lua here.
2008-05-07 Antoine CellerierLua playlist script for pages like http://jt.france2...
2008-05-07 Rémi DuraffortLess and less information with compile
2008-05-07 Rémi Denis... No need to take the structure lock when finding oneself
2008-05-07 Rémi Denis... Fix the same race condition as in
2008-05-07 Rémi Denis... Use a per-object spin around the reference count.
2008-05-07 Rémi Denis... Only insert new object into the table one initialized
next