- 25 Oct, 2013 21 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
Directly point into the provided extra data The headers were always used then freed immediately
-
David Fuhrmann authored
This is a quick fix which need to be improved later (see todo). close #9579
-
Rafaël Carré authored
-
Rafaël Carré authored
It uses the correct path name "/org/freedesktop/ScreenSaver" for the interface, not the name that KDE came up with ("/ScreenSaver"). Gnome 3.10 supports the KDE interface now, see https://mail.gnome.org/archives/commits-list/2013-September/msg00736.html Support for gnome 3.6 screensaver is probably not worth it, as the daemon crashes on Uninhibit.
-
David Fuhrmann authored
-
Jean-Baptiste Kempf authored
Should close #8799
-
Jean-Baptiste Kempf authored
Opus, MusicBrainz ID, INFO in Wav and a few other cool stuff
-
Rafaël Carré authored
-
Rafaël Carré authored
The packetizer accesses blocks that have already been freed by the decoder, apparently to support dirac in AVI. http://diracvideo.org/specifications/ says: Dirac in AVI multiplexing specification not available
-
Edward Wang authored
Avoid generating a blank 'Version' field by moving the declaration after AC_INIT Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Francois Cartegnie authored
Oops
-
Francois Cartegnie authored
-
- 24 Oct, 2013 3 commits
-
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 23 Oct, 2013 8 commits
-
-
Rémi Denis-Courmont authored
(Unfortunately, this will clobber the balance and requires that the base volume be known.)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Martin Storsjö authored
Due to GetOmxVideoFormat only using the first line from the table that matches the vlc fourcc, this error hasn't had any effect so far. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Luca Barbato authored
And always pad it while at it. Codecs always expect extradata to be aligned and padded. Prevent memory corruption when memalign-hack is enabled. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
-
- 22 Oct, 2013 8 commits
-
-
Mirsal Ennaime authored
(Coverity report 1100848)
-
Denis Charmet authored
-
David Fuhrmann authored
-
Josh Watzman authored
This reverts commit 55e3f943 and fixes it the right way. I'm honestly not sure what's going on in that commit -- it silences the compiler warning not by actually fixing the problem (which is that the method isn't declared in the interface) but just by not making the method call visible to the compiler! It also completely breaks the feature, by moving things onto the main thread that can't be there, causing a deadlock, as specifically noted in the comment right above this code. In any event, it's easy enough to revert and add to the interface properly, silencing the compiler warning and unbreaking this extension feature. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Rémi Denis-Courmont authored
-
Tristan Matthews authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Francois Cartegnie authored
Should fix seeking case on time 0
-
Francois Cartegnie authored
-