- 27 Jan, 2012 3 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit dc3430bd) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Tobias Güntner authored
Signed-off-by: Ludovic Fauvet <etix@videolan.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit d8ed5645) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Tobias Güntner authored
Signed-off-by: Ludovic Fauvet <etix@videolan.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 85b39d9d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 25 Jan, 2012 14 commits
-
-
Rafaël Carré authored
(cherry picked from commit 8d2f07b0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
This reverts commit e50cfac2. This undid modifications made in f83d51d4 (cherry picked from commit 091552e8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
The iomx module is only enabled when the user has requested it (via settings). Currently, when the iomx module has priority 80, it is always preferred over avcodec. For other platforms, where one would only enable omxil if one explicitly wants to use it, this is ok, but for android, we ship the iomx module but allow users to enable it at runtime if they want to. If it isn't enabled, the priorities are currently overridden by adding "--codec avcodec,all" to the command line, but this makes avcodec have precedence over other decoder modules that otherwise would have higher priority (e.g. a52). By setting the priority to 0 for the iomx version of this module, we can more easily enable it only when asked for, by adding "--codec iomx,all", without affecting the relative priorities of all other codec modules. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit d64ca8ac) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
Don't close a NULL FILE* on android (cherry picked from commit e50cfac2) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 2e86bc8f) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 7c6abb20) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 9acc7692) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
don't make it point to a wrong location (cherry picked from commit 56018495) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
Give the real host to configure (cherry picked from commit a2fe5294) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit c16d7996) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 7edf187c) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit c48f8460) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
It would replace the 'ar' of 'arm-....' Instead use "LIBRARY_LINK =.*ar" to be sure we replace the correct tool (cherry picked from commit 2a8e01dd) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
This reverts commit 1a1bba5a. Conflicts: include/vlc_fixups.h (cherry picked from commit 3437e616) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 24 Jan, 2012 23 commits
-
-
Jean-Baptiste Kempf authored
-
Martin Storsjö authored
On some devices (apparently froyo and earlier), some OMX core (with sw-only codecs) already is loaded into the process, and dlsym(RTLD_DEFAULT) can just as well return functions from that one instead of the ones from the iomx wrapper that we've loaded. This makes sure we really get the functions we want. Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit 3c34f808) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit d8325077) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Olivier Gambier authored
Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit 2171af17) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
This is crash prone, and makes us maintain another implementation if we ever edit the interface. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit f2eccf29) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit db1c4aa7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit d3086fea) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
This prevents a potential crash, and solves a memory leak. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 83b82fc3) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit cb1d6223) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit c4851d5c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 2a6547a9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 88dc675a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit cbef7d0c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
For some streams, the lowest bitrate is an audio stream only. We will fall back to a more appropriate stream after a few chunks. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 73b30f55) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 98a01d40) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 8158205e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit a90c1374) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit bc77d458) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
profile is spelled once as "profile", and "profiles" a few line after, so we now handle both. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 5f030063) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
This will happen when the profil is invalid. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 13002a34) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 2d31fd77) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 6502b3a0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Everything after the parsing step should be used as a const instance, as the MPD tree is read only. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 6347005a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-