git.videolan.org
/
vlc.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Preparser: use normal thread API
2008-09-14
Rémi Denis-Courmont
Preparser: use normal thread API
commit
|
commitdiff
|
tree
2008-09-14
Rémi Denis-Courmont
Hide fetcher and prepase typedefs
commit
|
commitdiff
|
tree
2008-09-14
Rémi Denis-Courmont
Do not use block_FifoWake if block_FifoGet does not...
commit
|
commitdiff
|
tree
2008-09-14
Rémi Denis-Courmont
Grrr at subsubsubsubdirectories
commit
|
commitdiff
|
tree
2008-09-14
Rémi Denis-Courmont
Remove intf_ShouldDie
commit
|
commitdiff
|
tree
2008-09-14
Rémi Denis-Courmont
netsync: some cleanup (still very ugly)
commit
|
commitdiff
|
tree
2008-09-14
Rémi Denis-Courmont
Remove VLC_OBJECT_ANNOUNCE
commit
|
commitdiff
|
tree
2008-09-14
Rémi Denis-Courmont
Remove the useless announce handler object
commit
|
commitdiff
|
tree
2008-09-14
Rémi Denis-Courmont
HTTP: sanity check
commit
|
commitdiff
|
tree
2008-09-13
Rémi Denis-Courmont
Always send the SD events
commit
|
commitdiff
|
tree
2008-09-13
Rémi Denis-Courmont
close -> net_Close
commit
|
commitdiff
|
tree
2008-09-13
Rémi Denis-Courmont
Support for (compile-time) custom stack size
commit
|
commitdiff
|
tree
2008-09-11
Rémi Denis-Courmont
SAP announce: rewrite, use one thread per SAP group...
commit
|
commitdiff
|
tree
2008-09-10
Rémi Denis-Courmont
Typo
commit
|
commitdiff
|
tree
2008-09-10
Rémi Denis-Courmont
Do not heap free stack structure...
commit
|
commitdiff
|
tree
2008-09-10
Rémi Denis-Courmont
Grmbl. Remove the stupid assert after merging commits.
commit
|
commitdiff
|
tree
2008-09-08
Rémi Denis-Courmont
Remove dead code (vlc_object_timedwait)
commit
|
commitdiff
|
tree
2008-09-08
Rémi Denis-Courmont
Do not hide an interface idle sleep from the compiler...
commit
|
commitdiff
|
tree
2008-09-08
Rémi Denis-Courmont
MMSTU: suspend the keep-alive thread while not paused
commit
|
commitdiff
|
tree
2008-09-08
Rémi Denis-Courmont
Fix getenv
commit
|
commitdiff
|
tree
2008-09-08
Rémi Denis-Courmont
HTTP access_out: fix binding to an IPv6 address
commit
|
commitdiff
|
tree
2008-09-08
Rémi Denis-Courmont
Fix crash when thread creation fails, fix msleep usage.
commit
|
commitdiff
|
tree
2008-09-08
Rémi Denis-Courmont
live555: remove useless vlc_thread_ready from timeout...
commit
|
commitdiff
|
tree
2008-09-08
Rémi Denis-Courmont
Do not call vlc_thread_ready with non-waiting vlc_thread_create
commit
|
commitdiff
|
tree
2008-09-08
Rémi Denis-Courmont
Improve documentation
commit
|
commitdiff
|
tree
2008-09-08
Rémi Denis-Courmont
Remove dummy usage of vlc_thread_ready()
commit
|
commitdiff
|
tree
2008-09-08
Rémi Denis-Courmont
Fix cut&paste error in 1014a2aa09d4c4a529407b221676f9138416660b
commit
|
commitdiff
|
tree
2008-09-07
Rémi Denis-Courmont
Remove the run-time tick warning - too many false positives.
commit
|
commitdiff
|
tree
2008-09-07
Rémi Denis-Courmont
Win32: assert against recursive mutex in vlc_cond_...
commit
|
commitdiff
|
tree
2008-09-07
Rémi Denis-Courmont
Win32: fix recursive locking imbalance
commit
|
commitdiff
|
tree
2008-09-07
Rémi Denis-Courmont
Broadcast when the object is killed
commit
|
commitdiff
|
tree
2008-09-07
Rémi Denis-Courmont
Manually reset the events
commit
|
commitdiff
|
tree
2008-09-07
Rémi Denis-Courmont
Win32: rework mutex/condition implementation.
commit
|
commitdiff
|
tree
2008-09-07
Rémi Denis-Courmont
Unexport vlc_thread_fatal (short lived)
commit
|
commitdiff
|
tree
2008-09-07
Rémi Denis-Courmont
De-inline mutex and condition functions. Document them.
commit
|
commitdiff
|
tree
2008-09-07
Rémi Denis-Courmont
vlc_cond_broadcast: broadcast signal on a condition...
commit
|
commitdiff
|
tree
2008-09-07
Rémi Denis-Courmont
Win32: fix vlc_cond_timedwait as well
commit
|
commitdiff
|
tree
2008-09-07
Rémi Denis-Courmont
Fix use of vlc_object_wait()
commit
|
commitdiff
|
tree
2008-09-07
Rémi Denis-Courmont
winsock recvmsg: fix WSARecvFrom usage
commit
|
commitdiff
|
tree
2008-09-07
Rémi Denis-Courmont
Podcast: thread safety fixes
commit
|
commitdiff
|
tree
2008-09-07
Rémi Denis-Courmont
V4L2: msleep uses µs - not ms
commit
|
commitdiff
|
tree
2008-09-07
Rémi Denis-Courmont
Use mwait and remove silly msleep usage
commit
|
commitdiff
|
tree
2008-09-07
Rémi Denis-Courmont
net_Accept: -1 (infinite) delay is valid
commit
|
commitdiff
|
tree
2008-09-07
Rémi Denis-Courmont
var_*: use LIBVLC_USED
commit
|
commitdiff
|
tree
2008-09-07
Rémi Denis-Courmont
var_AcquireMutex: enforce constant mutex name
commit
|
commitdiff
|
tree
2008-09-07
Rémi Denis-Courmont
Rework delay checking, use it for net_Accept, add deadline...
commit
|
commitdiff
|
tree
2008-09-06
Rémi Denis-Courmont
Oops
commit
|
commitdiff
|
tree
2008-09-06
Rémi Denis-Courmont
Detect unsupported sleep delay at compile time
commit
|
commitdiff
|
tree
2008-09-06
Rémi Denis-Courmont
__thread is ignored on Windows :(
commit
|
commitdiff
|
tree
2008-09-06
Rémi Denis-Courmont
Use NULL rather than 0
commit
|
commitdiff
|
tree
2008-09-06
Rémi Denis-Courmont
Hotkeys: use normal thread synchronization APIs
commit
|
commitdiff
|
tree
2008-09-06
Rémi Denis-Courmont
vlc_cond_init: really remove useless parameter
commit
|
commitdiff
|
tree
2008-09-06
Rémi Denis-Courmont
audioscrobbler: do not mix vlc_object and vlc_thread...
commit
|
commitdiff
|
tree
2008-09-06
Rémi Denis-Courmont
vlc_object_find_name: return vlc_object_t *
commit
|
commitdiff
|
tree
2008-09-06
Rémi Denis-Courmont
Change the name
commit
|
commitdiff
|
tree
2008-09-06
Rémi Denis-Courmont
Remove memory error message
commit
|
commitdiff
|
tree
2008-09-06
Rémi Denis-Courmont
vlc_control_cancel: va_start iif va_end
commit
|
commitdiff
|
tree
2008-09-06
Rémi Denis-Courmont
SAP out does not need an object name
commit
|
commitdiff
|
tree
2008-09-06
Rémi Denis-Courmont
fetcher and preparser don't need object names
commit
|
commitdiff
|
tree
2008-09-06
Rémi Denis-Courmont
libvlc does not need an object name
commit
|
commitdiff
|
tree
2008-09-06
Rémi Denis-Courmont
Use fputs - properly
commit
|
commitdiff
|
tree
2008-09-06
Rémi Denis-Courmont
CLI: libvlc -> vlc
commit
|
commitdiff
|
tree
2008-09-06
Rémi Denis-Courmont
Usage: vlc, not Usage: libvlc
commit
|
commitdiff
|
tree
2008-09-06
Rémi Denis-Courmont
Tag some APIs as LIBVLC_USED
commit
|
commitdiff
|
tree
2008-09-06
Rémi Denis-Courmont
LIBVLC_USED: tag for function whose result must be...
commit
|
commitdiff
|
tree
2008-09-06
Rémi Denis-Courmont
Dead code
commit
|
commitdiff
|
tree
2008-09-06
Rémi Denis-Courmont
RTP: ignore packets with duplicated sequence numbers...
commit
|
commitdiff
|
tree
2008-09-05
Rémi Denis-Courmont
Move a bunch of plugins out of configure.ac
commit
|
commitdiff
|
tree
2008-09-05
Rémi Denis-Courmont
Remove old BeOS thread support
commit
|
commitdiff
|
tree
2008-09-05
Rémi Denis-Courmont
Fix VLM double free
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis-Courmont
Revert "Set buffer sizes"
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis-Courmont
Warn about ticks at compile-time
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis-Courmont
Set buffer sizes
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis-Courmont
Protect against multiple inclusions
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis-Courmont
Remove /* inside comment
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis-Courmont
Remove declaration for vanished function
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis-Courmont
Add msleep misuse warning
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis-Courmont
Win32: strerror won't work
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis-Courmont
Win32: restore accidentally removed variable
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis-Courmont
Win32: fix warning
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis-Courmont
use backtrace with vlc_object_get warning
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis-Courmont
Provide backtrace function within libvlccore
commit
|
commitdiff
|
tree
2008-09-04
Rémi Denis-Courmont
Thread fatal errors: add function name, and some Win32...
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis-Courmont
double variable declaration
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis-Courmont
De-inhibit cancellation in interface threads
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis-Courmont
Pull cancellation into (most) remaining interfaces
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis-Courmont
Signals: only one thread needed now
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis-Courmont
Telnet: fix arbitrary tick
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis-Courmont
strsep does not need to be exported for now
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis-Courmont
Avoid alloca()
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis-Courmont
No point in checking vlc_object_alive there
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis-Courmont
Do not lock the input while talking to D-Bus
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis-Courmont
Revert "CLOCK_FREQ is a 64-bits quantity as mtime_t"
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis-Courmont
Use CLOCK_FREQ
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis-Courmont
CLOCK_FREQ is a 64-bits quantity as mtime_t
commit
|
commitdiff
|
tree
2008-09-03
Rémi Denis-Courmont
Fix warning
commit
|
commitdiff
|
tree
2008-09-02
Rémi Denis-Courmont
Shrink overly large blocks
commit
|
commitdiff
|
tree
2008-09-01
Rémi Denis-Courmont
CacheName: inline and thread-safe
commit
|
commitdiff
|
tree
2008-09-01
Rémi Denis-Courmont
Win32: fix malloc when creating a thread
commit
|
commitdiff
|
tree
2008-08-31
Rémi Denis-Courmont
Update Windows versions
commit
|
commitdiff
|
tree
next