- 18 Aug, 2011 5 commits
-
-
Denis Charmet authored
As blocks are in coding orders, calling ES_OUT_SET_PCR at each blocks increase to trigger ES_OUT_RESET_PCR. The reference blocks should be in chronological order though. Acked-by: robux4 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
The release of the block only makes sense if the edition is ordered. Acked-by: robux4 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 17 Aug, 2011 17 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is the 12-bits logarithmic found on digital magnetic tapes, also known at MIME audio/DAT12 (IETF RFC3190).
-
Rémi Denis-Courmont authored
This is also known as MIME audio/L20 (IETF RFC3190)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
* Use GCC built-ins for 32-bits and 64-bits byte swap where available. * Load/store with single memcpy() instead of many byte operations. * Do not use bits operations for the local byte order. * Do not use reserved C keywords with leading underscores.
-
Rémi Denis-Courmont authored
Note that this attribute implies that the function never returns in any circumstances (it exits, it aborts or it gets cancelled). Do not use this attribute for function that do not return at the end but may return from other branches.
-
Rémi Denis-Courmont authored
This can be used as follows: #if VLC_GCC_VERSION(major,minor) ... #endif There is nothing "VLC" about it. The prefix is only about namespacing.
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
- 16 Aug, 2011 18 commits
-
-
Felix Paul Kühne authored
macosx: remove the fullscreen button from the main window when running on Lion, since NSWindowFullScreenButton is present in the window title
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It might not always be a bug.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
* Buffer push straight from input, no more repacketization. * Support for pause/resume. * Support for flush (and unused support for drain). * Larger buffers if available (as with HDA cards). * Reduced periods count to minimum (they are not normally required).
-
Rémi Denis-Courmont authored
There should be more V4L2-based plugins later, e.g. FM RX, FM TX, VOUT.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The plugins cache now contains plugins file path relative to the base plugins directory (the directory that contains plugins.dat). The cache can hence be generated from a different absolute directory than the one it is later installed to. For native or emulated native builds, this enables build-time cache generation. Note however that the relative paths are different in the build tree (modules/*/.libs/lib*_plugin.*) and in standard installation (plugins/*/lib*_plugin.*). The cache cannot be copied from the build tree to the installation directory.
-
Rémi Denis-Courmont authored
This ensures that the vlc_entry__main prototype matches.
-
Rémi Denis-Courmont authored
This is more flexible and extensible.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-