]> git.sesse.net Git - vlc/shortlog
vlc
2007-09-17 Rémi Denis... Force fallback to realtime clock when clock selection...
2007-09-17 Rémi Denis... Do not compute values that are never used (anymore)
2007-09-17 Rémi Denis... Ignore muxed RTCP packets for AVP profile
2007-09-17 Rémi Denis... - Restore RTP pre-buffering broken in previous commit.
2007-09-17 Rémi Denis... Do not use BlockChoose when the access is explicitly...
2007-09-17 Rémi Denis... Remove useless #define
2007-09-17 Rémi Denis... - Fix potential use after free
2007-09-17 Pierre d'Herbemontlua: Print debug message only if really wanted.
2007-09-17 Rémi Denis... Signal the playlist BEFORE unlocking it.
2007-09-17 Rémi Denis... errno.h is always needed for pthread now
2007-09-17 Pierre d'Herbemontmisc/threads.c: On non-linux create a PTHREAD_MUTEX_ERR...
2007-09-17 Rafaël CarréRevert previous commit, and updates faac & live-config...
2007-09-16 Rafaël Carrécontrib/faac: Uses only UNIX newline for the patch
2007-09-16 Rémi Denis... Really fix XShm detection with remote X11 (cf [19346]):
2007-09-16 Antoine CellerierDon't print the "googleimage.lua: didn't return a strin...
2007-09-16 Rémi Denis... Add some debug
2007-09-16 Rémi Denis... Out-of-line __pl_Get and __pl_Release - depend on libvl...
2007-09-16 Christophe... Free no longer needed after changes in getNonEmptyString
2007-09-16 Rémi Denis... Fix win32 compilation, but that will crash at run-time
2007-09-16 Rémi Denis... Mark the test programs as not installable
2007-09-16 Rémi Denis... Because we are selfish bastards (at least, I am), disab...
2007-09-16 Rémi Denis... Force the sending threads to wakeup at exit - closes...
2007-09-16 Rémi Denis... block_FifoWake: force the block_FifoGet()'ing thread...
2007-09-16 Christophe... Typo
2007-09-16 Rémi Denis... new API
2007-09-16 Rémi Denis... Use new API too
2007-09-16 Rémi Denis... Use new API
2007-09-16 Rémi Denis... Typo
2007-09-16 Rémi Denis... Inline vlc_object_signal
2007-09-16 Rémi Denis... Fix deadlock
2007-09-16 Rémi Denis... Use the new API in playlist macros
2007-09-16 Rémi Denis... hotkeys: use the new object locking API
2007-09-16 Rémi Denis... Forgot this file in [22086]
2007-09-16 Rémi Denis... Cosmetic
2007-09-16 Rémi Denis... Also use the new API here
2007-09-16 Rémi Denis... Use the new object locking API
2007-09-16 Rémi Denis... Wrappers around thread signaling functions for object:
2007-09-16 Rémi Denis... Return an error if timer expires, but still do not...
2007-09-16 Rémi Denis... Const cleanup
2007-09-16 Rémi Denis... var_CreateGetNEString simplications
2007-09-16 Rémi Denis... Switch the few var_GetString remains to var_GetNonEmpty...
2007-09-16 Rémi Denis... Fix to var_GetNonEmptyString
2007-09-16 Rémi Denis... Fix HTTP DVB ACL
2007-09-16 Rémi Denis... typo
2007-09-16 Rémi Denis... Memory error handling
2007-09-16 Rémi Denis... Partial memory error handling
2007-09-16 Rémi Denis... Error handling
2007-09-16 Rémi Denis... Memory error handling
2007-09-16 Rémi Denis... Simplification / memory error handling
2007-09-16 Rémi Denis... Use var_GetNonEmptyString were applicable
2007-09-16 Rémi Denis... GetNonEmptyString simplification
2007-09-16 Rémi Denis... Try to fix memleaks
2007-09-16 Rémi Denis... Apparent memleak (ipkiss should review perhaps?)
2007-09-16 Rémi Denis... Error handling
2007-09-16 Rémi Denis... Fix condition variable clock ifdef
2007-09-15 Rafaël Carrémenu.cfg has been moved to minimal.cfg
2007-09-15 Rafaël Carréosdmenu: Reverts [22062] which was a revert of [22061...
2007-09-15 Antoine CellerierWin32 installer: save language used in installer for...
2007-09-15 Rémi Denis... Revert [22061]. I probably need more sleep.
2007-09-15 Rémi Denis... OSD install fix from Hannes Domani
2007-09-15 Rafaël CarréMakes vlc the 2nd Media Player in history to implement...
2007-09-15 Rémi Denis... Announce API simplification
2007-09-15 Rémi Denis... Remove dead code
2007-09-15 Rémi Denis... Unexport some unused APIs
2007-09-15 Rémi Denis... stream_out_std: use new SDP API too
2007-09-15 Rémi Denis... Typo
2007-09-15 Rémi Denis... VLC-specific playlist group support
2007-09-15 Rémi Denis... Rework SDP API a little
2007-09-15 Rémi Denis... Price of the most useless piece of code of the day
2007-09-15 Rémi Denis... Fix MacOS linking
2007-09-15 Rémi Denis... Fix deadlock
2007-09-15 Rémi Denis... Another MacOS compile fix
2007-09-15 Christophe... Note how to check which modules are enable
2007-09-15 Rémi Denis... Another attempt at fixing MacOS build
2007-09-15 Rémi Denis... Attempt to fix MacOS build
2007-09-15 Rémi Denis... Simplification to avoid busy loops after process suspension
2007-09-15 Rémi Denis... Same here
2007-09-15 Rémi Denis... Use monotonic clock when available only
2007-09-15 Rémi Denis... Wake up screensaver thread every 30 seconds rather...
2007-09-15 Rémi Denis... Check for <linux/dccp.h> before including it
2007-09-15 Rémi Denis... Fixes debug build
2007-09-15 Rémi Denis... ETIMEDOUT is perfectly expected here, do not complain...
2007-09-15 Rémi Denis... vlc_cond_timedwait: wrapper around pthread_cond_timedwait
2007-09-15 Rémi Denis... Make sure we use the same clock for condition variable
2007-09-15 Rémi Denis... When killing libvlc, also kill all its immediate children
2007-09-15 Rémi Denis... Fix doc
2007-09-15 Rémi Denis... typo
2007-09-15 Rémi Denis... Wakes an object when it is being killed
2007-09-15 Rémi Denis... Remove interface b_block property.
2007-09-15 Rémi Denis... If LibVLC is closing, any interface should close, not...
2007-09-15 Rémi Denis... Doc change
2007-09-15 Rémi Denis... There is really no excuse for not checking the hostname.
2007-09-15 Rémi Denis... Don't crash if a client sends an overly large header
2007-09-15 Rafaël CarréMinor fixes, add comments
2007-09-15 Rémi Denis... Some sout news
2007-09-15 Rémi Denis... Cosmetics
2007-09-15 Rémi Denis... Remove auto-update. This is blatantly insecure.
2007-09-14 Antoine CellerierFix the dailymotion lua script.
2007-09-14 Jérome DecoodtDon't mix VLC.app and VLC-release.app
2007-09-14 Rafaël CarréAdds ncurses compiled with wide characters support...
next