- 27 Jan, 2012 15 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
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>
-
Rafaël Carré authored
-
Rafaël Carré authored
include config.h
-
Rafaël Carré authored
include config.h
-
Rafaël Carré authored
include config.h from headers
-
Jean-Baptiste Kempf authored
Close #5909 #5867
-
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>
-
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>
-
- 26 Jan, 2012 14 commits
-
-
Denis Charmet authored
Should fix #5919 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
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.
-
Tobias Güntner authored
Signed-off-by: Ludovic Fauvet <etix@videolan.org> 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>
-
Faustino E. Osuna authored
If we are only targeting a single architecture, then install the architecture specific binary files instead of creating a fat binary with a single architecture. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Faustino E. Osuna authored
When preparing the framework, guarantee that the expected architectures are present. If they are not present, or if an unexpected architecture is present, then reconstruct the universal binary. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Faustino E. Osuna authored
When referring to the main_build_dir don't assume that the x86_64 subdirectory is a part of the ARCHS that we are building. Grab the first arch in the list of ARCHS and use that as the main_build_dir. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Faustino E. Osuna authored
Remove trailing backslash from the prefix variable. Other locations in the code adds the required backslash. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Faustino E. Osuna authored
VLC_SRC_DIR is already defined in Xcode. Replace top_srcdir in favor of VLC_SRC_DIR. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Faustino E. Osuna authored
Make sure that we return the exit code when vlc/configure fails. This forces the the xcodebuild to fail. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Faustino E. Osuna authored
Follow the same style used earlier in the code and declare local variables with the 'local' directive. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Faustino E. Osuna authored
- Remove blank lines - Align comments - Update comment used to partition end of vlc_install_object function. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Faustino E. Osuna authored
- Remove white space and debug statement. - Fix typo in comments Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 25 Jan, 2012 11 commits
-
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
There is a dump demux for that.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
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>
-
Rafaël Carré authored
-
Rafaël Carré authored
This reverts commit e50cfac2. This undid modifications made in f83d51d4
-
Rafaël Carré authored
Don't close a NULL FILE* on android
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-