- 19 Apr, 2013 8 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
This mostly reverts commit fc5156cc. This also fixes a use-after-free bug.
-
KO Myung-Hun authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
KO Myung-Hun authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Michael Feurstein authored
configure.ac disable/don't load avcapture module and its framework if AVFoundation is not present (OS 10.6) Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
- 18 Apr, 2013 13 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
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
configure.ac: fix linking the OSX UI module if the AVFoundation framework isn't present (read: OSX 10.6)
-
Felix Paul Kühne authored
-
Michael Feurstein authored
This module lets you capture video devices with the AVFoundation framework on Mac OS X. It is an upgrade of the qtcapture module. Currently no GUI integration yet. Only available via command line Usage: avcapture:// Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Rafaël Carré authored
Assuming stereo is fairly safe and still better than not decoding anything. This is what gstreamer does, and mplayer might do the same thing.
-
- 17 Apr, 2013 18 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Note that updated meta are still marked with access_t.info.i_update, which remains undefined in case of threaded stream filter. Luckily, unlike pf_control() re-entrancy, unprotected access to info.i_update cannot crash on any practical system.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This was only used for INPUT_UPDATE_SIZE.
-
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
-
Rémi Denis-Courmont authored
(vlc_open() takes care of that)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
-
Edward Wang authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Jean-Paul Saman authored
Do not leak mutex/conditional or fifo in transcode_video_new() its error path when p_sys->i_thread > 1.
-
Jean-Paul Saman authored
Do not leak mutex in sout_NewInstance() on error.
-
- 16 Apr, 2013 1 commit
-
-
Rafaël Carré authored
This reverts commit f3e0178e. libtool always adds -nostdlib which renders these options useless
-