- 12 Aug, 2008 3 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
- 11 Aug, 2008 3 commits
-
-
Rémi Denis-Courmont authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 10 Aug, 2008 4 commits
-
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 09 Aug, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Aug, 2008 2 commits
-
-
Olivier Aubert authored
-
Jean-Paul Saman authored
-
- 07 Aug, 2008 1 commit
-
-
Rémi Denis-Courmont authored
I would rather we move all the replacement functions to a dedicated static import library (in future versions) though. It kinda sucks to clutter libvlccore with such symbols.
-
- 06 Aug, 2008 2 commits
-
-
hartman authored
Revert "poll(): ifndef HAVE_POLL means we don't use poll(), not that it doesn't exist. In OSX poll() is broken for sockets, so we don't use it. Since poll is a kernel function in OSX however, the kernel implementation was used whenever we used poll(), instead of VLCs private poll() which was the intended behaviour. Renamed poll() to vlc_poll() to prevent this." This reverts commit d934fc52.
-
hartman authored
poll(): ifndef HAVE_POLL means we don't use poll(), not that it doesn't exist. In OSX poll() is broken for sockets, so we don't use it. Since poll is a kernel function in OSX however, the kernel implementation was used whenever we used poll(), instead of VLCs private poll() which was the intended behaviour. Renamed poll() to vlc_poll() to prevent this. This fixes #1687, receiving SAPs on Mac OS X.
-
- 03 Aug, 2008 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Justus Piater authored
Signed-off-by:
Rémi Denis-Courmont <rdenis@simphalempin.com>
-
- 02 Aug, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 01 Aug, 2008 2 commits
-
-
Jean-Baptiste Kempf authored
Synchronise supported extensions.
-
Pierre d'Herbemont authored
-
- 30 Jul, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 29 Jul, 2008 2 commits
-
-
Laurent Aimar authored
Change pf_update_regions scheme by not destroying regions before calling it(codec using them may now avoid redrawing not changed subs).
-
Jean-Baptiste Kempf authored
-
- 28 Jul, 2008 1 commit
-
-
Laurent Aimar authored
Fixed a playlist race condition on input events. The playlist was loosing state events from input. And thus it may not always be able to detect (by itself) the end of a stream (It happens easily with small playlist files).
-
- 27 Jul, 2008 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
forced crop only for YUVP subpicture). Separate scale module for YUVP and the others. Fixed a segfault when no scale module is found.
-
- 24 Jul, 2008 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
chance to get a frame when they ask (close #1738). Decoders and filters share the same pool of video frames. But the decoders try to decode as fast as possible, using all buffers. Then it s pure luck if the filter can grab a frame...
-
- 23 Jul, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Funky byte sexes are supported here. However they are not supported by VLC_FOURCC.
-
- 22 Jul, 2008 1 commit
-
-
Pierre d'Herbemont authored
We need to rework modules/playlist and implement refcounting or proper id management.
-
- 21 Jul, 2008 1 commit
-
-
jpountz authored
Signed-off-by:
Pierre d'Herbemont <pdherbemont@videolan.org>
-
- 20 Jul, 2008 1 commit
-
-
Laurent Aimar authored
helpers.
-
- 19 Jul, 2008 5 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
playlist: playlist_DeleteInputInParent->playlist_DeleteFromInputInParent to match playlist_DeleteFromInput.
-