- 26 Jun, 2013 1 commit
-
-
KO Myung-Hun authored
Include unistd.h to fix the following error. ---- CC liblua_plugin_la-intf.lo intf.c: In function 'Start_LuaIntf': intf.c:372: error: implicit declaration of function 'close' ---- Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 24 Jun, 2013 30 commits
-
-
Edward Wang authored
According to xcb docs, we are responsible for freeing this memory. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
In libavcodec, thread-safe callback merely means callback that can run on any thread. It does not imply that the codec should be re-entrant. In other words, it boils down to not using thread-specific variables. The VLC get_buffer callback is not reentrant currently, but it does not care which thread it runs on.
-
Jean-Baptiste Kempf authored
-
Christoph Miebach authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
75a167f5 really did not work.
-
Dean Lee authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Andriy Bandura authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Kaya Zeren authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Đorđe Vasiljević authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Marián Hikaník authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Alexander Lakhin authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Michał Trzebiatowski authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Thomas De Rocker authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Suraj Kawade authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Yogesh K S authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Fumio Nakayama authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Sveinn í Felli authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Gonçalo Cordeiro authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Sam Askari authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Mario Siegmann authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Aputsiaĸ Niels Janussen authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Aled Powell authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Tomáš Chvátal authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Adnan Memija authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Rafaël Carré authored
this field is used as end trimming Refs: #8295
-
Rafaël Carré authored
Refs: #8295
-
Rafaël Carré authored
Refs: #8295
-
Rafaël Carré authored
Close: #8638
-
- 23 Jun, 2013 9 commits
-
-
Rafaël Carré authored
The decoder might have filters in place that cause it to output to something else than s16n Close: #6400
-
Rafaël Carré authored
Closes: #8611
-
Rafaël Carré authored
Prefer the shorter version (avcodec/avformat support both)
-
Christoph Miebach authored
-
Rafaël Carré authored
Refs: #8830
-
Rafaël Carré authored
-
Christoph Miebach authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-