- 21 Sep, 2011 21 commits
-
-
Martin Storsjö authored
This adds a fake OMX core implementation, relying the calls via IOMX to the media server, which contains the actual OMX core. Building with IOMX requires private Android headers from the Android source tree, namely the frameworks/base and system/core repositories. (Either froyo or gingerbread should work for building.) This API is not public, has no ABI guarantees and isn't supported. Linking also requires libraries extracted from a froyo/gingerbread device or emulator. Since there are no ABI guarantees, linking to this API might make the .so fail to load on some devices, so for proper use it should be in a dynamically loaded module, separate from the rest of the VLC core and modules. Since this can lead to crashes on unsupported devices, it should only be used in production on whitelisted device/firmware combinations that are known to work. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
It is useful in the IOMX wrapper. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Removal of tabs and trailing spaces Fixing configuration with autoconf 2.67
-
Konstantin Pavlov authored
API. Also, distinguish between SSE and SSE2 CPUs.
-
Konstantin Pavlov authored
This reverts commit d0dc1be9.
-
Francois Cartegnie authored
Must not block if we have no internet access
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Martin Storsjö authored
I'm not sure if these officially are NV12 or NV21 - on Nexus One they correspond to NV21 at least. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
By pushing a sentinel/dummy buffer on the input buffer fifo when the output needs reconfiguring, we avoid deadlocks on HTC Sensation, where the input buffers aren't returned to the caller until the decoder has been reconfigured. Since all input buffers can be used up before the reconfigure event is received, this earlier led to a deadlock where the decoder waited for the caller to reconfigure it (as a response to the reconfigure event), while the caller waited for an input buffer to be freed to put the next input packet into. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
The nSliceHeight parameter in OMX apparently can indicate plane height. This shows up on Nexus One with recent CyanogenMod with the OpenMAX driver built from source (as opposed to the older ones with a binary-only OpenMAX driver). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
On OpenMAX devices supported earlier, the number of buffers has stayed the same after reconfiguring, but on the Nexus One, the number changes. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
Earlier, an uninitialized string would be printed if OMX_ComponentRoleEnum failed (or if it was unimplemented, see omxil_utils.h), potentially leading to out of bounds reads. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Yet again...
-
Denis Charmet authored
EbmlElement doesn't detect EOF so we don't try to look for more than the file size. Close #5287 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
This should handle better ordered chapters and multi-file mkvs (with --mkv-preload-local-dir) Should close #3942 #4074 #3810 #4031 #4336 #4501. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 20 Sep, 2011 6 commits
-
-
Laurent Aimar authored
-
Sebastien Zwickert authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Jean-Baptiste Kempf authored
-
Dominik 'Rathann' Mierzejewski authored
Signed-off-by: Nicolas Chauvet <kwizart@gmail.com> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sebastien Zwickert authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sebastien Zwickert authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 19 Sep, 2011 12 commits
-
-
Sebastien Zwickert authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Sebastien Zwickert authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Rémi Denis-Courmont authored
It is still possible to compile from tarball without pkg-config, though the result will probably be quite useless.
-
Jean-Baptiste Kempf authored
-
Sebastien Zwickert authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
fix compilation of code under #ifdef HAVE_XCB_KEYSYMS -> fix key bindings
-
Pierre Ynard authored
-
- 18 Sep, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
-