- 12 Jun, 2008 22 commits
-
-
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 15 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
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
Killing a the parent within vlc_object_attach looks like an awful hack anyway. And there was a documented race condition, in addition to the dead lock. This reverts all the pluses from 99e8bcdd. vlc_object_kill() takes the structure lock internally (through vlc_list_child()), so this would always deadlock. Besides, we cannot take any lock within the structure lock, lest we forbid any thread from ever manipulating the objects structure while holding a lock on any object. AFAIK, only object reference spins and the messages bank can be locked within the structure lock.
-
Rémi Denis-Courmont authored
-
Lukas Durfina authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
Use the correct type for the buffer
-
Felix Paul Kühne authored
Add support for Cinepak, Indeo Video IV, DVC Pro 100, DVC Pro HD and Pixlet (the last one being Mac-only)
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 10 Jun, 2008 3 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-