- 12 Jun, 2008 33 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
If you wanted to keep it, you've had two years to take maintainership and start fixing this mess. It's a bit late.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Some people should have read some documentation about threading before they did 1000+ commits. Yes, I am obviously annoyed. I have been fixing VLC for 18 months because of these "great former developers".
-
Rémi Denis-Courmont authored
I assume nothing can ever try to add a new one once the interfaces have been destroyed. If not there is a race condition.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
opengllayer: Don't protect a module by #ifdef you'll end up in warnings. Disable it at configure time if needed.
-
Felix Paul Kühne authored
Complete l10n to be done later on
-
Rémi Denis-Courmont authored
Some (buggy?) thread implementations use RT signals internally... The handling of SIGPIPE remains somewhat problematic. We should probably use MSG_NOSIGNAL when writing to sockets, but this does not work when dealing with pipes/FIFOs or writing to sockets using write(). In particular, net_Write uses write() so that it can be used on non-socket descriptors too (I believe this is used by the RC interface).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Though this should not happen as we are using non-blocking mode
-
Rémi Denis-Courmont authored
Character device may be seekable (depending on the device) and block device are seekable, but only on certain boundaries which we don't handle.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Note to self: don't ever trust IB3
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
(only on supported platforms, being just Darwin right now)
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
Clean up the code a bit, turning to be half as laggy as the previous code, but it will need to be properly fixed. Additionally, we are a good citizen now, since we actually quit our session instead of just releasing it. This takes a couple of secs though.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Use a ffmpeg revision which suits our state of patches
-
Felix Paul Kühne authored
Please leave the FFmpeg revision fixed and only update it if you sure that your newer one is stable, nice and cool.
-
Felix Paul Kühne authored
The jam-based target is removed by this commmit.
-
Felix Paul Kühne authored
Finally upgrade the build target to a native one (in favour of a jam-based one, whose support is to be reomoved by Xcode's next release) Regrettably, this adds yet another file where to change the VLC version
-
Felix Paul Kühne authored
Unsure about my sanity now though.
-
- 11 Jun, 2008 7 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Send as much data as the packetization AND the MTU allow
-