- 27 Jan, 2012 14 commits
-
-
Martin Storsjö authored
These are sw codecs, mostly the same ones that earlier were present with names starting with OMX.PV. They don't work properly with the vlc omxil client code at the moment. Using them doesn't have any significant advantage over our own bundled sw codecs. Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit 94d0697da224b6f9bd41df49d6a221b36d0acbbc) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
This sets HAVE_FPU correctly on ARM targets if VFP instructions are enabled. Note that __VFP_FP__ implies the use of the VFP floating point format, not the availability of the VFP instructions. Thus software floating emulation __SOFTFP__ (i.e. gcc -mfloat-abi=soft) is excluded explicitly. (cherry picked from commit cf5a82224a3db25ed078f7d441257da51b346990) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 14b6dc70ede19e0b5bbf7652afb053966a7c6610) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
We only support ABGR (cherry picked from commit 99bf74390c5a44d0a9199881c7ddee752c613d5e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sébastien Toque authored
Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit 6983b2f386678ebc9554e334b0d5622f301c0c35) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
same rationale as in 679830ea6062dcfb7184c084f5787a8b6f436a3c (cherry picked from commit 084beb155c04a4e56b98c366bc6a1bd3d156ff17) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #5909 #5867 (cherry picked from commit f86e5ebbc95af8c0bcb8bcaa9ea6407fa69c0765) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
fixups.h: added an explicit hack so binaries created on OS X Lion can be executed correctly on Snow Leopard (cherry picked from commit 679830ea6062dcfb7184c084f5787a8b6f436a3c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
The option is now default enabled to be as simple as possible for the end users. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit a1ded9a83ecff24af9daca923d9672be76f5cf07) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
This is required when encoding audio in libav 0.8, otherwise it will crash due to a division by zero. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 25fc1243b81a46a100e37db5ec477bd5096b979a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
Should fix #5919 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit c8b78f40656684c8b55fbd059c37850e2d0a3e41) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit dc3430bd7b87a601770efa46eacc71719c2778f9) 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 d8ed5645a0835a2fa9b65513555cc958ccee6197) 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 85b39d9d430bb84ef734c341f688c368782badf0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 25 Jan, 2012 14 commits
-
-
Rafaël Carré authored
(cherry picked from commit 8d2f07b0b9716aac58d0c294371cb8147589ba19) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
This reverts commit e50cfac2d3cbc00abd7d332eb47abb584ef5eac4. This undid modifications made in f83d51d4 (cherry picked from commit 091552e8ad1738aaccb1e930d39fcb13df113114) 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 d64ca8acaa6f2bd9db57b4b25446656a30bcba2f) 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 e50cfac2d3cbc00abd7d332eb47abb584ef5eac4) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 2e86bc8f278a18d7be6d0d2d8a00505ed24efba1) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 7c6abb20451f26a175eebc426960f30afa440c72) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 9acc769230e1fab55bc9d22e8accce6c9f66b0ae) 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 56018495fb0f8d6258fc99da599f2d2aee0e1011) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
Give the real host to configure (cherry picked from commit a2fe52949ec26f1e35f9a83f26e9ae01d7a2efab) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit c16d79969fec549f45f4b063aebf8710f2db1cfb) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 7edf187cc653555ecdd0186fabca30e1e9bc9575) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit c48f8460bb5911e8436825adbaf707a3b33c3558) 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 2a8e01dda3d9bcf9328623bdb2194f2d4c2d9c17) 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 3437e616aea5bad334b1a304d2af0c239415f922) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 24 Jan, 2012 12 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 3c34f80809b89ebb581a76763b8c9e7f58568942) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit d832507736d33cb435ba1830e9bdbace89a68c2e) 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 2171af178491f01eeca2f7e5329d4e6cd3f78909) 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 f2eccf2960d08612083dbfa22ceefe8004141cf6) 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 db1c4aa7bcc4b94ec90a0217a52fa988304c0228) 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 d3086feaa17f818ac945eba7d460fa8edb4688ef) 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 83b82fc3805b1217cb6204fc4f763550416f0de0) 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 cb1d6223044b0accbe1500930efaef058baf25b5) 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 c4851d5ce5b5e8d83b4b5135de2d9ee475ce4d3e) 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 2a6547a931e61fd117298662176e41751b5e197d) 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 88dc675a805600c9d3464d3af0008afaee18ef3f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-