- 05 Dec, 2010 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
VLC maintains no history, so no wonder...
-
Rémi Denis-Courmont authored
-
- 04 Dec, 2010 11 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Parental advisory: naked kludge and explicit hack
-
Rémi Denis-Courmont authored
We have reliable error detection with XCB, so this option has become mostly useless. For testing/debugging, the developer can hack the CheckSHM() function to return false if really needed.
-
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
This made no sense. If the thread is detached, the handle is released asynchronously when the thread exits. So it cannot be used in any way (except from the thread itself).
-
Felix Paul Kühne authored
Note that Carbon code isn't supported in 64bit applications...
-
Rémi Duraffort authored
lua_variables: luaL_optstring returned pointer is valid as long as the value stay on the lua stack (also avoid an strdup).
-
- 03 Dec, 2010 12 commits
-
-
Pierre Ynard authored
-
Pierre Ynard authored
Theora support is enabled. An option is added to manually select the payload format of unknown dynamic payload types, in pre-arranged streaming setups, without needing SDP. The only choice for now is Theora.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
lua_variables: the pointers returned by luaL_checkstring might be invalid when the value is poped from the lua stack.
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Pierre Ynard authored
-
Pierre Ynard authored
This is an alternative to SDP to convey the codec configuration necessary to decode the stream. The configuration is sent only once at the beginning of the stream; at least you won't be tempted to waste bandwidth with retransmissions. This is a ad-hoc hack, but it's not too bad or pervasive.
-
- 02 Dec, 2010 14 commits
-
-
Rafaël Carré authored
This reverts commit 193aeeff. Conflicts: include/vlc/libvlc_media.h
-
Laurent Aimar authored
Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
-
Rafaël Carré authored
This reverts commit 2ca4cf27.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Rémi Duraffort authored
-
Pierre Ynard authored
Not enabled yet
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Felix Paul Kühne authored
-
Rémi Duraffort authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Brian Kurle authored
If the the link is relative, psz_uri is dynamically allocated a string of the absolute URI (which is also returned by the function). However, if it isn't, NULL is returned and nothing is allocated. segment_New performs a strdup, so the pointer is not saved. Thus, check if the allocation occurred and clean up if needed. Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-