- 25 Feb, 2011 1 commit
-
-
Jean-Paul Saman authored
INFINITE was spelled wrongly.
-
- 18 Nov, 2010 1 commit
-
-
Jean-Paul Saman authored
Various windows build fixes: - define NAME_MAX 255 - use audio_format_t structure from aout_instance_t - memcpy string into szName[NAME_MAX] - amem_sem_init(): use value variable in function CreateSemaphore() - GetLastError() provides DWORD, so use %ld in msg_Err() - amem_sem_wait(): use INFINITE iso 0L - remove '#include "windows_audio_common.h"'
-
- 11 Nov, 2010 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Cleanup and properly initialize sys->b_own_semaphore.
-
- 10 Nov, 2010 1 commit
-
-
Jean-Paul Saman authored
Make sure the proper object handle is given to windows semaphore primitives.
-
- 02 Nov, 2010 1 commit
-
-
Jean-Paul Saman authored
Correctly set output format ES values that are needed for setting up the shared memory region correctly.
-
- 25 Oct, 2010 3 commits
-
-
Jean-Paul Saman authored
The functions amem_shmem_create() and amem_shmem_open() were almost identical.
-
Jean-Paul Saman authored
Change audio-delay on when amem-delay is set. At the same time fix a few bugs: - free(aout->output.p_sys->psz_name); - in windows code
-
Jean-Paul Saman authored
Support multiple buffers appended after the shared header. Each buffer has a small header that keeps the number of buffers in the samples buffer.
-
- 22 Oct, 2010 1 commit
-
-
Jean-Paul Saman authored
Fold function for win32 and linux together
-
- 21 Oct, 2010 1 commit
-
-
Jean-Paul Saman authored
Abstract vlc_sem_* calls into amem_sem_* calls.
-
- 19 Oct, 2010 1 commit
-
-
Jean-Paul Saman authored
Build audio memory output module.
-
- 12 Oct, 2010 1 commit
-
-
Jean-Paul Saman authored
X264 requires X264_BUILD version >= 83 now and fix a few place where X264_BUILD >= 86 are required.
-
- 11 Oct, 2010 14 commits
-
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Yes, this code is weird, but well
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
If the version header is there, the main one should be too.
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
works around the lack of a recent enough libebml/libmatroska in Debian
-
- 10 Oct, 2010 13 commits
-
-
Rafaël Carré authored
the version number hasn't been updated
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Spotted by Christoph Miebach Christoph dot Miebach __ web dot de
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
patch sent upstream
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit 76003f0e, which is not needed anymore.
-
Rémi Denis-Courmont authored
This mostly reverts commit 8a497301.
-