- 08 Oct, 2015 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 07 Oct, 2015 19 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
We can't use stream_Memory as xmlreader backend if we don't load the whole file into memory, and that's not possible because we're probing. (xmlread can't load incomplete documents) This reverts commit 7ce48b0d.
-
Francois Cartegnie authored
need to wake up sometimes :/
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
we need to peek only
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
As callback does not provide return status, we need to prevent fix retries.
-
Francois Cartegnie authored
-
Sean McGovern authored
Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- 06 Oct, 2015 20 commits
-
-
Emeric Grange authored
macosx: add a 'rebuild' option to MacOSX build.sh script, triggering a rebuild for tools, contribs, and VLC Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
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
-