- 10 Feb, 2012 12 commits
-
-
Jean-Baptiste Kempf authored
-
Brad Smith authored
When the code for detecting the number of CPUs present was moved the headers necessary to compile the AltiVec detection code on OpenBSD/powerpc was mistakenly removed so this puts the headers back as appropriate. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 6f8c945b)
-
Jean-Baptiste Kempf authored
(cherry picked from commit 1a459c1c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 86aab926) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
It seems to also be used for chroma upsampling. It fixes #5751. (cherry picked from commit 760e0cba) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Christoph Miebach authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Sidney Doria authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Ajith Manjula Senarathne authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Juha Jeronen authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Dominko Azdajic authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Dominko Azdajic authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Jean-Baptiste Kempf authored
-
- 09 Feb, 2012 5 commits
-
-
Pierre Ynard authored
It is broken (cherry picked from commit 4a44907a) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Felix Paul Kühne authored
(cherry picked from commit 87387eec)
-
Felix Paul Kühne authored
(cherry picked from commit b79a47d8)
-
Felix Paul Kühne authored
also make sure that the hotkeys plugin displays the correct string when autoscaling the vout (cherry picked from commit 42444e4f)
-
David Fuhrmann authored
Tested with big and small controls: now the time for a video >= 10h is displayed completely Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit b115a253)
-
- 08 Feb, 2012 10 commits
-
-
Denis Charmet authored
Fix a regression introduced by c8b78f40Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 1e95ac23) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
Pointed-out-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit 500c1902)
-
Rémi Denis-Courmont authored
(cherry picked from commit 9b247e7c) Conflicts: modules/gui/qt4/components/open_panels.cpp
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 348b1785) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit f372e0fc) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
This is not the most elegant and completly perfect, but it will do for now... Close #5986 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit cf70aaa1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 72030211) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit effc65cc) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sébastien Escudier authored
(cherry picked from commit f1118479) Signed-off-by: Sébastien Escudier <sebastien-devel@celeos.eu>
-
Jean-Baptiste Kempf authored
(cherry picked from commit a728a7ed) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 07 Feb, 2012 13 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit e6fde43b)
-
Rémi Denis-Courmont authored
(cherry picked from commit b740301c)
-
Rémi Denis-Courmont authored
(cherry picked from commit d13f0eaa) Conflicts: configure.ac
-
Sébastien Escudier authored
(cherry picked from commit d923971d) Signed-off-by: Sébastien Escudier <sebastien-devel@celeos.eu>
-
Rémi Denis-Courmont authored
(cherry picked from commit a8ad08b2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Paul Saman authored
- rename copied to used in hls_Read() - improve comment in hls_Read() - add assert() to GetSegment() - various cleanups (cherry picked from commit 5b30daa8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Frédéric Yhuel authored
If caller wants to skip data, there is no point to allocate a buffer and put data in it. We just have to update the stream position. Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org> (cherry picked from commit 6fe18b3e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Frédéric Yhuel authored
Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit 5ebbfb5b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Mirsal Ennaime authored
(cherry picked from commit 21e8a014) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Paul Saman authored
Some small indentation cleanup. (cherry picked from commit 446013a5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Paul Saman authored
(cherry picked from commit 6ae98eec) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
This patch fixes a case triggered when alive stream does not "have" a meta playlist. In that case hls_Copy would fail as the uri is NULL. Restore the old behaviour by using the base URL locations as input. Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl> (cherry picked from commit 64df9df7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 6c5e0858)
-