- 06 Oct, 2015 27 commits
-
-
Jean-Baptiste Kempf authored
The correct way is to fix the toolchain
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Can now flush buffers on demux restart. Do align pcr after sending to decoders instead of always incrementing by the target value (avoid dropping blocks across segments on restart). Always issue a fakees to demuxer, then recycle on execution. Avoids double deletion with duplicate Del commands (demuxer 0..n+self n). Can now handle HLS discontinuities. Drops the streamoutput layer.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Devin Heitmueller authored
The FCC defines a "safe area" for caption rendering to be 80% of the window height. This patch changes it from 75% to 80%, and fixes a bug in the original math due to integer arithmetic (the result of (100/16 got truncated): Original math: 100 / 16 * 8 / 10 = 4.8 Fixed math: 100 * 8 / 10 / 16 = 5 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
KO Myung-Hun authored
```-- CXX demux/adaptative/plumbing/libadaptative_plugin_la-CommandsQueue.lo In file included from f:/lang/gcc/usr/local492/include/c++/4.9.2/atomic:38:0, from ../include/vlc_atomic.h:221, from demux/adaptative/plumbing/CommandsQueue.hpp:29, from demux/adaptative/plumbing/CommandsQueue.cpp:20: f:/lang/gcc/usr/local492/include/c++/4.9.2/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #error This file requires compiler and library support for the \ ^ In file included from f:/lang/gcc/usr/local492/include/c++/4.9.2/atomic:41:0, from ../include/vlc_atomic.h:221, from demux/adaptative/plumbing/CommandsQueue.hpp:29, from demux/adaptative/plumbing/CommandsQueue.cpp:20: f:/lang/gcc/usr/local492/include/c++/4.9.2/bits/atomic_base.h:74:3: error: 'constexpr' does not name a type constexpr memory_order ^ ``` ----- Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
Sometimes, especially at quit, vlc_cond_(timed)wait() may be called very frequently. And this may exceed the limit the post count of OS/2 event semaphore. As a result, waiting thread numbers cannot be calculated properly. To avoid this, increase/decrease waiting thread numbers in vlc_cond_wait_common() instead of separating it into vlc_cond_signal() and vlc_cond_wait_common(). Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Petri Hintukainen authored
Maybe it would be better to download specific revision instead of HEAD (?). Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
AStreamReadNoSeekStream can return a value less than the length argument without failing.
-
- 05 Oct, 2015 10 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Paulo Vitor Magacho da Silva authored
Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
Note that this won't work if the video output is embedded in the main window This is done mainly for debug purposes for now
-
Felix Paul Kühne authored
This solves linking issues with FFmpeg HEAD
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 04 Oct, 2015 3 commits
-
-
Ilkka Ollakka authored
Return only -1,0,1 and not directly subtraction, as like Remi pointed out, result can exceed INT_MAX.
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-