- 30 Mar, 2012 5 commits
-
-
Colin Delacroix authored
VLC crashed when mounting multiple volumes at once
-
Rafaël Carré authored
Remove -ansi flag for packages which don't build. -ansi (and __STRICT_ANSI__) prevent the bionic headers to define (u)int64_t Freetype exhibits a bug in gcc headers which typedef uint64_t u_int64_t It seems like gcc, libebml, libmatroska, and taglib rely on standard headers to define (u)int64_t which is the case for glibc even with -ansi.
-
Jean-Baptiste Kempf authored
Close #6447
-
Jean-Baptiste Kempf authored
Ref #6501 and #6469
-
Jean-Paul Saman authored
-
- 29 Mar, 2012 13 commits
-
-
John Freed authored
See http://www.id3.org/Compliance_Issues and http://www.id3.org/id3v2.3.0Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- add support for DVB-S and ATSC - add new parameter values - fix code rates for DVB-T ("fec" != "code-rate-{h,l}p")
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Aurelien Nephtali authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rémi Denis-Courmont authored
This plugin has a systematic deadlock (or assert in debug builds), so it is pretty safe to assume that nobody uses it.
-
Rémi Denis-Courmont authored
Please don't hide bugs.
-
Ludovic Fauvet authored
This module is a wrapper around an audio mixer. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Ludovic Fauvet authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Hugo Beauzée-Luyssen authored
-
Frédéric Yhuel authored
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
Frédéric Yhuel authored
This is needed for DASH module to work with (not yet ready) VLC MP4 demux. Forward seeking is implemented by calling Read() with a NULL argument (= skipping), while backward seeking is limited to the current block in the block_bytestream_t upon which is built the internal buffer. This limitation is not really a problem because backward seeking will be needed only for the parsing of the initialization fragment. Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
- 28 Mar, 2012 8 commits
-
-
Frédéric Yhuel authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Cortex-a9 but no NEON? Seriously?
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Important code changes were done by Orange
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
It is supposed to be a bit less slow
-
- 27 Mar, 2012 14 commits
-
-
Jean-Baptiste Kempf authored
Close #6504 #6510 and #6511
-
Jean-Baptiste Kempf authored
Close #6514
-
Jean-Baptiste Kempf authored
Ref #4887 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
I am not sure this filter ever worked as intended. It was providing serious distortions. This is now limiting seriously the space of parameters but at least it does not explode anymore. Should close #4887 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
According to http://www.mp4ra.org/object.html (not tested)
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Fix decoding of some DTS in mp4
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit 3cb4988a. Conflicts: modules/demux/playlist/dvb.c
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
The SDK pretends to support it, but actually it doesn't
-