- 31 Oct, 2011 9 commits
-
-
Jean-Baptiste Kempf authored
That was conflicting with the one in vlc_network.h
-
Jean-Baptiste Kempf authored
Instead of asking the user for where to place it... I think %tmp% should always be writtable.
-
Rémi Denis-Courmont authored
Width and height are independent for step-wise frame sizes (yes, enumerating is slow). Continuous frame sizes are step-size with one pixel steps for both dimensions (yes, enumerationg is very slow). A few device drivers use either of those two types, though the discrete type is much more common.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
This reverts commit e1b6bbb5.
-
Rafaël Carré authored
-
Rafaël Carré authored
patch in new contribs is different -> no update
-
Sebastien Zwickert authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 30 Oct, 2011 24 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
Fix build with mingw-w64
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 29 Oct, 2011 2 commits
-
-
Jean-Paul Saman authored
The maximum bitrate of the file is not allowed to become zero. If it is then playback in WMP12 and Silverlight does not work. The actual value for maximum bitrate does not really matter in these cases as long as it is not 0.
-
Jean-Paul Saman authored
-
- 28 Oct, 2011 3 commits
-
-
Rémi Denis-Courmont authored
Make sure the context callback is registered only after the stream is created, and unregistered before the stream is destroyed. This should fix a potential assertion failure when stopping audio.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
And convert tabs to 4 spaces according to code guidelines.
-
- 26 Oct, 2011 2 commits
-
-
Laurent Aimar authored
This atom can store an optionnal aspect ratio.
-
Laurent Aimar authored
It fixes #3531 (DV inside mov)
-