- 29 Mar, 2012 9 commits
-
-
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 22 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
-
Felix Paul Kühne authored
-
Francois Cartegnie authored
Moving layout insertion outside of the constructors. We no longer need constructor for creating a QWidget, and we did not need at all to create a widget as a sublayout is sufficient. Removes many constructors and conditional code. gross -100 lines. Also fixes an IntegerRangeConfigControl declaration which definition was on IntegerRangeSliderConfigControl.
-
Felix Paul Kühne authored
plus some cleanup
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Colin Delacroix authored
Hi there my VLC 2.0.1 has been crashing randomly on OS X 10.7 during Time Machine backups, and it was a thread-safety issue. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
We should not use shift, because this triggers the slow motion maximize animation feature, at least on lion.
-
- 26 Mar, 2012 1 commit
-
-
Rafaël Carré authored
-