- 30 May, 2012 17 commits
-
-
Jean-Baptiste Kempf authored
libmad Decoder is necessary for that.
-
Jean-Paul Saman authored
The transform video_filter mixed up horizontal and vertical flip. They were swapped. This patch corrects that.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Hugo Beauzée-Luyssen authored
Some AdaptationSet tags may have no attributes at all. Those should be found in child nodes (most likely the <Representation> tags)
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Profile was parsed twice.
-
Hugo Beauzée-Luyssen authored
The first version was used during some testing phase and should probably be removed at a point. The second one is an alternate spelling.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Note that sorting by Date or Language isn't supported due to limitations of the playlist core.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This adds support for the following columns: Track Number, Genre, Album, Description, Date and Language. You can remove and hide them on-the-fly using the Playback menu, since no View menu exists so far. note that column width and column selection isn't restored on relaunch yet
-
Felix Paul Kühne authored
-
- 29 May, 2012 6 commits
-
-
Rafaël Carré authored
This breaks with bionic (see b0ea0942)
-
Felix Paul Kühne authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
Only non-trivial authors are: Christophe Massiot Rafaël Carré
-
Hugo Beauzée-Luyssen authored
-
Konstantin Pavlov authored
-
- 28 May, 2012 8 commits
-
-
Felix Paul Kühne authored
macosx: lock the scroll direction for 0.8 secs, so the user can scroll through the movie or adjust the volume without affecting the other function (close #6893) This is especially needed for the multitouch trackpads
-
Laurent Aimar authored
-
Felix Paul Kühne authored
no functional change
-
Felix Paul Kühne authored
-
David Fuhrmann authored
close #6870
-
Jean-Baptiste Kempf authored
If we only have one font, we can still support color, size and other things...
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This API was deprecated in 10.6, but still works correctly on 10.7. CoreText is the modern replacement, but doesn't provide the needed functionality so far.
-
- 27 May, 2012 9 commits
-
-
Rémi Denis-Courmont authored
(WSAENETUNREACH is used instead of ENETUNREACH in the code anyway.)
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Joe Taber authored
Variable `loop` was uninitialized and resulted in an error when being concatenated. Initialize the variable to blank: `local loop = ""`. Close #6882 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-