- 21 Sep, 2011 18 commits
-
-
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 4 commits
-
-
Jean-Baptiste Kempf authored
-
Rob Jonson authored
At the moment, they can both be true which is meaningless. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Ynard authored
-
Lorenzo Pistone authored
Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-